| Thread | Last Post | Replies |
|
| How to create expanding Tables (Web 2.0 Style) with Swing ? | 30 Apr 2007 20:37 GMT | 6 |
As I am working on a GUI for a little Aplication of mine, I am wondering how to create expanding Table Rows with Swing. I whish to have Table Rows that can, for Example by clicking or hovering the Mousecursor over them, expand and show additional Info to the
|
| network visualization/topology | 29 Apr 2007 23:28 GMT | 1 |
I would like to code a small program with gui, that would take the output of traceroute and output the topology of the network. can someone please kindly advise how I should code such a program? regards,
|
| Adding custom cell renderer to JTable causes delete problems | 28 Apr 2007 09:06 GMT | 2 |
I asked a question about this a while ago, but I was ill-prepared. Rather than explaining I will hope that someone doesn't mind compiling some code that I've included below. I stuck it all in a file called JTableTest.java, compiled and ran it in Netbeans.
|
| Point in java.awt.geom | 27 Apr 2007 23:17 GMT | 1 |
Why is there nothing in java.awt.geom that uses a Point? I want Path type objects and I want to construct them with eg an array of Points. GeneralPath etc, they all deal with primitives.
|
| Combinig 2 GUI's to compile and run at the same time. | 27 Apr 2007 16:10 GMT | 4 |
Yes this is homework, having cleared that up what I want to do is compile, and run these 2 programs simultaneously. Any help would be appreciated. */ import java.awt.*; /* Import statements */
|
| Problem with SWT - "Bring to front" | 27 Apr 2007 03:27 GMT | 1 |
I have question, I generate buttons, using the code bolow Button but = null; but = new Button (this,SWT.PUSH); but.setText("Test="+a);
|
| Small font in windows L&F dialogs | 26 Apr 2007 12:02 GMT | 2 |
When java displays a dialog in the windows L&F, the font appears very small screenshot: http://ipn2.epfl.ch/lns/tmp/dialog.gif This is independent of the application used and a java-only problem (the screenshot comes from a sun swing example code).
|
| Swing example app | 26 Apr 2007 05:27 GMT | 7 |
I remember that sun made a swing example app where all components are shown on different tabs and source code is available. But I can't find it again (googled for a while). Can anybody point to the page where to download it?
|
| java.net.ConnectException | 25 Apr 2007 14:36 GMT | 2 |
When i run the following code, i get - java.net.ConnectException: Connection refused import java.net.URL; import javax.swing.JDialog;
|
| can you help me in java | 25 Apr 2007 12:14 GMT | 2 |
while i searching about my problem i found this group and i hope to find solution for this problem, so let me tell you about my problem: i want to show and print the numbers in arabic forms not in english, called indian or farisy numbers,i can show the arabic words,so how can
|
| Calendar / Date / others classes should I use ? | 25 Apr 2007 12:13 GMT | 3 |
If today is 20Apr2007, I would like to display the date that after 14 days (ie. 3May2007). How can I do ? Display format can be 03/05/2007 or 3May2007. Ringo
|
| Weird Java 6 Double-buffering Problem | 23 Apr 2007 15:14 GMT | 2 |
I'm having a printing issue since upgrading my Swing app from JDK1.4.2_06 to JDK6.0 (b105). I think its double buffer related. As many of you may know, before printing, one must disable double buffering. This reduces the amount of data sent to the printer as well
|
| Embedding a Jframe in an Applet | 22 Apr 2007 17:24 GMT | 7 |
|
| Exception in thread "main" java.lang.NoClassDefFoundError: sampl | 20 Apr 2007 22:22 GMT | 4 |
Hi, I know this is a common error, but this occurs only in some of my programs. I run java on windows XP SP2, jdk1.5 My sampl.java file is like this:
|
| How to disable maximum icon in a shell? | 20 Apr 2007 13:25 GMT | 1 |
I want my SWT application to be of fixed size. So i wanted to disable the maximum button in shell. Could any one please tell me how can i do this?? or is there any alternative way to do this ??
|