| Thread | Last Post | Replies |
|
| Adding JButtons on JPanel vertically | 07 Sep 2005 00:41 GMT | 5 |
I'm trying to add buttons to a JPanel vertically, without using a layout manager explictly. button_panel.setBorder(new LineBorder(Color.BLACK)); JButton add_class_button = new JButton("Add class");
|
| Images and Outlook | 06 Sep 2005 21:11 GMT | 5 |
I'm having a problem when I copy an image to the Windows System Clipboard. When I copy an image I'm able to paste it to Word and Excel but no Outlook. In Outlook I see a boundary but no image. It's seems like Outlook can't read the image or the image isn't complete in the
|
| Firing events or changing properties for a custom made graphical component | 06 Sep 2005 10:57 GMT | 1 |
i've made a graphical component (some kind of rule like the one of word). When the use left click on it, a small shape is added. Right click delete one shape, and you can move all the shapes. Now i need to know somewhere else when such events occurs. So i don't know what to do: - ...
|
| standalone app eye candy | 06 Sep 2005 07:02 GMT | 7 |
I'm developping & supporting a standalone application that my users stare at for 6 hours in a row. now that all functionnalities are working properly, we've been thinking of making it a little nicer on the eyes, by adjusting colors and the like.
|
| Use of JTextPane in Chatting Application | 06 Sep 2005 01:42 GMT | 10 |
A JTextPane is a text component that can be marked up with attributes that are represented graphically. In the process of writing a chatting application, i am going to use JTextPane for accepting the text from user on a client (So that
|
| JList Help | 05 Sep 2005 15:28 GMT | 8 |
I am trying something that I feel should be simple, but I am having some trouble with it. I want to have a list of strings, and when the user clicks on one element, I want to print that element number to the screen.
|
| charting and data changing | 05 Sep 2005 08:21 GMT | 1 |
could you suggest me how to get charts that can be updated as long as data source of the chart are updated (new data are added) ? thank you, l.s.
|
| troubles with JFrames and JDialog | 05 Sep 2005 05:23 GMT | 1 |
i have a main class that extends a JFrame and another one that extends JDialog From the class that extends JFrame, i create an instance on the JDialog class and try to show the Form so to say.
|
| How can I "glue" JDialog to an owning JFrame ? | 03 Sep 2005 10:42 GMT | 7 |
I have a non-modal JDialog with a JFrame as an owner. On a mouse right-click the dialog becomes visible at the mouse position. And it works fine. But when I start dragging JFrame , the JDialog remains on the same screen position. Is there a way to "glue"
|
| setIconImage, image vanishes when clicked | 02 Sep 2005 13:24 GMT | 1 |
I've used setIconImage to set a custom image on a JFrame. Problem is that when it's clicked it disappears never to repaint. If I use frame.setState(Frame.ICONIFIED); then the image reappears once the frame is maximised, but if the use just clicks on the image and then
|
| Old JTree Update Problem | 02 Sep 2005 10:35 GMT | 2 |
Hi all out there I want to come back to this dammed old JTree problem which doesn't seem to be solved correctly. Look at the code at the end, run it an press the switch button. What you see is that the long text gets abbreviated
|
| UTF-16 encoded HTML | 02 Sep 2005 08:40 GMT | 12 |
I have a HTML file, encoded in UTF-16, which my webbrowsers can display very well. But when I load the same URL into JEditorPane, I only see some ugly boxes and other trash. <code>
|
| NEED HELP TO TEACH JAVA TO DYSLEXIC : | 01 Sep 2005 23:11 GMT | 9 |
I am pat. I am dyslexic so its hard to learn JAVA. its hard for me to learn JAVA from books.read & understand for me from books.
|
| Using VEP with Eclipse - install problem? | 01 Sep 2005 23:08 GMT | 3 |
I've just installed VE with Eclipse, and while the install seemed to go fine (I have the appropriate versions of EMF and GEF) when I create a new VisualClass, my palette is empty. Has anyone run into this before?
|
| panel question.. | 01 Sep 2005 22:35 GMT | 21 |
can u set a border, set background color, etc.. to panels? (or can you only do this to JPanels?) I have to do this applet and have a somewhat tight dealine.. am torn betw. doing it in just AWT or SWING, since don't know SWING very well..
|