Forum: Coder's Corner Lounge
Mar 7th, 2006, 6:41 PM
|
|
Replies: 64
Views: 1,275
|
Forum: Java
Mar 3rd, 2006, 10:35 PM
|
|
Replies: 2
Views: 192
|
Forum: Java
Mar 3rd, 2006, 8:07 PM
|
|
Replies: 2
Views: 192
Java based firewall/port monitoring
Im possibly loooking into building a small scale firewall or at least port monitor as a little side project in java. I know that Java is a horrible lang to do this in, but it is all that I know and...
|
Forum: Coder's Corner Lounge
Feb 26th, 2006, 5:31 PM
|
|
Replies: 15
Views: 409
|
Forum: Java
Feb 22nd, 2006, 10:16 PM
|
|
Replies: 4
Views: 253
|
Forum: Java
Feb 22nd, 2006, 9:59 PM
|
|
Replies: 2
Views: 266
Sorting an array of objects
Ok this one has me pretty stumped for something that should seem very simple.
SO i have an object[] that i need to sort by in alabetical order by the String returned by object.getName(). I suspose...
|
Forum: Java
Feb 22nd, 2006, 9:01 PM
|
|
Replies: 20
Views: 512
|
Forum: Java
Feb 22nd, 2006, 2:43 PM
|
|
Replies: 9
Views: 441
|
Forum: Java
Feb 21st, 2006, 11:40 PM
|
|
Replies: 20
Views: 512
getContentPane comes from the JFrame class, so...
getContentPane comes from the JFrame class, so your project will ne to extend JFrame, all the content pane really is a the a master JPanel.
usally you create a container object of the content pane...
|
Forum: Java
Feb 5th, 2006, 1:02 AM
|
|
Replies: 6
Views: 224
|
Forum: Java
Feb 5th, 2006, 12:38 AM
|
|
Replies: 23
Views: 660
|
Forum: Other Programming Languages
Feb 5th, 2006, 12:33 AM
|
|
Replies: 12
Views: 361
Or you could learn Java, the Swing package and...
Or you could learn Java, the Swing package and awt package are incredibly easy to use and allow you to write a basic GUI in around 40 lines, and there is tons of options. Also adding that swing is...
|
Forum: Java
Feb 3rd, 2006, 3:29 PM
|
|
Replies: 23
Views: 660
Go with the 6th editition, there is a bunch of...
Go with the 6th editition, there is a bunch of changes to help get you into java 5. Plus the order is a little different. But that is deffintaly the book to get if you have the 80 dollars to fork out...
|
Forum: Coder's Corner Lounge
Jan 30th, 2006, 12:00 AM
|
|
Replies: 637
Views: 18,992
311.)
Java, with GUI
import...
311.)
Java, with GUI
import java.awt.Button;
import java.awt.Frame;
import java.awt.TextArea;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
|
Forum: Java
Jan 29th, 2006, 8:32 PM
|
|
Replies: 6
Views: 211
|
Forum: Java
Jan 28th, 2006, 11:19 PM
|
|
Replies: 2
Views: 227
|
Forum: JavaScript and Client-Side Browser Scripting
Jan 28th, 2006, 11:14 PM
|
|
Replies: 4
Views: 288
|
Forum: Java
Jan 22nd, 2006, 8:39 PM
|
|
Replies: 4
Views: 364
Im using netbeans 5. The swt jar is added to...
Im using netbeans 5. The swt jar is added to compling library, but that wasnt the issuse. The same code complied fine in BlueJ. The issue i believe comes some where in how netbeans breaks all the...
|
Forum: Java
Jan 22nd, 2006, 12:13 AM
|
|
Replies: 4
Views: 364
|
Forum: Coder's Corner Lounge
Jan 20th, 2006, 9:38 PM
|
|
Replies: 89
Views: 1,756
|
Forum: Coder's Corner Lounge
Jan 20th, 2006, 8:15 PM
|
|
Replies: 89
Views: 1,756
I think with the rise of Apple latley, with the...
I think with the rise of Apple latley, with the up coming macinteltashish Macs sells are really suspsoed to rise. When vista is realised alot of people are going to have to replace their software and...
|
Forum: Java
Jan 20th, 2006, 6:52 PM
|
|
Replies: 4
Views: 364
Using SWT in netbeans.
IM using netbeans as my IDE and I'm working on a browser project and im using SWT distubited by ecslipse. I have added the SWT Jar file as a library then added the libary to the project. The code...
|