| Thread | Last Post | Replies |
|
| Again data-base (easy one)... | 16 Apr 2005 20:58 GMT | 1 |
I'm going to write database app with about 25 fileds for each record. DB will have about 100.000 records in it !!! Will Java handle this ? I mean speed etc. Is there any database Java engine for this ? Thank you...
|
| Learning J2EE where to start | 16 Apr 2005 20:03 GMT | 5 |
I am a seasoned J2SE programmer but I'd like to learn what J2EE is all about at home. I'd like some tips on good books which can start me off and anything which is worth a read. There is so much to J2EE that I can't see the wood for the tree's at the moment and the sun site just
|
| DATE and TIME of installation of a MIDlet | 16 Apr 2005 18:34 GMT | 6 |
Can we know a MIDlet installation DATE and TIME on a device? I mean, I want to know when a MIDlet was installed on a device. Can we do it by coding?
|
| WScompile / Sun AppServer | 16 Apr 2005 11:57 GMT | 3 |
I've been having some problems with wscompile. Using it as a commandline tool to generate wsdls and stubs doesn't pose any problems, but with anything more 'advanced' it just won't work. The problems:
|
| J2me,no keyPressed() event on soft buttons | 16 Apr 2005 11:38 GMT | 1 |
I found there is no keyPressed() event on two more keys, they are: left soft button (usually `'call'' ), and right soft button (press it for ''end call'' when we got a phone call ) I can found the response values are -6 and -7 in WTK simulator respectly.
|
| J2ME, reapint() -> redraw, how to clear screen? | 16 Apr 2005 11:37 GMT | 5 |
J2ME, reapint() -> redraw, how to clear screen? ( CLS ) Thanks! Best regards, Boki.
|
| J2ME, int cannot be dereferenced ? | 16 Apr 2005 11:35 GMT | 5 |
I want to convert int to string, but I get " int cannot be dereferenced" What should I do ... @@ Best regards,
|
| J2ME, +/- power and camera button are not accessible from Java ? | 16 Apr 2005 11:34 GMT | 1 |
Hi, All: It seems +/- power and camera button are not accessible from J2ME ? Is any way to detect them?
|
| How to retrieve IMEI number with J2ME MIDP? | 16 Apr 2005 11:32 GMT | 4 |
Hello... Anyone know how to retrieve IMEI number with J2ME MIDP? Thanks for any reply!
|
| about classpath setting | 16 Apr 2005 04:29 GMT | 6 |
I am learning java. I have jdk1.2 edition.Until now i am storing my prorams in jdk/bin because javac is in bin directory.Now i came to packages.I created a directory in bin with the package name and then my files are stored in that directory.But when i am compiling the program
|
| extends from multiable classes | 16 Apr 2005 03:27 GMT | 7 |
I have seen some examples where classes extend from mulitable classes ie public class A extends B and C{ }
|
| Can you set primitives as unsigned? | 15 Apr 2005 22:04 GMT | 4 |
Just a quick n easy question - is it possible when declaring a primitvei data type (particularly a byte) as unsigned, to give it a range of 0-255? thanks, Iain Porter
|
| Trying to get Java working on Fedora Core 3 | 15 Apr 2005 07:33 GMT | 7 |
I have a Java application, which I've developed for my company using Java 1.4.2, packaged as an executable .jar file. It works fine on Windows and Mac OS X. I just installed Fedora Core 3, and so far have been unsuccessful getting this app to run on it. I'm pretty much a
|
| JDialog problem: can't figure out how to get parent? | 15 Apr 2005 00:46 GMT | 1 |
I want to create a new JDialog centered over the current JFrame so I need to pass the parent frame to the JDialog. The example I have seen on Sun's site passes the frame parent as an argument. In my program, I would have to pass it through several
|
| How can I make non-text button labels? | 14 Apr 2005 21:14 GMT | 5 |
I've made a Swing program and it works ok, but I want to use graphics on the buttons, not text. How can i do this? I currently have the buttons declared as
|