| Thread | Last Post | Replies |
|
| menu drawn behind canvas | 23 Feb 2004 18:08 GMT | 3 |
I have a JFrame with a menu bar and inside the the frame a canvas. When I click on a menu item the menu is always (partly) drawn behind the canvas. How do you set the options that will draw the menu(bar) to be visible ?
|
| Swing newbie, layout problems | 23 Feb 2004 14:36 GMT | 12 |
I was wondering if there's a more deterministic way to position GUI objects other than leaving it to a Layout Manager. I'm having a lot of difficulty getting even the simplest design to look nice. Namely, I have a series of JTextFields each preceded by a JLabel. The layout concept ...
|
| Grpahics problem in j2sdk1.4.1_04 | 23 Feb 2004 12:37 GMT | 1 |
My code was written in jdk1.3 I have used JFrames to create a UI, which used Jpanel, JButton etc. The UI looks ok when we use jdk1.3 but when we run the same in j2sdk1.4.1_04 the same UI gets distorted. When we minimise and
|
| troubles with JSlider | 22 Feb 2004 17:44 GMT | 2 |
I'm having trouble with JSlider and not my manuals neither google helped me a lot. My goal is a JSlider that, when the slider is released, after doing some math, comes back in a prefixed position. What I tried to do (with no success) is the following:
|
| Customize a JTable | 22 Feb 2004 06:08 GMT | 1 |
Do you know if there is a free component like JTable that one can customize it? Sincerely, Alvaro
|
| Referencing | 22 Feb 2004 04:43 GMT | 1 |
Suppose I have defined separate classes by extending JFrame, JTable and and JTree. I want to place the JTable and JTree in the JFrame. When someone clicks on an item in the JTree I want the JTable to be updated with some information based on the selection. What is the best way ...
|
| Java program MVC | 22 Feb 2004 00:56 GMT | 2 |
I am looking for a java's program well coded with MVC model (the GUI), and which are not using any GUI generator ... (the goal is to see how to well code a clean MVC's GUI) ... thx all
|
| Trouble learning how to use layouts in Swing | 21 Feb 2004 06:11 GMT | 5 |
I just recently started learning swing and less recently, Java. I'm having trouble getting my head aroud all the different layouts and how to use them. First, I would like to have a scroll pane to hold a number of other
|
| Displaying HTML with copy/paste blocked - how to do this? | 20 Feb 2004 18:50 GMT | 6 |
I need to write an application, that downloads enciphered HTML document, deciphers it and displays it to user in a way that the user can only read it - printing, copying, etc. is not allowed. Downloading and deciphering is quite simple, but now I have problem with displaying
|
| Wrong order paint a bug? | 20 Feb 2004 15:44 GMT | 19 |
Simple example paints in wrong order. Is this a bug? In the following example I would expect label 1 to be painted first, then be covered by label 2. But it is the oposite way? Is this the way you would expect it? Does it differ from platform to platform?
|
| [SWING] MS Project like Control | 20 Feb 2004 13:00 GMT | 8 |
I'm looking for an MS Project like Control. I'd like to visually manage rooms for our boardinghouse. Thx for answers! Markus
|
| OT: How do I get rid of the print options from JavaHelp 2.0 | 20 Feb 2004 11:58 GMT | 4 |
I posted a similar message on comp.lang.java.help so I'm sorry if you're having to read it again but I've had no responses from that group and I need this bit done quickly. I've just downloaded the JavaHelp 2.0 zip file as part of an ongoing
|
| Referencing | 20 Feb 2004 01:20 GMT | 1 |
Suppose I have defined separate classes by extending JFrame, JTable and and JTree. I want to place the JTable and JTree in the JFrame. When someone clicks on an item in the JTree I want the JTable to be updated with some information based on the selection. What is the best way ...
|
| JComboBox - knowing when the selection has changed | 19 Feb 2004 21:21 GMT | 1 |
I tried using ActionEvent to do this, but it wants to fire when the component first shows up. (Can I prevent this initial firing?) I then tried ItemEvent -- and whatever that does, it's not what I want. Any ideas? John Davison
|
| make an editor | 19 Feb 2004 17:54 GMT | 3 |
I want to do a simple editor for python! I don't know how to hilight the syntax! Maybe with jtextpane it's possible! Do you know some tutorial or example about its!
|