| Thread | Last Post | Replies |
|
| GUI in Netbeans | 04 Mar 2005 21:01 GMT | 1 |
hi friends, i m using netbeans4.0. and i want to set one splash image just after executing my code. but i have two problem. One is i want to display that frame in the middle
|
| Edge-of-screen scrolling | 04 Mar 2005 19:43 GMT | 2 |
IIRC there is a way to get Java to use the full screen. I expect to be able to find out how to do that on my own, but there is a more low-level problem I have in designing the program this is intended for. I want to be able to scroll the main window by running the mouse to one of ...
|
| Make font size to fit screen | 04 Mar 2005 19:30 GMT | 7 |
I need to resize a font to fit a maximum width. I will receive a set of strings which will always be 80 chars wide. There will always be 20 of them (Yes, we are building a dummy terminal applet).
|
| need a good IDE | 03 Mar 2005 22:42 GMT | 3 |
Running Windows 98 SE and Debian GNU Linux (unstable release) with 2.4.18 kernel. 1) How do I install Java on each platform? 2) What are good IDE for each platform?
|
| Mac OSX refresh problem | 03 Mar 2005 22:14 GMT | 1 |
I hava java app on mac. It creates an .app on desktop. The newly created app has .icns file which will display as an icon on desktop. If I modify the newly created app and change the .icns file, it doesn't get refreshed on desktop.
|
| class error on event dispatching thread? | 03 Mar 2005 18:23 GMT | 2 |
I compiled a 'hello world' style java app using Swing's JFrame, and when packaging it into a .jar file, I got 'error - no main class found' when running it. I quickly solved this by adding a manifest file specifying "Main-class = helloworld"
|
| KeyListener messes up autofill in JComboBox | 03 Mar 2005 15:50 GMT | 10 |
I have the code below in a KeyListener which operates upon a JComboBox (sorry if the formatting is dire). I have the problem that if the user is typing into the JComboBox too quickly, some sort of error occurs and the autofill updates too
|
| Swing in Linux | 03 Mar 2005 12:03 GMT | 1 |
I want to run a swing program in red hat linux 9 but i am not able to run that one. I have j2sdk1.4.0_i586 in my linux system. When i try to run,I am getting the error.
|
| adding components to a Hashtable? | 03 Mar 2005 11:57 GMT | 3 |
Is it possible to add GUI components to a Hashtable? tried the following but got an error : JCheckBox mapCheckBox = new JCheckBox(); maincboxs.put("mapcb", mapCheckBox);
|
| Form load | 03 Mar 2005 11:45 GMT | 2 |
i want to load a from on button click. can anyone have any idea??
|
| How do I put a JCheckBox into a cell of a JTable? | 03 Mar 2005 08:17 GMT | 1 |
When I google for "JTable JCheckbox cell" I get thousands of hits but they do not explain on how to put a JCheckBox into all cells of a column and how to retrieve the current status (checked/unchecked) from it. As I understand I have to replace the current DefaultRenderer by
|
| Please recommend a good Swing book | 03 Mar 2005 07:54 GMT | 1 |
I'm an experienced Java developer with absolutely no GUI experience. Please recommend a good Swing book for beginners. Thanks.
|
| Flashing image in JScrollPane | 02 Mar 2005 23:07 GMT | 1 |
I am trying to write a simple image viewer which will center the image if the image is smaller than the APPLET size, but otherwise load the image as the content of a JScrollPane. The code attached works, but has an unfortunate side-effect which is that the image seems to flicker if ...
|
| Focus of windows | 02 Mar 2005 17:11 GMT | 2 |
How can i keep focus on a certain window over another? I have a main window, then dialogs etc. I want to disable the main window when these dialogs appear, exactly in the same what a JOptionPane does it.
|
| drawing arrow-head, dotted and dashed lines | 02 Mar 2005 11:38 GMT | 1 |
hi to every one, does anyone know how it would be possible to draw arrow-head lines as well dotted and dashed lines in java? regards
|