| Thread | Last Post | Replies |
|
| JPanel and keyboard events | 18 Feb 2006 18:13 GMT | 2 |
does anyone know how i can get keyboard events for a JPanel ? thx
|
| Combo Box event fun | 17 Feb 2006 19:05 GMT | 4 |
Hello again. In my GUI, i am using checkboxes to represent attributes of objects. In comboboxes, i have a list of name attributes of objects. How do i go about setting checkboxes to true depending on what name
|
| Best UI books to show off on your bookshelf | 17 Feb 2006 17:53 GMT | 16 |
What are the best books for putting on your bookshelf to make you look fancy/official? -Shelly
|
| Dialogs | 17 Feb 2006 08:25 GMT | 1 |
I was curious if someone could post an example for me? I am in need of a good GUI tool which enables me to show some web service call data in a very easy to read presentable way. The layout I have in mind would be something like:
|
| Problem with Dialog | 17 Feb 2006 07:28 GMT | 1 |
please help me for this issue. i have main application as JFrame,in one frame i am calling Dialog that is lookup window .then dialog showing properly , then user switch to another frame then
|
| How to use proxy/decorator design pattern for UIComponents ? | 16 Feb 2006 11:45 GMT | 1 |
I'd like to add some small functionality do default TabbedPaneUI component. It is now like this: public class HBasicTabbedPaneUI extends BasicTabbedPaneUI { public static ComponentUI createUI(JComponent c) {
|
| How to change popupTrigger in L&F from right to left button | 16 Feb 2006 10:08 GMT | 1 |
I'm looking for a sollution to change the isPopupTrigger for a MouseEvent from the right mouse button to the left mousebutton (in Windows). Until now I have solved this problem by writing a MouseListener for handling the MouseEvent, but reading al the API I've
|
| Developing Java GUI on Perl DBI that is accesing MySql Database | 16 Feb 2006 01:31 GMT | 3 |
I am working on a project which requires me to develop GUI in Java for a module that is implemented using MySql database as backend and Perl DBI as the front end. This module also provides webservices using SOAP.
|
| Sorting JFileChooser | 15 Feb 2006 21:56 GMT | 16 |
I've asked this before, but I'll try rephrasing the question and posting the code I have so far. I want to sort the files shown in JFileChooser with a custom comparator. I understand these files are retrived by the JFileChooser's
|
| JXTreeTable expand/collapse problem | 15 Feb 2006 16:06 GMT | 3 |
I've a JXTreeTable (from jdnc) with a custom model and a custom renderer. The problem is when I click on "+" to expand a node or on "-" to collapse it, if the node is selected, it doesn't expand not collapse!!
|
| custom table cell focus traversal | 15 Feb 2006 14:56 GMT | 6 |
I've done LOTS of web searching, and have found close solutions, but none of them complete or what I want; so here goes... short: I have a custom component for entering IP Addresses. It's essentially
|
| JOptionPane.showConfirmDialog, getting rid of hotkeys or changing them.. | 15 Feb 2006 05:58 GMT | 3 |
My application uses this method to pop up a dialog to have the User select Yes or No. Both the Yes and No are hotkeyed by default to use Alt-y or Alt-n. This was not the case when the app was running in JDK 1.3.
|
| Frame decoration problems? | 15 Feb 2006 05:30 GMT | 4 |
I'm working on an application and I would like to use the decorated look and feel on my frames and dialogs. But I've run into a snag. When you create a JFrame without the default L&F decoration, it is constrained in size by the screen dimensions (although is extends below the ...
|
| resizing BufferedImage | 14 Feb 2006 21:34 GMT | 1 |
I draw on an instance of BufferedImage and blit it to the screen in the paintComponent() method. Now I am not sure how to react on a resize of the output window. I can think of 3 strategies: 1. start with a BufferedImage the size of the whole screen and only use the
|
| Calculating a Time Difference | 14 Feb 2006 17:26 GMT | 4 |
any idea how to calculate the time difference between 2 'strings' so for '22:00:00' and '01:00:00' I'd like the result to be 180 minutes.... TIA
|