| Thread | Last Post | Replies |
|
| Help creating java.lang.String | 06 Jan 2005 20:46 GMT | 6 |
Hallo NewsGroup, I have this Java to create a blank string of defined size. Is there a nicer way of doing this? Thank you Michelle
|
| JFrame does not refresh after compiling | 06 Jan 2005 20:26 GMT | 1 |
we have to make a simple program for college with JFrame and JPanel... The window appears and some lines are drawn, but still there is a problem - when i update the code and recompile and run the program again, the old picture is still there.
|
| Where goes System.out.println output in Sun Applicat.Server ? | 06 Jan 2005 17:52 GMT | 1 |
I am new to the Sun WebServer. From other App/WebServers (e.g.JBoss) I know that the start command line window is the console to which all the System.out.println's from Java programs are direced. But the start up procedure for the (newest) Sun AppServer finishes after the successful ...
|
| AWT panel | 06 Jan 2005 17:22 GMT | 3 |
Trying to close an AWT panel. I have tried panel.SetEnabled(false) panel.SetVisible(false) says cannot resolve symbol.
|
| Java Methods | 06 Jan 2005 16:54 GMT | 8 |
I started programming Java a couple of months ago now and I recently started methods, although my understanding of methods still isn't great. I was wondering if anyone knows of any good online tutorials or examples of code.
|
| Font rendering problems - gray area around drawn text/ | 06 Jan 2005 16:34 GMT | 1 |
I am trying to put a text message at the bottom of an image, I create a white rectangle then drawString() black text on top. The text is okay except that the font has a gray "halo" or something around it, making a gray silhoutte around each letter and ultimately aroung the String. ...
|
| Process.exec("opengl") | 06 Jan 2005 15:41 GMT | 1 |
i have the tryed to open a programm in Java with the comand Process p = Runtime.getRuntime().exec("model"); The basic question is how can i execute a programm with java. the programm is based on opengl written in c++.
|
| how to stop a exe from java | 06 Jan 2005 09:55 GMT | 1 |
I have a small task in which i have to start a.exe after clicking a button. ( i tried with exec()) i could run the exe but when i close the java application the exe is not stopping its execution how shall i stop a.exe from java application is there is any method like exec() to stop
|
| Telnet Commands are Always Corrupted by Linux? | 06 Jan 2005 09:29 GMT | 8 |
Hello everyone. I certainly hope someone can help me here. I've written a mud (telnet server) in Java. The client I am using for testing is a simple app that connects to the mud server on the proper port and displays the decimal values of the
|
| BIG project... small setbacks | 06 Jan 2005 05:33 GMT | 1 |
I have plans on making a text-based RPG in console --I don't want it as an applet just yet-- and already have the information and data I want/need. I have just one problem: saving data. I want to save the information I want to a .dat file, then when the
|
| Parsing time strings in HH:MM format | 05 Jan 2005 23:07 GMT | 2 |
What's the correct way to tell a StreamTokenizer to treat a time string in hh:mm format as an ordinary word? Cheers!
|
| setAutoCommit ?? | 05 Jan 2005 21:36 GMT | 1 |
im tring to insert data from test file into db withing transtaction block. I want to rollback all the txn if the insertion is fail on way! let say as a ex. i want to rollback if the network connection is lost!. i tried it by removing connection. but the app inserted some amount of
|
| holiday booking website | 05 Jan 2005 21:16 GMT | 2 |
As part of my forth year college project i am designing a holiday booking website. I'm trying to keep it simple enough. I've done java, c++, some html and c programming. Any ideas on what language i should program it in? Or if anyone has any
|
| adding package to visual j++ | 05 Jan 2005 20:33 GMT | 2 |
I downloaded a java package that has some functionality I am interested in. I would like to import this into visual j++ so I can run it under the debugger and see how it works. How do I get all the classes & directory structure into j++?
|
| Problems with JRE | 05 Jan 2005 18:49 GMT | 1 |
I'm having trouble installing JRE. I went to java.com. The automatic download didn't do anything, so I downloaded the installer for manual download (14.9 MB). That's where the problems began. When I run the installer, I get to the screen "Please wait while the
|