I have a problem with jFrames in swing: I have a client/server application with the GUI in Swing. One of the operations of the application needs to get a lot of information from the server and its spend some seconds.
I installed Eclipse3.2 on Suse10.0 where I did fine with java, javac, ... commands from java -1.4.2. The installation of eclipse caused no problems, but when I try running >>New Project >>Java Project >>Next the whole system freezes.
I have a JTextField which receives at runtime a value. Now this value has to be inserted with a specialtype (not text) in a database. In the java chat somebody told me that I have to parse. I know only on C++ that the conversion a value from one datatype to one other has to be