| Thread | Last Post | Replies |
|
| Hiding a JTexfield from the GUI | 31 May 2008 09:53 GMT | 5 |
I'd like to hide a JTextField from the GUI so that the layout doesn't "see it" anymore ? I tried, setVisible(false) but it leaves an empty space on the layout as if the component was still there. Is there an easy way to achieve this ?
|
| JFrame resizing | 29 May 2008 11:46 GMT | 18 |
Hello Group, why doesn't the following code work? import java.awt.*; import javax.swing.*;
|
| Document Filtering Question | 29 May 2008 05:51 GMT | 8 |
All, I am missing something with regard to document filtering. I have successfully built this app where the text clears (actually gets replaced with "") everytime a keystoke is entered into my textField.
|
| Swing API for Workflow drawing application | 28 May 2008 09:25 GMT | 1 |
I'm looking to evaluate some swing based API's which can be used to develop an application for drawing/developing workflows. Can any one suggest some good ones? What is expected out of the application to be developed is capabilities similar to the GUI builder of
|
| Using two JFrames with one always mimicking the other | 27 May 2008 16:24 GMT | 4 |
I have a Main Frame and a Log Frame. I currently have it so that when I move my Main Frame the Log Frame follows it, and when I minimize and maximize my Main Frame the Log Frame does the same action. But I cannot work out how to get the Log Frame to gain focus when I
|
| JScrollPane content sizing | 26 May 2008 18:02 GMT | 8 |
I'm new to Java GUI programming, and it's been a constant struggle to write a GUI that looks like it was on purpose. Well, JScrollPane has been giving me more trouble than it's worth, so as a last resort, maybe someone could just tell me how to fix it?..
|
| Painting Negative | 26 May 2008 18:00 GMT | 7 |
I've got a JLayeredPane, on which I put an "ImagePanel" (which simply shows an image, nothing special) on layer 0. Then I want to add another component on layer 1, so that the whole ImagePanel will be covered by, let's say a black rectangle. Still easy.
|
| disable the sorting function of the header | 21 May 2008 16:06 GMT | 2 |
I'm using filtering on a jtable so I can't disable rowSorting altogether but I wont to disable the rowSorting feature thats in the jtableHeader, does anyone have any idea how the is done ?? thank you
|
| Problem with Buttons | 21 May 2008 13:58 GMT | 5 |
I'm trying to convince Java to create a button that is exactly the same size as the image that I'm using for it. I've set the Insets to (0, 0, 0, 0), but this isn't working. There is still some kind of border around the button.
|
| FREE Tutorials on HTML XHTML CSS JavaScript XML XSL ASP SQL ADO VBScript, SAP - ABAP | 21 May 2008 00:44 GMT | 1 |
FREE Tutorials on HTML XHTML CSS JavaScript XML XSL ASP SQL ADO VBScript, SAP - ABAP visit ebooks.univdatabase.com
|
| flipping an icon | 20 May 2008 09:16 GMT | 1 |
I am trying to flip the thumb on a horizontal slider so that it points down instead of up. To do this I need to flip the icon representing the thumb (I am using MetalSliderUI which uses an Icon for the thumb).
|
| JButton with Multiple ImageIcons | 19 May 2008 22:49 GMT | 2 |
I am evaluating the Java Swing toolkit for a new project, and I would like to ask if it is possible to add or place more than one ImageIcon on top of a JButton?
|
| Problems with JTabbedPane | 18 May 2008 03:55 GMT | 10 |
Why aren't the tabs in my JTabbedPane showing? I have a JTabbedPane with a number of JPanels placed on a JPanel in a JFrame, but the entire display is just empty. I made sure to call setVisible to be safe.
|
| How to display text messages in a scrolling text area? | 17 May 2008 16:38 GMT | 8 |
To display text messages (as - for example - in a window with log messages) in a scrolling text area, there are several Swing components I am aware of: http://download.java.net/jdk7/docs/api/javax/swing/JTextArea.html
|
| Erasing a line | 17 May 2008 01:58 GMT | 3 |
I'm using antialiasing and transparency in an app I'm writing and I'm running into some difficulty with the intersection of the two. Let me work up an example and post it here.. Ok. Well this is no good.
|