| Thread | Last Post | Replies |
|
| Removing window minimize icon ? | 31 Jul 2006 19:17 GMT | 3 |
Is there anyway to get java to control the icons on a windows window ? I want to remove the minimize icon but keep the maximize. I would also like on JDialogs to remove the close icon. I can't find anyway to control these icons other than not have the
|
| javax | 31 Jul 2006 19:08 GMT | 16 |
Hello, I can't find where from to download javax/media/... I keep getting a vast number of html files describing the packages but no packages. Any help much appreciated. Ivan
|
| create a dialog with a "waiting..." message box | 29 Jul 2006 09:34 GMT | 3 |
[sorry for the crosspost: I just posted in java.programmer, but I think that this is the right group for this question] hi all, I have a button which opens a window with some drawing.
|
| How to switch focus from a component to another | 27 Jul 2006 15:27 GMT | 8 |
I was wondering if anyone can help me. I have two JTextField and I want to switch focus between one and the other so I can write different words inside. for instance here I wrote code for a button that when pressed writes
|
| problem reading JTable | 27 Jul 2006 14:36 GMT | 1 |
Hello Again, I have put a JTable in my JFrame to get some data from user using it.There is also a JButton that I read table cells (with DeafultTableModel.getValueof(i,j)) when user
|
| Arrow key functionality in the ButtonGroup | 27 Jul 2006 10:27 GMT | 1 |
I added 4 JRadio buttons to ButtonGroup. For these radio buttons i am unable to achieve the arrow key functionality. here i am attaching the code rateList = theController.getDeleteOptionList();
|
| mnemonic on titledborder - accessibility | 27 Jul 2006 07:48 GMT | 1 |
I am currently working on the accessibility of a swing based GUI. I have a number of GUI elements which have a titledBorder and I am looking for a way to set up a mnemonic and/or a keyboard shortcut to bring the keyboard focus to that element. I know how to achieve a
|
| applet "interrupts" webpage navigation | 26 Jul 2006 18:41 GMT | 1 |
i've written a small applet that runs next to the browser and provides kind of a notepad-functionality (logging the webpages the user is visiting). whenever the user changes webpage, the applet is (of course
|
| JPanel , JScrollpane ,Painting Please help | 26 Jul 2006 16:27 GMT | 1 |
Please help me. I have trie many way sbut neither of them worked. I have a class that extends JPanel and I want to paint something on it. public class MyPanel extends JPanel {
|
| drawing an image in a JPanel | 26 Jul 2006 04:00 GMT | 3 |
I have a custom class extending JDialog. Within this dialog window I'm going to have multiple JPanels to organize the textfields. I want to show a jpeg photo of people in this dialog and to have more control over where the image goes (since it isn't possible to simply add an ...
|
| JPanel separators | 26 Jul 2006 04:00 GMT | 2 |
I need to create some separators in a JPanel to separate buttons and textfields and someone on here a few days ago said to just use a JSeparator and add it to the JPanel. I did that and the separator doesn't show up.
|
| Java/J2EE Developer - JOB OPPORTUNITY - Minneapolis, MN | 25 Jul 2006 23:24 GMT | 1 |
Title: J2EE Developer ~ Technical Consulting with Growth Opportunities Job #: Perf-Tech3mn This is an excellent opportunity for the Java/J2EE developer looking to expand their technical prowess on a wide variety of challenging, new,
|
| Adding image to JToolTip | 25 Jul 2006 19:29 GMT | 3 |
Is it possible to add images to JToolTip ? I have used HTML to achieve the same, but the image does not get loaded. I am using java 1.5 and the code belongs to an application Following is the code i used ,
|
| JSpinner Q | 25 Jul 2006 12:58 GMT | 2 |
i am trying to understand the JSpinner class. I need to know if the user has incremented or decremented the value displayed. how can this be done?
|
| Thread concept | 25 Jul 2006 10:35 GMT | 3 |
I am not experienced with threads and have question about the correct approach. In my application I want to read a file (takes about 10 seconds) in a thread. So in my class UserController I have crated new class for Thread called LoadFile. Once thread finish readFile() method ...
|