| Thread | Last Post | Replies |
|
| FileSystemView Icon Size | 27 Jan 2006 18:35 GMT | 2 |
I'm using FileSystemView to create a file browsing UI, but everytime i try to get an Icon (i'm on winxp) it comes out as a tiny 16x16 icon, when i'd much rather a 32x32. Any ideas how JFileChooser gets bigger icons?
|
| SWT conflict with PLAF? | 27 Jan 2006 17:27 GMT | 3 |
I have an app that has been using the Compiere PLAF for a long while. We've recently integrated some code from another group which uses the SWT, and we're having major problems with the integrated code. If we use either the defaul or metal PLAF, the program works fine. Turning on
|
| Blog: Enable Dropping into Empty JTables | 27 Jan 2006 14:35 GMT | 10 |
If you're interested in the subject, I've just posted another blog on Swing Drag and Drop. Learn how to enable dropping into empty JTables with a single method call in Mustang, or a simple override in earlier versions of J2SE.
|
| how to resize the tableHeaderValue to fit the content of the table's cell | 27 Jan 2006 06:43 GMT | 2 |
I need a table,when the content of table'scell increased or reduced ,the width of column do the same to fit the content,that all the content shows . Do I must traversal the contents and resize it?
|
| import java.awt.geom.Area Questions | 26 Jan 2006 17:25 GMT | 1 |
(Sorry for cross-post but comp.lang.java.gui is certainly more better to post than comp.lang.java.programmer) I'm doing a subtract between 2 areas. The result is perfect.
|
| Persistent beans in Synth? | 26 Jan 2006 16:43 GMT | 1 |
The Synth XML file format (http://java.sun.com/j2se/1.5.0/docs/api/javax/swing/plaf/synth/doc-files/synthFi leFormat.html) includes the protocol for persistent beans (http://java.sun.com/products/jfc/tsc/articles/persistence3/) but the
|
| LaTeX formulas in java GUI | 26 Jan 2006 08:32 GMT | 9 |
I'm trying to search for the easiest solution to display formulas in a java-based GUI. LaTeX style formulas would be perfect since they are easy to formulate by hand. I've exhausted my internet search, but I'm sure there must be some past work that does just what I'm trying to do.
|
| applet post object to servlet | 26 Jan 2006 06:27 GMT | 6 |
hi I have a question. <side by applet> conn = urlServlet.openConnection();
|
| JComboBox: setting background color | 26 Jan 2006 04:53 GMT | 1 |
This is in an applet, although I'd be surprised if that mattered. I'd like to set the background color of a JComboBox to always be a certain color. I am extending JComboBox and doing the following in the constructor:
|
| Essentially skinning my app.. | 26 Jan 2006 04:33 GMT | 12 |
I'm designing an MP3 player program, and I'm to the point that I want a better GUI. Using Images and Graphics, I've been able to draw what look like buttons on my JDialog. However, I can't add a MouseListener to the Images. A friend suggested putting the Images into a JComponent, ...
|
| Forcing a JList to refresh one cell | 25 Jan 2006 22:36 GMT | 3 |
I have a JList where each item in the list is rendered by a ListCellRenderer. Among other things, the ListCellRenderer shows a JProgressBar that is updated by an outside event. The item itself has an observer to notice that it has been updated, but other than calling
|
| Greek font in Java? | 25 Jan 2006 21:02 GMT | 4 |
I have been writing a mathematical application in Java, and have written a rendering engine for many different types of equations. One problem that has persisted has been the treatment of Greek letters. It was trivial to find the unicode values for Greek characters and use
|
| Custom Java Control Panel Settings | 25 Jan 2006 18:49 GMT | 5 |
i need to deploy Java Runtime Update 5 on 300 odd windows 2000 machines, with some custom changes. The deploying is not an issue, i can do this quite easily via Tivoli, however, the custom changes bit is baffling me.
|
| web based UI with database access - what technology to use | 25 Jan 2006 12:53 GMT | 2 |
I need to develop a UI that should run from within a web browser, should be able to pull data from an oracle database, do some calculations and display results. What technology/architecture should I use?
|
| Is there JFontChooser | 24 Jan 2006 19:38 GMT | 8 |
I knew there are JFileChooser and JColorChooser classes from javax.swing.* I am looking for a class "JFontChooser" list all available system fonts and their font sizes.
|