| Thread | Last Post | Replies |
|
| report generation in java | 31 May 2005 20:13 GMT | 4 |
i m using j2ee in my project on windows platform. my backend is MySql. please tell me what should i use to generate the reports. i can't purchase any software. please suggest me any software which is free to use.
|
| how to make a scroll pane in a JApplet | 31 May 2005 18:53 GMT | 2 |
I am using gridbaglayout and have a 800x600 Japplet. i want it to stay 800x600 but be able to scroll down because i have too many fields to fit on 600. I tried using the examples java.sun has it won't work. can someone point to me a very simple example of scrollpane or
|
| JTreeTable event problem.... .. | 31 May 2005 14:20 GMT | 3 |
Hi, I'm trying to add an object to a node in my own JTreeTable. When the parent has not children, it insert the node without problems. But when the parent has one or more children, it insert it (because I debug the code and the node is a child of the parent) but it doesn't paint
|
| How to get one GUI to wait for input on second GUI | 31 May 2005 14:13 GMT | 4 |
I have one GUI that opens up a second GUI in a different class. How can I get the first GUI to pause until the OK (or cancel) button is pressed on the second GUI? I'm using Swing, JDK1.3. Thanks
|
| Drawing a screenshot of a component | 30 May 2005 19:27 GMT | 2 |
For a drag and drop operation, on mousePressed on a JButton, I want to draw a "screenshot" of the JButton. Anybody knows how?
|
| DnD vs mouseDragged | 30 May 2005 17:52 GMT | 1 |
I have a JPanel at one of the constraints (North, South, East, West) of a BorderLayout and on mouseDragged, I relocate it to the nearest dragged constraint. There are many ways to skin a cat. The question is, is it better do do
|
| Activating anti-aliasing in Swing | 30 May 2005 17:50 GMT | 7 |
I was reading through the following blog (http://weblogs.java.net/blog/joshy/archive/2005/05/the_reponse_to.html) where I read the following: "Fonts are another one of Metal's areas where insistence on backward
|
| Terminal sim - Need to rescale fonts using 1.1 JVM | 30 May 2005 14:22 GMT | 1 |
All, I posted a similar question a while back, with some useful answers, but... I have a requirement to create a terminal emulation style applet using only features supported by JVM 1.1 (Groan.. Yeah yeah, I know!)
|
| Swing text (XML) view control with autoformat? | 30 May 2005 14:15 GMT | 2 |
We need to display XML files in a Swing GUI. The XML is automatically generated so it is absolutelly unadapted to human viewing. So we need some Swing control that can format XML and show it. Or use some XML formatting tool and display results in simple
|
| How do I change background color of JTable, when setBackground doesn't work? | 30 May 2005 12:06 GMT | 2 |
I have a JTable that I am displaying in a JScrollpane. The JTable only displays a few rows of information in its grid. The space below the grid to the bottom of the JPanel, that contains the JScrollpane, (Which in turn contains the JTable) is
|
| Clipboard listener? | 30 May 2005 11:34 GMT | 2 |
I have implemented the basic cut/copy/paste functionality in my Swing app, but I bumped into a problem that I have not been able to find an answer to after extensive Googling and browsing the Swing API text. The issue I'm having is how to know when the paste action should be
|
| Set Image in JPanel using NetBeans | 30 May 2005 03:49 GMT | 5 |
i m having problem in setting image in JPanel using NetBeans. pls tell me if anyone has any idea about it. pls reply soon
|
| Change default Swing font size | 29 May 2005 18:46 GMT | 5 |
I'd like to specify a larger font size for Swing apps using the default L&F, since on my high res monitor the text is a bit small for my liking. I see in the font.properties file references to XFLD font descriptors, but there is a %d in the font size position. I changing this line ...
|
| refreshing/paint() | 28 May 2005 16:54 GMT | 1 |
the following applet is supposed to draw random lines on the screen, but doesn't. does anyone know how to make it refresh? thanks in advance import java.awt.*;
|
| Too much JMenu items in a JPopupMenu | 28 May 2005 11:13 GMT | 7 |
I have got too much items in a JPopupMenu, so that the menu is to long to fit in the screen. As a consequence, some items are not displayed. I couldn't find any built-in method or parameter to cut the menu in 2 columns, as it is usually done.
|