| Thread | Last Post | Replies |
|
| iterate generic list with "for(Object o:c)" | 25 Jan 2005 21:59 GMT | 2 |
TestDriveMonsters.addTimer() is supposed iterate through list, but it doesn't seem to be doing this since it never prints the dummy int i, nor monster.toString() for unknown reasons. does addTimer() iterate through list?
|
| inline manifest.mf for foo.jar from build.xml using ant | 25 Jan 2005 21:56 GMT | 7 |
What's the syntax to create an inline manifest for HelloWorldGui.jar with the added line "Main-Class: HelloWorldGui", please? //////////////////build.xml////////////////////////
|
| Restart input if Illegal argument? | 25 Jan 2005 21:38 GMT | 2 |
Is it possible to jumb back to intput lines and run them until the user has typed a positive number? import javax.swing.*; class Test34{
|
| stuck in image write | 25 Jan 2005 21:29 GMT | 1 |
I'am quite a newbie java programmer. Could anyone advice me how to write array of ints to tif file using JAI. I have succeeded of reading raw image file to integer array but havent dont how to go further. jm.
|
| Unicode data from Mysql | 25 Jan 2005 18:19 GMT | 1 |
I have 2 strings String uni_text=new String("\u0412\u0438\u043a\u0442\u043e\u0440"); StringBuffer sb_uni_text = new StringBuffer(uni_text); System.out.println(sb_uni_text); // OK !!!
|
| sample code....all experience in Java pls give comment | 25 Jan 2005 12:14 GMT | 3 |
Hi All... I am a student n newbie in Java. I've been given an assignment 2 create a program that enables its users to convert binary/octal numbers to decimal. I finished doing the binary to decimal conversion code...and manage to compile. However i am not getting any answers to the ...
|
| Regarding references | 25 Jan 2005 10:52 GMT | 4 |
class A { public void print() { System.out.println("Test"); }
|
| Traffic-Cams (new yahoo group ) | 25 Jan 2005 08:44 GMT | 1 |
There is a new Yahoo group called " Traffic-Cams " This group discusses everything related to online and realtime traffic-cameras We have a very extensive links-section with links to thousands of online
|
| Accessing variables inside a "try" | 25 Jan 2005 08:27 GMT | 8 |
public static void Menu(String data){ try{ System.out.println("Reading file: " + data); FileReader fr = new FileReader (data);
|
| package jarfile from ant | 25 Jan 2005 03:43 GMT | 2 |
I can't find HelloWorldGui.jar, was it even created? /////////////command line//////////////////////// Microsoft Windows 2000 [Version 5.00.2195] (C) Copyright 1985-2000 Microsoft Corp.
|
| How to parse a text file | 25 Jan 2005 03:40 GMT | 4 |
I am trying to parse a text file. As you can see from the code fragment below, I can read the file and print it but cannot parse it. What I want to do is look for a line that starts with ***** and count it. There should be about 100 of them in the file.I get a incompatiable
|
| Swing - layout problem with several panels. | 24 Jan 2005 21:41 GMT | 2 |
Hello, I have a problem that is making me mad. I have an application with a menubar that lets me change the JPanel to show. This panels are using gridBagLayout to localize and resize their
|
| Very simple Java problem, please help | 24 Jan 2005 16:35 GMT | 10 |
My Java-based chatroom is failing to do its automatic CRON job to delete latent messages and nicknames that linger on the server more than an hour. I set up a few JSP scripts that will retrieve and remove these files by
|
| Maximize a JFrame | 24 Jan 2005 14:31 GMT | 2 |
How can I show a frame in a maximized window, I used setExtendedState(vncFrame.MAXIMIZED_BOTH) but still the frame was not maximized. Thanks in advance
|
| "modulo" and "BitSet addition" | 24 Jan 2005 13:46 GMT | 5 |
How can I perform addition in BitSet type? What does mean by the following sentence: [ Addition (+) is performed modulo 2^32.
|