| Thread | Last Post | Replies |
|
| Two JComboBoxes One change to other | 30 Jan 2008 10:16 GMT | 4 |
I have two JComboBoxes JComboBox combo1 = new JComboBox(); JComboBox combo2 = new JComboBox(); Both I implemented the ItemListener
|
| How to turn off Antialiasing in 1.6? | 27 Jan 2008 18:22 GMT | 7 |
I have a need to turn anti-aliasing _off_ for certain jlabels. My 1.4 code no longer works in 1.6 (setting rendering hints). I googled around and found various ways to turn antialiasing on, but I have the opposite problem and reversing the examples I have found doesn't seem
|
| Internationalization | 27 Jan 2008 03:32 GMT | 5 |
I was informed today that my Java program might be used in several other countries, including China, Romania, and some Spanish-speaking countries in South America. This mostly impacts the GUI where I have menu items, tool-tips, and
|
| Creating image thumbnails is slow on Mac platform, suggestions for improvement? | 27 Jan 2008 03:16 GMT | 2 |
My java application is given a list of image files. For each image, it creates an image thumbnail and displays this thumbnail in a separate JFrame. The creation of these thumbnails is very slow compared to the Mac Preview application. Is there a way to speed this up?
|
| JList: Scroll to Selected Item | 27 Jan 2008 01:32 GMT | 2 |
I'm using Java 1.4.2 and I've tried searching for this and can't find it, but I'm sure I saw a method for a JList to scroll to the selected item. There are times a JList (in a JScrollPane) is reloaded. On some platforms, apparently, when I reload it, even though I make sure the ...
|
| AWT vs SWING vs JAVA 2D vs JFC | 26 Jan 2008 13:41 GMT | 1 |
can you please describe or show me the path to find the difference among 4. (mentioned in subject line) The basic difference i know, what i want is how to decide when to use what?
|
| Rummy Royal ! | 25 Jan 2008 11:26 GMT | 2 |
Rummy Royal http://www.casino-yz.com/ RummyRoyal Team RummyRoyal is a company that offers online skill-based Rummy games. As
|
| open another jframe | 25 Jan 2008 10:51 GMT | 3 |
How do I open another JFrame from one JFrame ? The first JFrame is a command prompt. Where I want to write draw f(x). Then I want to open another JFrame inwhich I show the plot of f(x). TIA,
|
| Setting uniform width of a table | 25 Jan 2008 08:06 GMT | 5 |
I'm baffled as to how to set column widths to be a size I want (using SWT/Jface). My code is basically this: tv = new TableViewer(parent,SWT.FULL_SELECTION);
|
| Events | 24 Jan 2008 11:45 GMT | 3 |
I am a new to GUI programming in Java. I want to creat a GUI in which I will ask the user to write a word in the Text field, based on which the s/w will call certain functions. I have created JFrame inside which I have made a JDesktopPane, inside which I have the JScrollPane
|
| JPopupMenu positioning | 23 Jan 2008 12:47 GMT | 2 |
JPopupMenu positioning I have a button, which, when clicked, should show a popup menu alignd with its lower right corner. The issue is that the popup menu shows in a wrong place with the first
|
| How to save/load JTextPane to/from file? | 23 Jan 2008 05:25 GMT | 1 |
I have searched news groups and othe major Java fora but got no definitive answer. I don't specify any specific doc format like RTF or HTML, just a generic JTextPane that includes text, attributes, images and other sub components. How to save it onto a file and load back it
|
| TableCellRenderer woes | 19 Jan 2008 08:32 GMT | 1 |
I have a table cell renderer that display a row differently depending on whether it is selected. However, JTable does not seem to be smart enough to repaint a row when it stops being selected or when it becomes selected because of other rows being added or removed.
|
| Bug in JTable DefaultCellEditor? | 18 Jan 2008 19:21 GMT | 1 |
I would have thought if you did any sort of add row, that would first close any open CellEditor. As it is that cell does not get repainted correctly or closed. The cell being edited appears to jump to become part of a different line.
|
| popup menus / comboboxes | 18 Jan 2008 12:00 GMT | 1 |
I am wondering, how popup stuff can be drawn. Because it exceeds the window's borders. Therefore I guess that each popup menu is a new window without decorations. Is that right ?
|