| Thread | Last Post | Replies |
|
| How to get the mirror image of character using graphics2D | 13 Jan 2005 09:47 GMT | 1 |
I want to get mirror image of '~' character. How can I achieve this using graphics2D. Any help is greatly appreciated. Thanks in advance.
|
| One more problem with text | 13 Jan 2005 08:28 GMT | 2 |
I creat MyTextPane and MyTextPane.setText(MyTextPane.getText() + "moreText"); works perfect but after I add
|
| Method to do live resizing in a JFrame? | 13 Jan 2005 02:10 GMT | 3 |
I know there is a method that sets up live contents resizing in a JFrame so that the components are resized as the window is resized but I can't find it now. Can someone help me find it? I think it was new to JDK 1.4.0. Thanks,
|
| Problem with focus | 12 Jan 2005 23:04 GMT | 11 |
I have two JButtons b1 and b2 on JPanel. Initially, b1 is enabled and b2 is disabled. When the user clicks on b1 the following code is executed: b1.setEnabled(false);
|
| JFileChooser Localization | 12 Jan 2005 16:59 GMT | 4 |
I have been able to localize every string in the JFileChooser except the tooltip on the "Desktop" icon. This continues to come out as "Desktop" regardless of the Locale I specify. Does anyone know if there is a resource that can be used to customize this string to the Locale?
|
| Swing vs. SWT | 12 Jan 2005 16:40 GMT | 1 |
I am about to start a new job, developing and maintaining Java GUI apps. The company currently has two applications in SWT, and one with Swing. They want to pick one GUI toolkit and stick with it. I have quite a bit of experience with Swing, and I am familiar with its
|
| Running Swing inside Visual Basic ? | 12 Jan 2005 12:47 GMT | 2 |
I've been asking for wheter it's possible to run a Swing inside Visual Basic and that is my question. Does anybody know how I can incorporate a button in a Visual Basic that can popup a Swing application ?
|
| How to change JTextField to JPasswordField in JOptionPane? | 12 Jan 2005 11:28 GMT | 2 |
I'd like change JTextField (input) to JPasswordField in JOptionPane class in showInputDialog method? Is it impossible? Please help!!!
|
| JScrolPane | 12 Jan 2005 10:40 GMT | 3 |
This is my first attept at using a JScrollPane. My goal is to have a component of some sort (I'm currently using JPanel) that I can set to a certain size and draw on. I add the component to a JScrollPane since the size of the Panel will more the likely be larger then the JFrame.
|
| Custom swing component and layoutmanagers | 12 Jan 2005 09:44 GMT | 1 |
I've implemented a custom swing component. It extends the JComponent class and implement paintComponent. If I add this comonent to a panel with a BorderLayout layoutmanager, it is show. If I use the default layoutmanager for JPanels (flowlayout),
|
| Hi - Information regarding Oracle Forms and Developer 2000.. | 12 Jan 2005 02:55 GMT | 1 |
I m currently working on a project done in Developer 2000 and Oracle Forms. This application is getting invoked by a browser. I want to know the information about the number of forms loaded currently in the application , active component etc..Can someone please help providing
|
| cellHasFocus argument is dead? | 12 Jan 2005 01:33 GMT | 2 |
When we use JList component as is, mouse hovering over a cell component doesn't change the cell color. Selection by clicking can change the cell color to the selection color. When we customize the ListCellRenderer to use cellHasFocus
|
| Multiple JTables with headers in a JScrollPane | 11 Jan 2005 21:11 GMT | 4 |
I'm trying to get multiple JTables each displayed entirely with their own headers to show up in one containing JScrollPane (through an intermediary JPanel container). Any ideas on how to do this, since by adding a JTable to a JPanel,
|
| Huge JTables, nowadays... | 11 Jan 2005 18:15 GMT | 4 |
I have a fairly simple comment/question about the current state of affairs in JTables, which have had a rather ugly beginning... Back when things were rotten, actually a few rev's after when things were truly rotten, when swing and JTables first came out, there was no facility
|
| how best to obfuscate email address in applet | 11 Jan 2005 16:59 GMT | 2 |
My ISP does not provide CGI or java servlets to residential users and I will not use a mailto: url in my webpages. I still need a way for folks to email me through a contact screen on my website. I quickly built a contact form applet using my java IDE but am clueless
|