| Thread | Last Post | Replies |
|
| learning loops | 29 Nov 2004 18:30 GMT | 2 |
I have this script, but get an error message, cant resolve symbol, but whats wrong with this? public class loop { public static void main(String[] args) {
|
| Swing scrolling | 29 Nov 2004 14:38 GMT | 2 |
How do I make a JTextPane in a JScrollPane scroll to the end of the document when I append text? I'm sure there's a very easy way of doing it but I just can't spot it. Thanks,
|
| Border problems | 29 Nov 2004 13:42 GMT | 2 |
I am trying to make some borders in my graphic window but I get this error: IllegalArgumentException: adding a window to a container at java.awt.Container.addImpl(Unknown Source) at java.awt.Container.add(Unknown Source)
|
| Gmail | 29 Nov 2004 11:54 GMT | 1 |
I'm looking gmail invite, please for me!!!!!!!!! Tanks!!!! ciaba@email.it
|
| Null pointer exception with Java 1.4.2, ok with 1.5 | 29 Nov 2004 10:38 GMT | 6 |
I'm working on an image applet, and I've developed an object from JPanel to show images... this is the simple code: --- import java.awt.*;
|
| MenuBar in AWT Java Applets | 29 Nov 2004 09:37 GMT | 6 |
Hi to everyone, Sorry for my previous posting i forgot to fill subject line :) i'd like to ask if it is possible to put a menubar in AWT Java Applets. Thanks in advance
|
| Learning Arrays | 29 Nov 2004 06:26 GMT | 3 |
Hi, I am just learning arrays and I am trying to get this 2D array to print out like this: 0 1 2 3 4 5 6 0 1 2 3 4 5 6
|
| Problems with DecimalFormat | 29 Nov 2004 03:59 GMT | 1 |
I get the following error when I compile: Error: cannot resolve symbol symbol : class DecimalFormat location: class CelsiusToFahrenheit2
|
| GMail | 29 Nov 2004 02:39 GMT | 2 |
Does anyone has invitation quota to GMail? Seems it's a good webmail. If you still have quota left, would you give me one? My email is patricklaw88@yahoo.com
|
| Help with this method - while loop | 29 Nov 2004 02:09 GMT | 4 |
Im having a few issues with my code, im using BlueJ, but i want to use a while or for loop for the methods: startRentingHouse and stopRentingHouse. But i dont have a good idea of how to go about it as i havent used them before, can someone please point me in the right direction?
|
| Can't compile (text to graphic window) | 28 Nov 2004 23:11 GMT | 2 |
The following code is supposed to print two text strings in a graphic window. I get the following error message when I try to compile the code below: Error: cannot resolve symbol
|
| Help with learning arrays | 28 Nov 2004 20:37 GMT | 3 |
I would like to create an array where I can generate a random number and have it "move" to that particular spot on the array and then give me a JOptionPane that tells me where it went. I just can't seem to make the leap to figure out what to do next. Can someone clue me
|
| nullpointerexception | 28 Nov 2004 17:26 GMT | 6 |
I'm getting a nullpointerexception in this code. I can't figure out why? Any ideas how I can investigate? The exception is when I try to sort an array that I "think" is populated. => Arrays.sort(categorySalesArray);
|
| Vectors of objects | 28 Nov 2004 14:15 GMT | 5 |
A question about a vector of objects... As I understood the vector contains only objects' memory address right? I usually use Vector() to manage my vectors and it contains "genericl"
|
| ????? instead of cyrilic letters | 28 Nov 2004 01:24 GMT | 4 |
I see only ?????? on my button. In the text of program: button1.setLabel("\u041a\u043d\u043e\u043f\u043a\u0430"); Same text in command line:
|