| Thread | Last Post | Replies |
|
| Custom JComponent: add to contentPane | 17 Sep 2003 16:02 GMT | 5 |
I created a custom JComponent which consists of two JTables on a JScrollPane. My problem is when I add a JDividedTable instance to the content pain of a JFrame,
|
| JFileChooser | 17 Sep 2003 11:28 GMT | 3 |
What is going on with JFileChooser that makes it so incredibly slow? -- Canadian Mind Products, Roedy Green. Coaching, problem solving, economical contract programming.
|
| Center frame in multi-screen environment | 17 Sep 2003 11:10 GMT | 1 |
I have a 2 monitor environment with a Desktop span over both monitors (e.g 1600*600). I want to center a frame on the first monitor wich seem to be imposible... Toolkit, GraphicEnvironment, GraphicDevice all say I have a Screen width
|
| applet not redrawn when covered | 17 Sep 2003 08:27 GMT | 4 |
I am developping an applet but i am newbie in JAVA.. When i resize my IE window to cover my applet, it's not redrawn when i uncover it... (i hope you will understand...)
|
| resize | 17 Sep 2003 07:25 GMT | 3 |
I have a class "ImageButton" (extends "Canvas") When I change the "ImageButton" text with "setText" method, I want the "ImageButton" object change its size with respect to new text size. I have implement "getPrefferedSize" & "getMinimumSize" in "ImageButton" class.
|
| sliding a dot | 17 Sep 2003 02:40 GMT | 2 |
Alright, if I was trying to take a mark (dot square whatever) at a certain x,y coordinate and move it to a new x,y coordinate in a certain amount of seconds, how could I pull this off while showing the object move to the new location? I'm guessing that I take the given time limit ...
|
| windowClosing question | 16 Sep 2003 18:35 GMT | 3 |
I'm running Sun's 1.4.1. I have a JFrame with the following code in the constructor: addWindowListener(new WindowAdapter() { public void windowClosing(WindowEvent e) {
|
| Swing translucent GlassPane | 16 Sep 2003 12:50 GMT | 7 |
I've got a question to address on this forum. It is regarding a translucent/transparent GlassPane. The context I am using it: _a JPanel -> contains -> a JScrollPane -> JTable.
|
| Automated GUI Testing | 16 Sep 2003 10:48 GMT | 2 |
I am doing some load testing on a rather large Java GUI and was wondering if there were any decent (and preferably cheap) suites for creating and replaying event lists? I am aware of Abbot, but I find it to be really flaky to the point of being unusable. Is there anything else?
|
| Layout Manager | 16 Sep 2003 07:49 GMT | 9 |
What's the better layout manager between GridBagLayout and SpringLayout ?
|
| open a html file | 16 Sep 2003 05:01 GMT | 1 |
I need to open an html file from a simple gui. Is there an object that open an html file ? anyway, there's a way to pass the html file in the default browser? Thanks in advance
|
| How to make JTooltip transparent? | 15 Sep 2003 21:48 GMT | 2 |
I was wondering if anybody has been able to make tooltip transparent? I tried make it transparent in the following code, but it displays an opaque box. Pls let me know where am I going wrong. Thanks
|
| Tool for making Swing or AWT gui easier | 15 Sep 2003 20:29 GMT | 1 |
I'm looking for a tool that can help designing java interface(swing/awt) I know jvider (http://www.jvider.com) is there any other ? Thanks for all
|
| Does this Swing application structure make sense? | 15 Sep 2003 20:08 GMT | 8 |
I am currently reading the Swing tutorial and have some questions regarding the structure of a swing app. I've been modifying a program called "SwingTest2" while reading, and as it is now it consists of a JFrame, a panel and a label containing an ImageIcon.
|
| JOptionPane and keyboard navigation | 15 Sep 2003 08:27 GMT | 1 |
I just discovered something that seems like a bug with JOptionPane. If I pop up a simple JOptionPane.showConfirmDialog (...JOptionPane.YES_NO_CANCEL_OPTION...);
|