| Thread | Last Post | Replies |
|
| Cleaning up other peoples code | 08 Nov 2007 20:41 GMT | 12 |
I am about to inherit an Oracle Financials application with a custom Java layer. There (at this point) will be NO knowledge transfer. So basically they are going to throw the source at me and say "here ya go".
|
| Formatting a long decimal into Gb, Mb, or Kb (using String.format) | 08 Nov 2007 18:34 GMT | 10 |
I have a long decimal number indicating diskspace that looks like "35648327680" and I would like to format it into a more easily read format like "35 Gb." Precision isn't an issue. Approximation is fine for this application.
|
| not runing property | 08 Nov 2007 04:46 GMT | 1 |
Hi, I hope some one can help me. For some reason is not going to the function. I dont have any errors. Here is my code:
|
| data for specific day | 07 Nov 2007 20:02 GMT | 5 |
I need to collect data for every day in year (choosing 1 option within 3) for specific number of persons. What is the simpliest way for from a component side of problem. I was thinking about putting drop down menu in a table, but maybe it will be too complicated for me (and ...
|
| Start and Stopping the JVM | 07 Nov 2007 09:47 GMT | 1 |
Any one can advise me how ot stop and reatart JVM by command line or script in Windows 2000 and Windows XP? I am tring to implement the DST patch. see link http://java.sun.com/javase/tzupdater_README.html I am using j2re1.4.2_09.
|
| Game Development? | 06 Nov 2007 23:39 GMT | 9 |
Good Morning/Evening, Are there any books about making games in java? I know the basics of java, but I need to know more before I can make a game. Which book's should i read?
|
| struts/tiles -- variable scope.. | 06 Nov 2007 22:29 GMT | 1 |
I don't understand why I'm having a problem here.. I have a struts layout.. inside this layout I call tiles for header (header as in top of pg (logo, nav, etc..) NOT HTML header.. HTML <head> is same 4 all pgs so it's in the layout itself..
|
| enum convert to char... how? | 06 Nov 2007 17:49 GMT | 8 |
I created my enum type enum UserStatus{ X, L, D, B, V, N }
|
| Removing all data out of JList | 06 Nov 2007 14:08 GMT | 9 |
I am currently developing a java application that is all the computer names listed within a JList. The list box is called lstComputerNames. I would like to remove all the data out of this JList. To do this I am using lstComputerNames.removeAll(); However this is having absolutely
|
| Convert String to Object - Newbie Question | 06 Nov 2007 05:29 GMT | 10 |
I am trying to convert a myString declared as a String[] and convert it into an Object so that I can use the non static method. Currently, my program does not compile. The error I'm receiving is my old friend error msg: "non-static method setData....cannot be
|
| how do you put images on a screen? | 05 Nov 2007 21:48 GMT | 12 |
can someone give me some simple code only showing me how to put images on a screen (from an image file)
|
| Send remote computer a message | 05 Nov 2007 21:46 GMT | 4 |
I am currently developin a Java application that is capable of shutting down computers. I would like to send a message to the computers to be shutdown a five minute warning so users are aware that the computers are being shutdown. Is there a way that I can send a
|
| Drawing line on ImageIcon on panel after getting data | 04 Nov 2007 06:44 GMT | 15 |
The program below determines the distance between cities on a map using 4 clickpoints. The user must: 1. Enter in the textfield on the bottom left the Number scale chosen
|
| Font size | 04 Nov 2007 03:25 GMT | 30 |
I just started learning Java, and as a result made my first applet, which can be seen at http://www.jw-stumpel.nl/bounce.html. Never mind the rest of the page; please look at the applet at the bottom of the page. There is also a link to the source code. The
|
| computer help needed | 04 Nov 2007 00:39 GMT | 1 |
Still under constructution, and needs people to post please visit www.computerhelp247.net help with everything computer related, video, audio xp, 2000, vista and more, do you know your stuff? moderators needed prove yourself, see if your
|