| Thread | Last Post | Replies |
|
| Havnig a problem resizing a JLabel with MouseMotionListener. | 13 Mar 2006 05:59 GMT | 1 |
I have a JTable embedded in a JLabel. This JLabel is embedded in a JFrame. My problem is that I wish to allow resizing of the JLabel using a mouse, which could then resize the JTable that sits inside it. The JFrame already has resizing functionality. I am ok with that.
|
| problem with creating Image from a URL (big file and slow Internet connection) | 12 Mar 2006 22:51 GMT | 2 |
I have a quite slow Internet connection (sth like 3kB/s). In my application I create ImageIcon (and then Image from it) from an URL. Sometimes when I download quite big PNG images (sth like 400 kB) the download process made by internal JVM methods breaks up. All my methods
|
| how to clear the clicked radio button? | 11 Mar 2006 21:02 GMT | 3 |
i am coding for online examination and i had problem like, once i clicked ane one radiobutton of the option that i kept, it doesnt get clear whenever next questiob is displayed, hw to solve it,i mean whenver we clicked previous button, it is not cleared for next,plz give
|
| draw: how to layer colors? | 10 Mar 2006 19:22 GMT | 2 |
In Swing/Java AWT, is there any way to specify pen color parameters so that if you draw over a an existing pixel using the same color, that the intensity of that pixel increases? I'm not sure that alpha blending works to do what I want: for instance, say pixel (100,100) is
|
| Java GUI lag during window resizing on laptop | 10 Mar 2006 19:01 GMT | 1 |
I was messing around with a Java application I developed on my latop and noticed something interesting. There seems to be lag with resizing the windows and resizing the panels via the dividers. BUT this lag only occurs when my laptop runs on the battery, or, rather, you don't
|
| Obtaining the Dialog title bar color | 10 Mar 2006 17:07 GMT | 5 |
I know you can get the background color of the form itself, but is there a way to get the color of a dialog title bar (the bar containing the close/minimize/open buttons)? Thanks in advance.
|
| Adding new component to existing LAF's | 10 Mar 2006 15:02 GMT | 2 |
Given that I have some custom component with a bunch of custom UI's for different standard LAF's (like Windows, GTK, Metal, Aqua, Plastic etc), how could I register them (the UI's) during startup to let Swing know about them? In other words, I wish to "add" some new component to
|
| Updating LookAndFeel when Windows LookAndFeel changes | 10 Mar 2006 08:34 GMT | 2 |
Is there any way I can set up a LookAndFeel listener? Basically, I want to update the LookAndFeel of my application to the current settings, so if the desktop colour scheme is changed, for example, I want to also update the colour scheme of my application to be the same.
|
| JPopupMenu: Adding items when already visible | 09 Mar 2006 22:36 GMT | 9 |
I need to add new items to the popup menu when it's already visible. It looks like Swing JPopupMenu doesn't like this and allows the code to build menu layout only before showing it up. Any tricks or suggestions? Thanks,
|
| JWindow resizing flicker | 09 Mar 2006 21:44 GMT | 3 |
I've made a resizable JWindow class for some of my GUI needs and I'm facing problem with flicker during the resize (I validate the window and update its graphics when I change its bounds). I'm trying it with Sun's Java 1.4 and 5 on Windows.
|
| JFileChooser- going up a directory; contents aren't listed | 09 Mar 2006 19:48 GMT | 2 |
so; I have a JFileChooser to pick an image to load into an app. if I drill down to a directory, it's fine; but if I then want to go up a directory; all it shows in the parent dir is the directory that I was just in; it doesn't show any of the other contents of the parent
|
| how apply Hypelink functionality On JTable Data | 09 Mar 2006 19:24 GMT | 1 |
I am using JTable ,in that JTableData aim placing Labels, i need HyperLink functionality on Label . Please Help me this Issue.
|
| Why doesn't my TableCellRenderer react to MouseEvents | 09 Mar 2006 19:20 GMT | 2 |
I have developed report king of screen in Swing . A JTable contains only one column,for that i am applying Panel as a render , over the Panel ,i have Labels , clicking on that labels , i need
|
| downloading sun.awt.shell | 09 Mar 2006 17:46 GMT | 2 |
can some one tell me where i can download sun.awt.shell package. i searched in google, but did not get any solid link for that. please help. if some one has the package, could you please send me a copy??
|
| regarding multithreading | 09 Mar 2006 17:28 GMT | 2 |
i have a doubt in multithreading, how many threads can a java program handle at a particular point of time. plzzz i need the reply as soon as possible. thanks in advance
|