| Thread | Last Post | Replies |
|
| Instant dragging from JTree | 23 Jul 2004 07:49 GMT | 1 |
Hi NG, I cannot drag an unselected element of a JTree. First I have to select it, then I can drag it. Is there a way to implement that? I think I can spare that extra click.
|
| Template for Java Swing | 23 Jul 2004 06:04 GMT | 4 |
I would like to know whether there is any template kind of thing for java swing programs.(Similar to Jscript for HTML..).If its there,I would also like to know whether that is open source that can be reused??I would like
|
| Swing application design | 22 Jul 2004 21:05 GMT | 7 |
I have mostly understood how to use components, layouts and actionlisteners to create a nice GUI with Swing. What I am still struggling with is what a good design for a Java application, maybe a GUI application in general is. Right now, I have a class MyAppStart
|
| Graphical editor... | 21 Jul 2004 16:10 GMT | 5 |
Has anyone ever written a small graphical editor? I just want to create some rects, resize them with mouse an move them in a drawing. I look at JHotDraw but it seems to be very complex an i only want some basic features. Maye anybody has a smaller editor with really basic functions. ...
|
| Entering values in a JTable | 21 Jul 2004 14:59 GMT | 1 |
I have a JTable and want to enter probabilities in to it. Most of the time this works fine but I have recently noticied that if I try to enter small values like this 0.00002 when the cell loses focus the value in the cell becomes 0. When focus returns to the cell it correctly ...
|
| Resizing column/row cell header | 21 Jul 2004 12:35 GMT | 1 |
I am trying to resize the column/row cell header of a JTable and am not able to. The appropiate cursor appears but clicking and moving left or right has no effect. A jpeg of the JTable I am dealing with can be seen at the address below in order to make what I am trying to explain a ...
|
| applet gui in separate class | 21 Jul 2004 08:11 GMT | 1 |
I am creating an applet with a complex ( or at least I think so ;-) ) gui. So I thought of using Netbeans form editor ( that generates gui code). I don't want to mix the autogenerated code with the manually written code that's why I want it in a separate class, Display.
|
| Background Image in Java 1.1.8 and awt | 20 Jul 2004 18:25 GMT | 12 |
Im using Java 1.1.8 and awt. Im trying to create a Panel, and put an Image on this panel (using drawImage). Then I create another Panel, with a couple of Labels and TextFields and place it "on top" of the first Panel.
|
| Text on path | 20 Jul 2004 15:17 GMT | 16 |
I need to implement a simple "text on path": how can I do it? Mhaxx
|
| Moving mouse should not move mouse pointer, possible? | 20 Jul 2004 14:23 GMT | 1 |
The displayable content of a component is bigger than the visible area, so the user will have to scroll around the content to see all of it. Now I have seen a method in a game that I want to implement in my
|
| Add A JPanel to a JPanel | 19 Jul 2004 16:19 GMT | 3 |
I got followning problem: i have visible JPanel on the screen. When i click on it, a contet menu appears, where I can coose "add another panel". This calls a method paintNewPanel() and should add a new visible panel on my panel. Code:
|
| How to repaint JPanel that is covered by a transparent component.? | 19 Jul 2004 14:50 GMT | 1 |
This is a simpler explanation of an unresolved problem I presented in another thread. This code example is much simpler. I have added a JPanel to a JPanel. The JPanel 'on top' has a *transparent* background and has a tooltip. If the tooltip is
|
| JTextPane Object and Param Tag | 19 Jul 2004 14:50 GMT | 3 |
I am using JTextpane to edit HTML documents. I want to insert a multimedia file into the document- When I insert the following html using insertHTML funtion - <OBJECT classid="clsid:22D6F312-B0F6-11D0-94AB-0080C74C7E95"
|
| JTree | 19 Jul 2004 09:07 GMT | 2 |
When I add a new DefaultMutableTreeNode to the parent DefaultMutableTreeNode, I want the new DefaultMutableTreeNode have folder icon. Is this possible? Is possible to have empty folders in JTree? How?
|
| put JComponent at arbitrary position in JPanel? | 19 Jul 2004 08:24 GMT | 4 |
Hi Guys, I have one question: I have a class looks like: public class Node extends JComponent
|