| Thread | Last Post | Replies |
|
| resizable GridBagLayout | 20 Oct 2005 16:14 GMT | 3 |
I have a GridBagLayout with a couple of JTables in it. They arrange nicely and all is beautiful, except for one thing: the user cannot resize the tables. Imagine a JPanel GridbagLayout with two tables right next to each other. Common user interfaces and common sense dictate
|
| WEB GUI | 20 Oct 2005 10:44 GMT | 4 |
Hi. we are planing to start one project, we are looking for best GUI fo our webbased application. can u pls suggest what all the ne technologies will give us best GUI. Looking for thin clien Application.
|
| number pad component | 20 Oct 2005 08:29 GMT | 4 |
we are developing a touch screen based point of sale application. we need a component having a textfiled and an attched set of keys to enter numbers. Can anyone tell me some place where i can look for such a thing? if anyone happens to have such a component which they are ready
|
| getContentPane().add | 20 Oct 2005 03:43 GMT | 11 |
I want to get a window inside the GUI I have and there is a problem with this: simulatieFrame.getContentPane().add(simulatie); In the code I have declared globally:
|
| Resizing JTextArea issue | 20 Oct 2005 03:11 GMT | 10 |
This is my first post here. I'm a beginner at Java and a newbe at GUIs. Although I've done some Java work by now, this one bites me. I was hoping the group could help me find the answer. I've read the GUI faq and hunted with Google wrt similar subjects, but to no avail.
|
| How to indent JLabel content | 20 Oct 2005 02:50 GMT | 7 |
Hi java guys! I would like to indent my JLabel text like below. ----------------------------------
| hello World! | |
| Putting a block of text as a group in JTextPane | 19 Oct 2005 19:56 GMT | 1 |
I am a newbie to Swing. I need to implement a text editor using JTextPane. One of the feature is I can insert a text object in the editor. This text object is shown as normal text, but it will be treated as one group. In other words, I need the followings:
|
| swap out JPanel's data | 19 Oct 2005 19:53 GMT | 5 |
I've got a question about best practices for form data. I have a JTree on the left and a form with many text fields on the right (JSplitPane). A user will then click on a tree node, or leaf. The form in the right pane will then populate with data for that selected node.
|
| dragging and moving an image to Japplet | 19 Oct 2005 14:10 GMT | 3 |
i want to open an image in an Japplet (and in a Japplet i had painted rectangle,circle and lines....) and after opening the image, i want to drag that image and placed it on an Japplet whereever i want.
|
| testing if a JFrame has been disposed. | 19 Oct 2005 13:39 GMT | 8 |
I have a Swing program that can spawn off a JFrame. I want the user to be able to close the JFrame, but later on in the execution of the program, I want them to be able to create a new one. However, if the user clicks to create a new JFrame when one already exists, I want that ...
|
| Add Jpanel to JLayeredPAne | 19 Oct 2005 11:59 GMT | 7 |
Hi, I'm looking for a way to add several Jpanel to a JLayeredPane. I wrote JPanel pan =new JPanel(); JLayeredPane layered=new JLayeredPane();
|
| Row "headers" in JTable | 19 Oct 2005 10:51 GMT | 4 |
J2SE 5.0_05 on Windows Server 2003 SP1. What I want to do is something like a column header only it's a row header that is effectively a JTable column that is fixed in position on the left of the view and can't be reordered or gain focus.
|
| help w/ DocumentListeners | 19 Oct 2005 10:36 GMT | 18 |
Here's what I have. User right clicks on a node in a JTree pane on the left, this brings up a popup menu. User then clicks 'add' from the popup menu. This in turns adds a new leaf node under the node just clicked on and also selects a form with JTextFields in a JPanel on the
|
| to get the position of a panle relative to it's containers | 19 Oct 2005 10:25 GMT | 3 |
i have this problem. i have a JFrame containig a hirerarchy of panels. i need to find the location of a panel , which might be contained in other panles, relative to the JFrame. Thanx in advance for the suggestions
|
| JSpinner input validation, numbers | 19 Oct 2005 04:48 GMT | 3 |
Hi, I have a rather large number of spinners in my application. Their values vary but often ranges from 1 to 99. So I want the user to be able to type in the number if they want to make a big change.
|