| Thread | Last Post | Replies |
|
| Hide JFrame Taskbar Button | 31 Jan 2005 22:44 GMT | 2 |
Does anyone know of a way to hide the taskbar button of a JFrame in Windows? My application opens a lot of windows, but only one is active at a time, so only one taskbar button is required.
|
| Scrollbars on a jScrollPane | 31 Jan 2005 13:52 GMT | 5 |
Can anyone help me with this problem???? I have 3 buttons on a panel (on the right side of a jSplitPane. When resizing the window no scrollbars are added. But I declared VERTICAL_SCROLLBAR_AS_NEEDED and HORIZONTAL_SCROLLBAR_AS_NEEDED !!!!
|
| Integerating Unix pipes with Swing Utilities | 31 Jan 2005 11:06 GMT | 3 |
I wanted to add the following feature to my Mail User Agent. Whenever a I click on a folder, the client will query the server for messages in it. If the folder has a lot of messages the client has to wait for a long time to get the messages. What I want is the client
|
| Displaying a "floating" JLabel at the caret position | 31 Jan 2005 07:37 GMT | 2 |
I've got a JTextArea that serves as a very basic XSLT editor. One of its functions is to allow the user to input elements via accelarators (e.g. Ctrl+Shift+t inserts a <xsl:template> element). Is it possible to display a component, such as a JLabel, at the position of the caret in
|
| gridbagconstraints problem | 31 Jan 2005 07:04 GMT | 1 |
Hi , im trying to use a gridbag constraing layout. I want to add 2 Jpannels and 2 Jbuttons. But the panels do not appear on the screen just the buttons. All other layout managers add my panels fine. any ideas?
|
| GoTo | 30 Jan 2005 23:06 GMT | 6 |
I need to use something in java that is similar to the C language goto statement. This is what i have in a function public int ret()
|
| Switched from Netbeans 3.6 to 4.0 and form design is blank | 30 Jan 2005 17:54 GMT | 3 |
I'm trying to upgrade my IDE from NB 3.6 to NB 4.1 and, with the same setup (some custom beans) I'm getting a blank form design screen even though all my beans were successfully added to the pallette and look normal. They just do show up on my form design
|
| About CheckListBox | 30 Jan 2005 13:10 GMT | 2 |
The problem is the following: I've created a class CheckListBox. From another class i call my CheckListbox and i create an istance of it inside the event windowopen. When i run my small form, the Chedcklistbox is not visible (but i know that is created). If i resize the form ...
|
| Scrollbars on a splitpane | 29 Jan 2005 14:32 GMT | 1 |
I've got a JSplitpane containing a TreePanel on the left and a JPanel containing several buttons and labels on right. When resizing the window, no scrollbars are added the the right-side! Can anyone help Thanx
|
| Difficulty with swings | 29 Jan 2005 13:35 GMT | 3 |
we r beginners in java, creating an application similar to paintbrush. (still working on the frontend)what r the different packages and classes that we could use to create a new window by selecting the "New" option from the MenuBar.What other sites could we visit for help?what r ...
|
| Problem with JPopupMenu (I think...) | 29 Jan 2005 11:57 GMT | 7 |
Brief overview: I have a JTree within an applet. I have a MouseListener on the JTree to trap a right mouse click and display a JPopupMenu
|
| MouseEvent problem in JPopupMenu | 28 Jan 2005 21:34 GMT | 1 |
I'm having trouble getting a MouseEvent to get fired for mouseReleased to fire in any component added to a submenu of a JPopupMenu in Java 1.5. The same code works fine in 1.4. Here's some simple code to demonstrate the problem. When clicking the
|
| GUI freezes after I change contentPane in an ActionListener | 28 Jan 2005 10:03 GMT | 1 |
my GUI freezes if I try to replace a contentPane of a JFrame from the actionListener of one of the components in the current contentPane. I'd like to change the contentPane after a button as been clicked, but the button remain pressed and the gui freezes.
|
| Formatting a JTextField to only allow ip addresses? | 28 Jan 2005 09:57 GMT | 4 |
Anybody know of a free custom swing component that represents an IP address. Or does anybody know how to format a JTextField to only allow ip addresses. So basically I want to keep it in the form 192.168.1.101. Any suggestions
|
| Problem with JFrames | 28 Jan 2005 08:43 GMT | 1 |
hi can i operate on a frame created within a main Frame(using the menubar of the main frame)?should i use JInternalFrame?
|