| Thread | Last Post | Replies |
|
| color tool | 07 Feb 2004 06:13 GMT | 6 |
+-----------------------+
|+--------------------+ | || | | || fill with color | | |
| Problem with splash window (startup) (jwindow,jdesktoppane,jprogressbar) | 07 Feb 2004 05:04 GMT | 1 |
Thomas Weidenfeller <nobody@ericsson.invalid> wrote in message news:<bvdgdq$nbr$1@newstree.wise.edt.ericsson.se>...
> anders wrote: > > I do understand the atvantage of using AWT instead of Swing for > > a startup window. But its rather useless until I've found a |
| Setting Background partly transparent | 07 Feb 2004 03:40 GMT | 2 |
I have some trouble with designing my GUI for an application. I need to draw a certain shape (circle, rectangle) on a JPanel which follows the mouse move on that JPanel. Well the problem is the background. I should be transparent and only showing
|
| Java TableCellRenderer for a boolean checkbox field | 06 Feb 2004 21:20 GMT | 5 |
I just wanted to post some code that I recently got working for the benefit of other programmers who may have encountered the same problems I did getting this to work. Enjoy! class CheckBoxTableCellRenderer
|
| JList as a JMenuItem? | 06 Feb 2004 17:15 GMT | 1 |
I am designing a Popup Menu Item that shall allow the End User to select an item from an indeterminate length List. I know how to add each JList element to the JPopupMenu but because the length of the list is variable I need to implement a Scroll Bar somehow.
|
| overwriting paintComponent for a JComponent | 06 Feb 2004 15:52 GMT | 3 |
The specification of the operation "paintComponent" as implemented by an object of the class "JComponent" is given in [1]. In few words it is: [2] Calls the UI delegate's paint method, if the UI
|
| Modal dialogs in multi-window environment | 06 Feb 2004 15:31 GMT | 4 |
Suppose you have an application, showing multiple windows. If a modal dialog is created with one of the windows as a parent, all top-level containers are locked (which is good), but only the parent of the container will bring up the dialog when clicked or selected in, say, the ...
|
| Swing accelerator keys | 06 Feb 2004 13:25 GMT | 5 |
I've got a Swing window, and I want something to happen when I press F2. The closest I can find is getting something to happen when a particular Component has the focus, but I want it to happen just as long as the window has focus. I've looked around but I can't find anything
|
| Adding JProgressBar to JLayeredPane | 06 Feb 2004 12:40 GMT | 1 |
I am having problems with adding a progressbar to a JlayeredPane. Below is the code I have. I can see the JLayeredPane, but cannot see the ProgressBar inside it. Do u know what the prblem might be ?
|
| How can I make my own look and Feel | 06 Feb 2004 12:27 GMT | 1 |
Where I can find somes informations to realize my own look and feel for a swing application. I all ready print the source of Kunststoff LaF, but I don't understand how can I realise my own from zero.
|
| Poll: What Java XUL Toolkit Do You Use Most? | 06 Feb 2004 09:39 GMT | 1 |
To find the most popular open source Java XUL Toolkit the Java Republic news blog kicked off an online poll. The contender line-up includes: * SwiXML
|
| How to load INI file to JTree Nodes? | 06 Feb 2004 08:23 GMT | 2 |
I am new to JAVA SWING and would like someone to help me out here. I need to read the INI file to load out the structure and display them on the JTree. How can I go about doing that?
|
| Multiple HTTP posts from JAVA | 05 Feb 2004 19:16 GMT | 2 |
I have a servlet application that I am trying to write a very basic load tester for. There application has several servlets, but all rely on the same session being used (IE: For logged in users etc).
|
| JTable: how to listen for row selection change? | 05 Feb 2004 17:15 GMT | 2 |
I'm using a JTable (using a DefaultTableModel) and I want to do something whenever a different row is selected in a JTable. The closest I've got is doing the same for columns, by attaching a TableColumnModelListener to the column model of my table. But I can't
|
| JTabel and JScrollPane doens't scroll | 05 Feb 2004 16:58 GMT | 3 |
I have a problem with a larger table. I have a JTable whiches model contains 38 columns. I put this Table in a JScrollPane. But on the screen there is no scrollbar but a table with 38 very small columns.
|