| Thread | Last Post | Replies |
|
| Serializing an object to xml | 16 Jan 2010 17:18 GMT | 1 |
I'd like to serialize an object includind its annotations. Is this possible? Are there any tool to make this task? An example @MyClassAnnotation(value=true)
|
| What is the name of this? | 15 Jan 2010 18:21 GMT | 10 |
I am studying the chapter devoted to JTables in Sun's Tutorial. I found a construct like this: JTable ltable = new JTable(new MyTableModel()) { //Implement table cell tool tips.
|
| java to .exe | 15 Jan 2010 05:48 GMT | 2 |
Are there any good java to .exe progrms available for free. I looked and found none. Thanks. -Robin
|
| Event Dispatching Thread Problem | 15 Jan 2010 04:42 GMT | 13 |
Hi to all, I have built a simple AWT Applet for educational purposes. I draw one rectangle. The user waits 1000 ms and then I draw a second one and so on. Then rectangles are drawn totally.
|
| folder vs directory | 11 Jan 2010 23:27 GMT | 5 |
Is there any difference between a folder and a directory? I notice Windows people using both the terms folder and directory, where formerly only Mac types talked of folders. I saw some JPSoft docs that suggested directories are actual
|
| Receiver in Outputstream.read() stops after 2735 bytes | 09 Jan 2010 17:10 GMT | 33 |
I have written a sender-receiver and the receiver stops receiving any data after 2735 bytes. The sender seems to be fine, because when connecting with a telnet session, it sends all the bytes. I have tried to send the data in 100 byte pieces and flush() afterwards,
|
| Modify a deployed app for testing? | 07 Jan 2010 21:38 GMT | 1 |
I have tomcat running a deployed war file, which is working just fine, but I want to modify the installed app for testing, instead of redeploying after each edit. Somehow, I seem to remember that a .java file that's contained in the war
|
| dot notation question | 07 Jan 2010 07:22 GMT | 5 |
Here's a very basic question I've come accross a I'm trying to learn Java. Given the code: class TestLoop { String[] firstNames = {"Bugs","Nancy","Betty","Jimbo"};
|
| scrunch data | 07 Jan 2010 00:23 GMT | 9 |
I'm not sure what to call it, so I'll call it scrunching data. I have an alphabet represented by an int in the range 0 - 0x10FFF. I also have a category represented by an int in the range 0 - 255. How can I compose a character from my alphabet with a category into a
|
| "javaw.exe" does NOT prevent popup of black command prompt when starting GUI *.jar prgm | 05 Jan 2010 10:33 GMT | 6 |
I read that when I start a GUI based java program with javaw.exe -jar myprgm.jar instead of java.exe -jar myprgm.jar
|
| Java Web Database | 05 Jan 2010 00:11 GMT | 4 |
I am thinking about changing my programmering language for my profileadmin management to Java from PHP. The only problem I can come up with just now is, that I need a connection to the MySQL-DB, but how can I configure that access?
|
| I have Java Applet that is free for educational use, but I would like to license (currently free) for... | 04 Jan 2010 18:07 GMT | 1 |
...commercial usage. I don't want to restrict with a node locked license, and I'm sure it wouldn't be particularly robust, but I'd like to simply restrict an applet to running on a given domain via a license key retrieved from
|
| java basics | 04 Jan 2010 09:41 GMT | 1 |
http://computer-programmings.blogspot.com/2007/07/java-tutorial.html
|
| [JMenu]Disabling JMenu | 02 Jan 2010 22:13 GMT | 5 |
I have a JMenu with a collection of JMenuItems ; depending of my app some of those JMenuItems become disabled one after the other ; at a time all are disabled ; my question : - is there any way with a java method to get the number of JMenuItems of my
|