| Thread | Last Post | Replies |
|
| Java 2 (1.3.1) home directory problem | 16 Nov 2006 02:40 GMT | 1 |
I have a problem and have very very very little experience with making modifications to how the Java plug-in (1.3.1_2) runs or installs. I am troubleshooting an issue with an application that uses Java. When I look at the Java console I can see the affected users' home directory
|
| unprotected workbook with java without open it | 15 Nov 2006 23:57 GMT | 2 |
I am working on a project an I have some bigs orkbooks . I am not able to open them in the code because they are too huge. I found a way to work with them by using an ODBC link, but when the file is protected the odbc link doesn't work.
|
| Quick help needed. Code runs, but one problem cannot be solved | 15 Nov 2006 20:47 GMT | 3 |
Hey, guys. I designed this code for guessing numbers. The program should pick a random number between 1 and 10, inclusive both. Then repeatedly prompt the user to guess the number. On each guess report to the user that he or she is correct or that the guess is
|
| how to add tree node in jsp page | 15 Nov 2006 17:20 GMT | 2 |
i want create one jsp page just like window explorer tree node structure. pls help me.
|
| Can Someone Tell Me Why... | 15 Nov 2006 17:01 GMT | 2 |
this will not compile? Am I missing something? import javax.swing.JOptionPane; import SavingsAccount; public class SavingsAccountDriver //extends SavingsAccount
|
| why add toString() to a new class??? | 15 Nov 2006 16:54 GMT | 13 |
Hey All. Saw a programmer's code. dont know why... he always put toString() method to his newly created class? I check the code the toString method never been called.
|
| Recursion... | 15 Nov 2006 13:40 GMT | 5 |
im a little confused by it. Basicaly what my professor wants is for us to make a program that reads a string in, but its a mathematical string that can be encompased by "(" and ")" sort of thing to signify that this statement is dont before the next. He says to do this by recusrion
|
| getTime(), milliseconds from 1970 and timezone | 15 Nov 2006 12:11 GMT | 10 |
I have read a lot of topics on this argument and I have understood that getTime() is indipendent from the timezone of the machine. So, why if I change timezone on my machine I have different result? We have changed the OS on our server from Windows to Linux. The first
|
| Change so that I can print .txt or .rtf | 14 Nov 2006 23:45 GMT | 2 |
I have tested this program below using a .gif and it works successfully. I want to change it so that I can print a notepad.txt or wordpad.rtf. TIA,
|
| Wierd Class Definition: public enum ChartScale | 14 Nov 2006 23:17 GMT | 1 |
Dont understand the class definition: public enum ChartScale {...} Anybody help explain for me Thanks a lot. Regards,
|
| Help needed to structure this GUI | 14 Nov 2006 21:14 GMT | 3 |
Good morning, I have to create a GUI where I can draw an arbitrary number of circles not overlapped, for each of them I must have possibility to change the colour, I want
|
| in jvm. how do you leap? | 14 Nov 2006 19:54 GMT | 3 |
hi .. can anyone please help me answer this questions.. i'm totally lost.. i dont know what leap really means in this context.. and i dont know
|
| How to structurre the GUI for this Metronomo | 14 Nov 2006 19:40 GMT | 1 |
I have necessity to realize a metronomo in java, it is also an occasion in order to understand something of user interfaces considering that until now I just be occupied in J2EE. I have to use use java.swing.Timer in order to color one of N circles,
|
| Sorting objects | 14 Nov 2006 17:33 GMT | 3 |
I've got to sort an array of my own FileInfo class, FileInfo has a public variable called weight which I want to sort on. Do I still need to write an comparable method for FileInfo or can Java do something like Ruby's sort which would just be
|
| JButton questions | 14 Nov 2006 16:33 GMT | 2 |
I put in a next and previous button but it crashes when I run it. I also need it to loop around to the first or last if at the ends. Can some one help me with this? import java.awt.*;
|