| Thread | Last Post | Replies |
|
| java splash window | 13 Sep 2004 20:09 GMT | 15 |
can anybody show me how to show a splash window before my program formally starts for 10 seconds. The splash window should show only color image/logo, without any window frame, title bar, etc. how to use Java to implement this?
|
| Scrollbar controls | 13 Sep 2004 18:05 GMT | 4 |
I am trying to move a JScrollBar inside a BeanTreeView object. This is what I do - btv - object of type BeanTreeView int height = btv.getHeight();
|
| setVisible(true) does not work on Win2k | 13 Sep 2004 10:07 GMT | 6 |
I've written a little GUI-App to help a user start a program with many different parameters. The problem is, that on some computers, which are all running with Win2000 the Gui is not displayed, while on others it works just fine.
|
| JTEXTAREA- problems with different JDK versions . | 13 Sep 2004 07:10 GMT | 2 |
I have a JTEXTAREA component exists in my application and it works fine with (windows) JDK1.3.0 AND and other versions of JDK less than this.
|
| Setting new ODBC | 13 Sep 2004 05:37 GMT | 2 |
Can Java set a new DataSource directly from the code? I would like to put my program on other computers without need to set eberytime my odbc source from control panel...
|
| Listener on more component... | 12 Sep 2004 21:36 GMT | 2 |
i have a JPanel with much jlabel component. Each jlabel have got a icon. Panel have GridLayout as layout manager. I would add a listener for each label (or only to panel?) , so when double-click on a cell (or on a jlabel?) the event say me what cell is
|
| JTree Q | 12 Sep 2004 14:39 GMT | 7 |
I need to create a component that is tree-like in nature, however, the component will not have a single "top" node. Should this be accomplished with a JTable and (JList or JComboBox) renderer/editor?
|
| ServerSocket.accept() stops GUI loading | 10 Sep 2004 15:07 GMT | 1 |
Hi, I am trying to add a GUI to a server program, try { ss = new ServerSocket(667);
|
| Resizing ImageIcon | 10 Sep 2004 14:37 GMT | 2 |
If I load a jpeg into an ImageIcon, is there a way to resize the image at runtime? I've done work in several other languages and with different tools, but I'm new to Swing. Perhaps there's a better control, but I'm not seeing it.
|
| Problem using anonymous inner class, KeyAdapter() | 10 Sep 2004 11:09 GMT | 10 |
I've been having some problems getting a KeyAdapter to respond when I press a key. The (edited, but fully compileable - on my machine, latest jdk) code follows. It's just over 60 lines here, but most of that is whitespace (and should all wrap at 68 characters). I also commented ...
|
| GUI hangs during I/O Operation | 10 Sep 2004 10:56 GMT | 1 |
I have a JFrame with buttons and stuff to select the data I want to copy in another folder. Clicking the button "start" generates a JDialog with a JProgressBar, updated by a timer, and launches the copy process. The problem is that if I use the JDialog together with the
|
| Problems with panels and components | 09 Sep 2004 21:34 GMT | 3 |
I have created a small aplication in which I have a frame with a splitPane, on the left side I have panels which are added on run time. This looks like a list of Panels. I want to capture and draw the border of a selected panel as a
|
| Using JViewport with JPanel | 09 Sep 2004 13:33 GMT | 2 |
I am trying to figure out how to use the JViewport in combination with a JPanel. Can't get it to work though.
|
| java.lang.NullPointerException | 09 Sep 2004 09:11 GMT | 3 |
When i clicked on the button "cancel" of the first JoptionPane in Inizializza(), return this error: java.lang.NullPointerException at QuadratoMagico.inizializza(QuadratoMagico.java:469)
|
| JFrame, JPanel and Applications | 09 Sep 2004 07:48 GMT | 3 |
first of all, sorry for my English... :-) I would like to create a swing application that shows one window (JFrame). This Frame has a JPanel with a JButton (for Example) that calls a second JPanel to show in the Frame - i did this.setContentPane(new
|