| Thread | Last Post | Replies |
|
| Accelerators in one frame being activated from another | 10 Mar 2005 21:37 GMT | 1 |
I have a program that uses multiple top-level frames. One of the frames is the "main" one and contains a menu bar and tool bar. The menu items in the main frame have accelerators. I want the actions associated with these menu items to be activated even if the accelerator is ...
|
| Intercepting Jlist selections | 10 Mar 2005 21:03 GMT | 2 |
I'm trying to intercept mouse clicks on jlist items so that if the mouse is clicked is some empty part of the list, the selection is cleared. I've tried using a MouseAdapter to catch the mouse clicks but this is called after the list gets the mouse event.
|
| FindWindow | 10 Mar 2005 18:33 GMT | 1 |
I need to make a screenshot of a window to find out, if it show a specific image, I found that I can use the Robot class for that, but if I don't want to capture the whole screen I need to have the coordinates of the window I want to capture.
|
| Combo Box Like Microsoft Word | 10 Mar 2005 18:19 GMT | 1 |
Can we design a combo box in Swing such that each value of the combo box can be displayed in separate font just like the Font Selection combo box of Microsoft Word? -Sameer
|
| How to prevent automatic change state of a JCheckBoxMenuItem | 10 Mar 2005 17:33 GMT | 4 |
i have a JMenu, with JCheckBoxMenuItem in it. When the user clicks on a JCheckBoxMenuItem, i open a JDialog, and if the user select "Cancel", i want to undo the checking of the menu item. If it's possible, i would like to prevent the changes of the menu item state. If it's not ...
|
| Dialog containing JPanel from a JFrame - focus issues | 10 Mar 2005 14:33 GMT | 1 |
My main view is a JFrame. I have a wizard dialog which extends a JPanel. Currently when I call the JPanel, I am having focus issues - when i click off the wizard i lose the panel.
|
| How to retrieve the position of a given JPopupMenu | 10 Mar 2005 14:21 GMT | 1 |
I have the problem that I have a JPopupMenu object generate somewhere. The lines of code generating and showing the menu shall not be changed. I'd like to know the position of the the menu only be retrieving it from its reference. Well, the JFrame may be also be known.
|
| A simple ListCellRenderer | 10 Mar 2005 14:14 GMT | 3 |
I'm having a bit of trouble with a simple (well, it's meant to be simple) ListCellRenderer for a JList. Here's some test code: import java.awt.*; import javax.swing.*;
|
| how to open a web link from the application? | 10 Mar 2005 10:37 GMT | 3 |
I'd like to open a web page from my application: how can I do? And if I have the url like www.google.com how can I do? I try to use html format in label an in text area but I cannot click on link.
|
| jspinner foreground problem | 10 Mar 2005 03:17 GMT | 2 |
I have a custom JTable renderer extending JSpinner. It seems that I cannot set the foreground or background colors ( setForeground(color) and setBackground(color) don't change any colors). Anyone have any suggestions? - Lou
|
| Checkbox list in a scroll pane | 10 Mar 2005 02:08 GMT | 1 |
In my application, I have a JList . Items of JList are checkboxes (not the usual labels. This JList is on a JScrollPane. JCheckBox - on - JList - on - JScrollPane - on - JPanel I implemented the listmodel so that the list can get events about any
|
| JTree drawing own tree entry / TreeCellRenderer | 10 Mar 2005 01:42 GMT | 1 |
I'm totaly lost. Maybe someone can help. I already googled but did not find anything really useful. My Problem: I need to draw a line from the end of the text of my tree-entry to the end
|
| javahelp problem | 10 Mar 2005 01:40 GMT | 16 |
I have equpied my application with help in the form of javahelp. Now i have a problem with the program. I previously had all my files in a jar. Once I've included javahelp I can no longer have an exectuable jar. From the error-messages I got a security exception, that was
|
| JPanel doenst grow | 09 Mar 2005 19:55 GMT | 5 |
Hey, I am beginning Java Student with a Java Problem. I looked on the Internet but didn't find my answer anywhere, maybe you guys could help ? I have a: JFRAME --> Container+GridBayLayout
|
| give focus to a comp?onent (JTabbedPane or other):how? | 09 Mar 2005 15:19 GMT | 1 |
I have 3 Jpanel in a JTabbedPane I'd like to set focus (to see) the Jpanel2 when I click on a button in Jpanel3. How can I do?
|