| Thread | Last Post | Replies |
|
| JDK1.5 Ubuntu x86_64 | 03 Dec 2007 22:05 GMT | 1 |
I need JDK1.5 as a prerequisite for some software (Tekkotsu). I've got Ubuntu 7.10 64 bit. I was wondering wat JDK I can install to fullfil this requirement. Roderik
|
| ArrayList | 03 Dec 2007 03:27 GMT | 5 |
Good evening, Does anyone have the syntax for passing an ArrayList to a funtion? Is this something that can be done with java? Thanks
|
| JDialog | 03 Dec 2007 03:10 GMT | 3 |
In Netbeans version 5.5.1 I make JDialog window. I connect a JOptionPane on that dialog. In the option pane stands a DEFAULT OK-button and a DEFAULT-message. My problem is how do I reach that OK-button so when it is clicked the dialog will disappear?
|
| action listerner | 03 Dec 2007 02:08 GMT | 2 |
This is a general question. I'm relatively new to java and i'm trying to understand how I can have a variable presists when i'm doing multiple calls to and ActionListener. What i'm seeing is that every time i hit the button for this particular ActionListener that the variable ...
|
| Yet Another Newbie question | 02 Dec 2007 23:57 GMT | 5 |
I've been taking Web Design at the local Tech Skool and have gotten through the first 11 chapters of /Creating Web Pages with HTML, XHTML and XML/ . It covers some very elementary Java programming,
|
| about ConcurrentModificationException? | 02 Dec 2007 21:22 GMT | 5 |
import java.util.*; public class TryIteratorRemove { public static void main(String [] args){ Collection<String> myCollection = new ArrayList<String>(10);
|
| ActionListener | 02 Dec 2007 15:41 GMT | 6 |
I'm trying to understand how to invoke an ActionListener but maintain a variable that will be available to another ActionListener called "previous". The problem is how to have a variable persists between calls. I want to populate the ArrayList everytime the user hits next or ...
|
| Computer Security Information and What You Can Do To Keep Your System Safe! | 02 Dec 2007 07:34 GMT | 1 |
.:: Unix and Linux Hacking and Security ::. 1. Unix - Vulnerabilities and Advisories -- Tutorials and Papers -- Specific Exploits and Vulnerabilities
|
| arraylist | 01 Dec 2007 17:32 GMT | 4 |
Does anyone know how to assign an element from an arraylist to a string? Thanks Art
|