| Thread | Last Post | Replies |
|
| some help required : applets blinded | 30 Jan 2006 01:10 GMT | 5 |
I experienced a strange behaviour of some applets on mozilla 1.8 / W2K . The panels of the applet don't display any of its component. It's an all blank panel.
|
| Help Regarding Difference Between Object & Instacne | 29 Jan 2006 20:02 GMT | 3 |
hello hi how r u? i need help regarding the difference Between Object & Instance In Java
|
| control-C issue running binary | 29 Jan 2006 16:18 GMT | 1 |
I have a java command line program that runs another linux binary executable as one of it's functions. The binary runs fine. Here is how it gets done. I have a collection of environment variables set in a an
|
| request.setAttribute() fails to set attribute - help | 29 Jan 2006 12:31 GMT | 6 |
[CODE] cookieArray = request.getCookies(); if (cookieArray != null) { for (int i = 0; i < cookieArray.length; i++) {
|
| Can't execute from command line | 29 Jan 2006 00:34 GMT | 9 |
I've been using BlueJ to learn Java and can build classes with a main method and execute them succesfully in this environment. However, I'm starting to use the command line in Windows XP and am meeting a problem...
|
| Swing Components Freeze During Other Actions Even With Threads | 28 Jan 2006 19:18 GMT | 16 |
I'm having a variation on an old problem: After "Okay" is clicked in a window, I need to run an external program and read the output. I have my code to do this in a thread, which should help, right? No. It doesn't. Here's the problem: I'm waiting for the output of the external ...
|
| List iterators question | 28 Jan 2006 04:44 GMT | 1 |
Here's a real simple Iterator example done in 1.4 public static void main(String[] args){ List list = new ArrayList(); String[] sa = new String[2];
|
| css question | 28 Jan 2006 02:11 GMT | 8 |
I can make a box of coloured background around some text with a style lie this: .box{ background: #ffffdd; /* top right bottom left */
|
| Change to a form display | 27 Jan 2006 22:45 GMT | 1 |
I have a small JSP 2.0 application that sends information to a class file, gets it back and displays it in a web page. The code is below. Kilowatt.class --------------------
|
| read file as object | 27 Jan 2006 21:52 GMT | 5 |
Iam wondering if there is a way to read content of the file as object and put it in arraylist. then have possibility to cast elements of object to char, or other primitiv data type.
|
| 2 JLists into 1 | 27 Jan 2006 19:19 GMT | 1 |
I haven't done java for a while, but trying to refresh memories... I am trying to move selected multiple values in 2 JLists that contains different items into the 3rd JList. For instance, if I select 'apple' from 1st JList, 'kiwi' and 'banana'
|
| in or out of jar, how does java.net.URL and getResource decide? | 27 Jan 2006 18:18 GMT | 2 |
I've got a kuhl application that among other things, for a demo, flashes pictures, meant to look like a top-down view of a map, based on two image data sets stored in the jar file. The call to find them, and alternate them in a JPanel is done like this:
|
| IE Crashes | 27 Jan 2006 18:08 GMT | 4 |
It seems that there is a problem when upgrading to JRE 1.5 with the Java plug-in for Internet Explorer. On an XP computer with JRE 1.4.2_02, after having installed JDK 1.5.0 update 5, Internet Explorer crashes when loading the Java Plug-in.
|
| Java/IE weirdness | 27 Jan 2006 16:01 GMT | 4 |
I have a JSP script that validates inputted data. Upon successful input, it will 1) set a cookie 2) Do a data scrape to a URL that points to a servlet that performs
|
| NewBie to JSP/Servlets stuff, Help? | 27 Jan 2006 15:57 GMT | 1 |
I need to develop a Web Server based application overnight. From what I understood, JSP/Servlets is the way to go (my platform is Linux based). My first question is, is the choice ofJSP/Servlets the right thing? Next, what is the best way to start in this? What would be the best IDE
|