| Thread | Last Post | Replies |
|
| CAN A J2ME MIDLET READ THE SCREEN SIZE? | 25 Feb 2007 13:35 GMT | 2 |
Is it possible for my MIDLet to read the size(in pixels) of the LCD display? Thanks, Talal
|
| ArrayList.get help ? | 25 Feb 2007 09:41 GMT | 3 |
Further to my earlier questions on ArrayLists, I have now created an ArrayList containing a number of Tool objects, and now I'm trying to do some tests on each list items. So I find the size of the list, run a for loop, and for each iteration of
|
| Can this Class be cleaned up at all? | 25 Feb 2007 04:12 GMT | 10 |
Here's a class I wrote: package employees; import java.text.SimpleDateFormat; import java.util.Calendar;
|
| Encoding (continued) | 24 Feb 2007 21:21 GMT | 3 |
I am using in my programme this : public int charSet=0; ............. public String [] charSets={"utf-8","iso-8859-15"};
|
| javaw.exe general | 24 Feb 2007 17:56 GMT | 1 |
x-posted, MS ... .help and .java-security Hi all, Sorry for the obtuse subject line; have what I hope is a simple question: I have 6 copies of javaw.exe in various locations on my hard drive, one in a
|
| question about the calendar class | 24 Feb 2007 15:27 GMT | 7 |
I have the following lines of code Calendar c=null; c.set(2007, 2, 15); According to the API, I am invoking the set method correctly
|
| Why does Java require the throws clause? Good or bad language design? | 24 Feb 2007 15:21 GMT | 131 |
I have a number of books on Java but none seem to answer the fundamental question on throws clauses: /why/ force the programmer to declare what a method /may/ throw? To quote one: "If you write a method that throws an exception, then
|
| Struts tags reference.. | 24 Feb 2007 14:39 GMT | 3 |
Hi, I need to find a jakarta struts url that has javadoc for TAGS (not classes), i.e., a pg like this.. http://struts.apache.org/1.3.5/struts-taglib/apidocs/index.html but for tags..
|
| ArrayList help | 24 Feb 2007 00:14 GMT | 2 |
I'm trying out some examples of ArrayList, but keep getting nullpointerexception errors. Bascially I'm creating a new ArrayList object in a class constructor. code fragment is
|
| Erasing a String produced using drawString() | 23 Feb 2007 17:52 GMT | 7 |
put a string on the screen using drawstring and I would like to erase just that string how would I accomplish that? Thanks
|
| what is the 'this' keyword | 23 Feb 2007 14:50 GMT | 14 |
I was just wondering what the 'this' keyword in java is is it a pointer like the 'this' pointer in c++ or is it an object referencing another object? please elucidate.
|
| 64-bin JVM install problem (with install.sfx error) | 23 Feb 2007 13:14 GMT | 4 |
I'm having difficulties installing the 64-bit JVM (JDK, really) on a 64-bit Xeon box. I'm using the self-extracting .bin file as usual, but the install fails with this error:
|
| WHICH J2ME Development Tool? | 23 Feb 2007 06:32 GMT | 4 |
After researching the J2ME development tools, I finally decided on NetBeans and I downloaded it today, with the mobility pack. I found NetBeans be very powerful, yet I am just starting with Java. NetBeans overwhelmed me, even with the simple NetBeans-generated "Hello World" ...
|
| printing //////////////\\\\\\\\\\\\\ in JAVA | 22 Feb 2007 12:47 GMT | 2 |
Hope that someone can help. How does one print these reserved slashes in Java? Regards, R. Stone
|
| JTable and adding rows to the table | 21 Feb 2007 22:11 GMT | 2 |
Hi, I'm trying to put data into a JTable, but I can't find a way to increase the number of rows in the table dynamically (or during run- time). This might be because I created the table using Netbeans and netbeans
|