| Thread | Last Post | Replies |
|
| Always show mnemonics | 20 Jun 2007 08:31 GMT | 2 |
Is there a way to always display the mnemonics set on menu items or buttons? Firefox for example always shows them, Eclipse doesn't. I want the Firefox way.
|
| multiple jframes | 18 Jun 2007 10:44 GMT | 2 |
Hi. I'm new here. With preamble , Now I'm making a simple application with Swing. The problem is I'd like to use multiple JFrames. and when one jframe is visible , user musn't use other jframes until
|
| Help: strange behaviour of Combo box | 18 Jun 2007 10:36 GMT | 7 |
I have modal JFrame, in which I have JPanel which contains group of our own combo classes which extend JComboBox. When border of the frame is closer to lowest combo box, than border of combo box when it's open, combo box works fine.
|
| Reusing JFrame: clearing owned windows? | 17 Jun 2007 18:33 GMT | 1 |
In my app, I want to reuse the main app frame. Anytime I switch language or do some other major application "model" update, I recreate the whole GUI. Since I want to avoid a flickering frame, I want to reuse just that. So in one of my high level classes, I keep an
|
| AWT versus Swing | 16 Jun 2007 02:43 GMT | 2 |
I apologize as I believe this could probably be a very common question. But I wasn't able to find *really* what I was looking for searching the internet so far. I've all times used AWT for UIs in Java, despite the fact that all the
|
| Graphics drawing problem | 15 Jun 2007 18:55 GMT | 4 |
I'm a java gui newbie. I have this problem; I made a class "Gui" I want to use as a template for future Gui builds. I want to draw lines in the center. I made a "test" method which I call from main class. For some reason the line I attempt to
|
| JRadioButtonMenuItem text too far left + menu item text alignment | 14 Jun 2007 18:57 GMT | 3 |
In my JRadioButtonMenuItem's I set icons. When displayed in a menu along with other JMenuItems or JMenus it's only the JRadioButtonMenuItems TEXT that is displayed a few pixels (4?) to the left. Like this, the alignment in the menu gets screwed and looks
|
| controllable java HTML render? | 14 Jun 2007 10:11 GMT | 3 |
Does anyone know any good "controllable" java HTML render? By "controllable", what I want is: 1) I may not need to "physically" output the render result on screen, render it in memory is all I need.
|
| False color | 13 Jun 2007 06:22 GMT | 2 |
I want to create a heightmap. I wrote a little piece of code implementing the "Mid Point Displacement" algorithm. Now I want to convert the data stored in the map into two buffered image: on
|
| Update GUI while JSlider is moving | 11 Jun 2007 21:14 GMT | 4 |
Knute Johnson a écrit :
>> I want to program a feature where the user moves a JSlider which >> after some calculations shows a result in the GUI depending on the >> slider's position. It works now fully in the EDT but lags a lot. |
| Expected behavior of tools using Customizers | 11 Jun 2007 16:25 GMT | 2 |
Hello. I have a question about Customizers. The specification says: "Normally each Customizer will be run in a separate AWT dialog window. The customizer has
|
| Can a jPanel's background be made to blink off and on | 11 Jun 2007 01:45 GMT | 15 |
or is there an attribute/property of a jPanel that will give it the ability to blink... ie. flash off and on every 5 seconds for 2 minutes?
|
| Visual library & web application. Performance | 10 Jun 2007 18:00 GMT | 4 |
I learn NetBeans and I saw the Visual library demos. It looks great but I saw demos for standalone application and looks smooth and fast. I'm wondering if I use the libraries in a web applications does it be so smooth and fast ?
|
| JTable Row Header Sort Problem | 08 Jun 2007 10:18 GMT | 1 |
I'm querying from database and filling a JTable with all the values. I have set up a row header and a column header. I have also been able to set the JTable to sort the column by this command: table.setAutoCreateRowSorter(true);
|
| executing a program through GUI | 07 Jun 2007 17:56 GMT | 2 |
Hello Friends! I have a program in Java that require three arguments from Command line and executes. I want to do this through a GUI developed using NetBeans.
|