| Thread | Last Post | Replies |
|
| PLz hlp!! unable to add my nodes under an already existing parent in jtree | 17 Nov 2006 08:22 GMT | 1 |
I am trying to build a jtree with input from a arraylist.i need to form a tree as below OMCR |--Shara
|
| JTable refresh when data changes How? | 16 Nov 2006 07:09 GMT | 3 |
I want to refresh a JTable when the data changes. Amazingly the frist 3 or 4 pages of google dont actually describe how to do this simple thing I have
|
| image | 16 Nov 2006 03:08 GMT | 4 |
How to get an Image from mysql database, and display it froma java program?
|
| Delegating controls to receive events | 15 Nov 2006 20:34 GMT | 3 |
I want to have a comboxbox and an elipsis ... button treated as a single control. If I use a JPanel + BorderLayout with a combobox using the 'Center' and the button the 'East'
|
| How heavy is a JPanel? | 15 Nov 2006 18:44 GMT | 3 |
In terms of performance not pounds, when it comes to layout managers, resources et al. As an example I want to have a comboxbox and an elipsis ... button treated as a single control.
|
| Tracing points on mouse drag event | 15 Nov 2006 18:33 GMT | 2 |
Assume that you have Image (m by n) uploaded. You left-click on mouse and drag a curve while ur pressing on left button. How can i retrieve the list of points ( i,j) where the mouse has gone over.
|
| Resample image - drawImage exception | 15 Nov 2006 16:49 GMT | 1 |
Am resampling the images to be displayed in my web page for different height and width . This is the code i use for it whenever the height and width changes: ServletOutputStream sout = response.getOutputStream();
|
| swingworker & jframes | 15 Nov 2006 13:43 GMT | 1 |
I am trying to use swing worker to increase the responsiveness of the app. On the main page when the user clicks on a tree node I open a new frame.
|
| help me for retreving an image from mysql database | 14 Nov 2006 21:48 GMT | 2 |
I am trying to retrieve an Blob image from mysql to JFrame.Plz help me for retrieving image. vani
|
| Help needed to structure this GUI | 14 Nov 2006 10:54 GMT | 2 |
Good morning, I have to create a GUI where I can draw an arbitrary number of circles not overlapped, for each of them I must have possibility to change the colour, I want
|
| Wait for the result of a JDialog | 14 Nov 2006 01:47 GMT | 2 |
I have created a JDialog with three buttons: Yes, No, Cancel. I would like to do something like this in the main window: MyJDialog dialog = new MyJDialog(parent); int response = dialog.showOpenDialog(); //display the JDialog and make
|
| Using Template Pattern, problem with extends to Applet | 13 Nov 2006 19:16 GMT | 1 |
public class TicTacToe extends Game (wish can extends to applet, and probably don't have this problem) { private class Board
|
| Simple 2D API | 11 Nov 2006 23:05 GMT | 4 |
I want to display a web like structure in 2D. It would look like a diagram with lines and text mostly. Is there a simple API to draw something like that in java? Thanks.
|
| Auto Resize a JSplitPane Containing a JTree | 09 Nov 2006 14:48 GMT | 6 |
I am wondering if it is possible to autoresize a JSplitPane which contains a JTree within it. Basically what is happening is that when the user expands the JTree, he/she must also manually resize the JSplitPane. I would rather have it so that the pane automatically
|
| jLabel.setText doesn't? | 08 Nov 2006 22:40 GMT | 10 |
I have a Swing program that functions as a wrapper around a command line program. As the command line program runs it outputs various status messages. I'ld like to pump these messages into the GUI specifically a jLabel but
|