| Thread | Last Post | Replies |
|
| return from a try block | 12 Nov 2003 03:32 GMT | 2 |
When compiling code including try-catch blocks, if a return statement is in the try block I get the compiler error: DigitStringTag.java [30:1] missing return statement
|
| Interfaces and classes | 11 Nov 2003 23:24 GMT | 4 |
I am new to Java. I am trying to learn how to use interfaces in java. I wrote a little test program , but it is not working. I can compile all my classes and interface but when I execute I receive
|
| return from try block | 11 Nov 2003 21:50 GMT | 2 |
When compiling code including try-catch blocks, if a return statement is in the try block I get the compiler error: DigitStringTag.java [30:1] missing return statement The code generating this error is:
|
| Cloning an array of byte | 11 Nov 2003 20:10 GMT | 2 |
I want to create a copy of array of byte, where when I modified the cloned array, the original copy will remain the same. Thanks a lot. Song
|
| Help with date conversion | 11 Nov 2003 19:17 GMT | 3 |
I have an String that tells me the number of days since Dec 31, 1967. For example, today (November 7, 2003) is 13095. I'll tackle it on Monday, but I figured I'd toss it out in case any of you are REALLY bored this weekend. All I need is to get the integer into some
|
| error: Unexpected Exception - browser shuting down :-( | 11 Nov 2003 14:24 GMT | 5 |
Two months ago I bought a new PC, with Windows XP / I.E. 6 on it. I wanted to do some online banking but they asked me to download the jave plugin from the sun websote and I had done it. But after visiting some chat websites using java applet and also once during
|
| JTable, fireTableDataChanged, selection | 11 Nov 2003 09:03 GMT | 1 |
I use fireTableDataChanged to notify my Jtable to update, but when my JTable updated, the previous selected rows (could be multiple) are lost ... I want to know how to do to keep these selections when refreshing JTable by this way ?
|
| (newbie) static-context and constructor/inheretance problem | 11 Nov 2003 00:18 GMT | 2 |
In my project I have in interface "Set" implemented by an abstract class "OurSet" which is extended by EmptySet and MySet. The Interface defines a static final constant this way: "final static Set empty = new EmptySet();"
|
| Creating arrays of objects | 10 Nov 2003 22:37 GMT | 2 |
I didn't think this would be a trouble also, but apparently it is. I've created a custom object myObject, which has some properties, and a method Init() which makes all the variables be zero. The constructor is empty, it's:
|
| Jedit & other java editors | 10 Nov 2003 19:11 GMT | 8 |
Good day! I am looking for a good free java editor for a 2nd term java class, who has been using notepad and word pad. JEdit seems to be very flexible but its look and feel is very
|
| Help needed (GUI/passing objects) | 10 Nov 2003 18:30 GMT | 3 |
Hi, I'm a student learning java. In my latest assignment, I am to create a Scheduler/Diary, with a GUI. I am getting the error Exception in thread "main" java.lang.NoSuchMethodError: BaseFrame: method
|
| Read from a file | 10 Nov 2003 18:23 GMT | 3 |
I have a text file in which I have five fields, and each are separated by a tab. How can I read that file and put the different fields into objects? Example: line in file:
|
| Ntp transmission timestamp | 10 Nov 2003 17:56 GMT | 3 |
I have written a program in java to send a udp packet to an ntp server. I want to get the time off the server using the transmission timestamp. My problem is that I can extract the transmission timestamp from the reply packet but I want to put it into a proper time format.
|
| "Stop the world" algorithms HELP | 10 Nov 2003 17:20 GMT | 1 |
Has anyone heard of "stop of the world" algorithms? They are the garbage collection algorithms. So java runs the garbage collector concurrently with the users program (the mutator), though, depending on the implementation it may suspend the mutator when it does most of
|
| Need Help with Simple programs | 10 Nov 2003 14:57 GMT | 8 |
I need the code for a simple java program where the user enters a number from 1 to 12. It will then generate a dialog box that will display the correct month name. For example, if the user enters "1" then the month January will be displayed. If the user enters "11" the month ...
|