| Thread | Last Post | Replies |
|
| javascript | 30 Jul 2005 14:43 GMT | 3 |
I've make a simple applet for use javascript function. When the browser is IE, no problem, but if the browser is netscape 7, when ... JSObject.getWindow(this); ... the message is ": at netscape.javascript.JSObject.getWindow(Unknown Source) ...".
|
| expression and statements in Java | 30 Jul 2005 14:22 GMT | 6 |
Would it be good to allow me to write either: <cond> ? <code1> : <code2> or if(<cond>) then <code1> else <code2>
|
| IntelliJ IDEA 4.5.4 problem | 30 Jul 2005 13:28 GMT | 2 |
I am using IntelliJ IDEA 4.5.4 for java development. I can build a project and compile the project, but the "Run" and "Debug" buttons are disabled. I cannot run or debug project from IDEA. Anyone knows what causes the Run and Debug buttons are disabled in my IntelliJ IDEA?
|
| Java file extentions | 30 Jul 2005 13:23 GMT | 5 |
I recently came across some Java deployment related stuff, which refers to Java file types I don't know. Specifically, .fdr files and .rhe files. I have no idea where to look at.
|
| Wamted Java Professional with 5+ years of experience for a MNC at Bangalore | 30 Jul 2005 11:57 GMT | 6 |
We are a professional recruitment firm looking for Java Developers with 5+ years of experience for a MNC at Bangalore. the Job profile is as follows: Java Application Developer
|
| what is assertion in java? | 30 Jul 2005 07:48 GMT | 5 |
what is assertion in java? thank you ~ ªÑ²¼»ù®æ¦³¤É¦³¶^, ¶R½æn¯à©Ó¾á·ÀI ~ ~ Samba, more than a low cost File and Printer server ~
|
| Scrolling an image | 30 Jul 2005 05:23 GMT | 6 |
I'm making a Swing application with Java 5.0 that is constantly updating pixel-sized custom components on a JPanel from the top of the panel downwards. When the updates get to the bottom, I would like to be able to scroll the image that has been created by the updates upwards
|
| J2ME background image | 30 Jul 2005 03:54 GMT | 6 |
I'm trying to create a small J2ME app which displays some text on top of a background image. The text part is easy - I use a form and some StringItems ... but when I add an image using
|
| J2ME - Http connection problems | 30 Jul 2005 03:53 GMT | 1 |
I'm trying to make some sort of a global highscore function, which sends per GET tje score and player name and recieves some info. Nothing complicated, on the WTK2.2 emulator works great (with the apache running as localhost, since my proxy doesnt allow wtk to go out).
|
| j2me textbox | 30 Jul 2005 03:52 GMT | 1 |
How can I determine when the value of a TextBox has been modified? It doesn't seem I can use ItemStateListener, because TextBox doesn't inherit from Item. Matt
|
| J2ME - Game development - screen resolution problem | 30 Jul 2005 03:48 GMT | 5 |
I'm having problems with "porting" a game to dofferent phones, due to different screen resolutions. How do you solwe this problem? And another question, regarding the game distribution: is it possible to send it as a sms or mms? For example, you send a sms on some nuber and
|
| Server to server = Server client to server? | 29 Jul 2005 23:46 GMT | 2 |
For a server to server connection, is the connecting server considered as a client of the accepting server or is it not? I have the following classes: Connection <--- base class of the following two
|
| ClassLoaders, delegation, and a plugin system | 29 Jul 2005 21:46 GMT | 2 |
I'm currently trying to figure out how to write an application that uses a plugin-type architecture with a custom-built instance of URLClassLoader to load the plugins. I have run into a few problems. First, as a minimal example, consider file a.jar containing classes A
|
| socket problem | 29 Jul 2005 21:19 GMT | 10 |
I am a newbie to java and trying to compile this piece of code. But I am getting an error on line 15... import java.util.*; import java.io.*;
|
| Jcomboboxes in jtable select the same value.. | 29 Jul 2005 18:15 GMT | 2 |
Ive created a JTable that has one column that is full of JCombobox objects. The weird thing is that when I select one value in.. say row 3.., that value is used not only in row 3, but also row 4,5, and 6 and all the
|