| Thread | Last Post | Replies |
|
| Value of jTextArea in jScrollPane | 08 Mar 2004 14:15 GMT | 1 |
I'm pretty new in programming java. The problem that I have is this... I made a JScrollPane with a JTextarea, now I want to use the value that I entered in the jTextArea to send with netsend but I do not know
|
| URLGet Exception at all http servers on Earth | 08 Mar 2004 11:06 GMT | 5 |
//URLGet.java import java.io.*; import java.net.*; public class URLGet
|
| class and variable | 08 Mar 2004 10:54 GMT | 1 |
Given a structure as below, how can I have the integer d (in class B) assigned into the integer c (in class A)? c = object_B.d seems not ok. public class A extends javax.swing.JFrame implements Runnable{
|
| downloading binary files using URL | 08 Mar 2004 06:11 GMT | 3 |
For the poject I am currently working on, I often need to access and download files from websites. So far I have been using: String fullURL="http://www.host.com/textfile.html"; try {
|
| JSP | 08 Mar 2004 04:03 GMT | 2 |
I want to learn Java Server Page to connect my website to a database. Should I first familiarize myself with Java (through a book like Beginning Java 2) and then buy a book dedicated to Java Server Page or can I start studying JSP right away without knowing anything about
|
| Mixed int & long types operation | 08 Mar 2004 00:44 GMT | 1 |
If I have below int & long types variables int i=1, j=0; long l=99, m=100; below assignments can pass compilation
|
| How to show the console output in JBuilder 9 application? | 07 Mar 2004 21:43 GMT | 1 |
I generated an GUI application with JBuilder 9 and inserted some System.out.println(....); commands in the code. How can I view the text and information which is written to the console output
|
| OriginNotAllowedException: JavaScript is not from the same origin as the Java code | 07 Mar 2004 20:54 GMT | 1 |
On the java console of Mozilla I get the following message when I browse a web page using a certified applet: sun.plugin.liveconnect.OriginNotAllowedException: JavaScript is not from the same origin as the Java code,
|
| java.sun.com http server down | 07 Mar 2004 17:32 GMT | 7 |
I have not been able to get through to java.sun.com for two days. I can ping, but no http. Anyone getting through? -- Canadian Mind Products, Roedy Green.
|
| drawImage with jdk 1.1.8 | 07 Mar 2004 16:02 GMT | 1 |
Still learning the java universe. Are some of the drawImage various methods broken in jdk1.1.8? I am trying to get the flip vertically method to work. Does the "first coordinate of the source rectangle" means the first
|
| Can this kind of question appears in real 310-035 exam | 07 Mar 2004 14:08 GMT | 2 |
I found below question at www.jchq.net mock exam. The author said that it's possible in java programmer exam that the correct answer is selected by not selecting any of question provided answer. I haven't taken Sun's exam before so I'm not sure if this will happen in real
|
| Create objects from an xml file | 07 Mar 2004 00:28 GMT | 6 |
I'm new to this group and to java too, so pardon me if the question has already been asked (most certainly it has). I'm developing a game and I'd like to create objects of several classes from an xml input file.
|
| Java "For" Loop Question | 07 Mar 2004 00:08 GMT | 4 |
I have a java loop problem: My 1st year has the dollar amount of the 9th year? The salary figures are correct but they are backwards from my years?
|
| MIDP 2.0 help needed | 06 Mar 2004 23:16 GMT | 1 |
Does MIDP 2.0 support microphone input? Is Voice-Over-IP over GPRS or EDGE using MIDP 2.0 application possible? 10x
|
| Question about 310-035 exam (collection framework) | 06 Mar 2004 21:22 GMT | 2 |
As I'm preparing for this exam I find some questions on web asking about bitset collection. From exam objectives found at Sun's web site, there are only below brief statements about collection. Section 9: The Collections Framework
|