| Thread | Last Post | Replies |
|
| JButton is created "selected" even when I declare it not to be so | 18 Mar 2007 07:26 GMT | 8 |
/** * Generate value and conditions for {@link #backButton} */ private void generateBackButton() {
|
| how to dynamically add a jTextBox? | 18 Mar 2007 07:21 GMT | 5 |
I'm just getting started with Swing. I saw the NetBeans GUI builder tutorial and this blew me away. http://www.netbeans.org/kb/55/quickstart-gui.html. However, when I want to do something beyond a rather static form, I feel like there is probably a heck of a lot more that I need to
|
| how to execute the code of paintComponenet ??? | 17 Mar 2007 04:33 GMT | 4 |
the paintComponenet method is the method we use to put the code that does the drawing, but how do I execute this code. How to let the code of the paintComponenet method be executed. ???? Thanks
|
| Customizing JTable header | 16 Mar 2007 23:59 GMT | 1 |
Can i add Objects to table header? i need to add objects to header and may be depending the some values in the object render the header. Thanks in advance, Srikanth
|
| How to run this method | 16 Mar 2007 21:47 GMT | 1 |
I went to a website at this link http://www.exampledepot.com/egs/java.awt/DrawBasic.html and I found the following code ================================================ public void paint(Graphics g) {
|
| plugin cache working with .gif image files but not .png? | 16 Mar 2007 14:55 GMT | 3 |
It seems like the java plugin cache is working with .gif files but not with .png. Is this right? Is there any way to set up the plugin so it also works with .png? Thanks.
|
| Connect to Java application from Java login form | 16 Mar 2007 03:01 GMT | 2 |
Good Day! Would be appreciate to know any suggestion on the following coding problem: Originally, I have a Java application.
|
| jar | 15 Mar 2007 12:53 GMT | 1 |
Hello, please see my post on comp.lang.java.programmer, same subject. Ivan
|
| JLabel Text Wrap | 15 Mar 2007 01:08 GMT | 4 |
I have a JList that uses a custom cell renderer that implements JLabel to display text. The problem is I want the text to automatically wrap. I would use JTextArea instead of JLabel, except that I need to display an image with the text, which to my knowledge JTextArea cannot
|
| Anyone Familiar with JFreeChart package? | 15 Mar 2007 00:35 GMT | 1 |
I am try to do some chart with JFreeChart http://www.jfree.org/jfreechart/api/gjdoc/index.html If you are familiar with this package, may be you can help me. Instead use the default draw color,
|
| When I press a button my paint method stop the update... | 14 Mar 2007 09:24 GMT | 1 |
this is my problem; I have a frame in which I have an area where I paint some lines. In the main program a loop updates the coordinates of this lines and repaint the area with the new lines, and it works right.
|
| Scrolling JInternalFrame | 13 Mar 2007 19:47 GMT | 4 |
Hi, i am new to java and swing. I am using JInternalFrame to present a field, where user can draw shapes, curves, etc. What i need is an "infinite" space for drawing so when a user clicks
|
| Fwd: How do you time resetting a Component message at a precise time? | 13 Mar 2007 15:03 GMT | 1 |
I tried using a Task class I wrote which extends SwingWorker<Void, Void>: Task task = new Task() { public Void doInBackground() {
|
| How o convert BufferedImage object to byte array | 13 Mar 2007 13:13 GMT | 1 |
I am getting ClasscaseException. BufferedImageOp op=new AffineTransformOp(AffineTransform.getScaleInstance(scalex_width,scalex_width),null); im=op.filter(im,null);
|
| How to embed word processing into Swing... lets brainstorm together | 13 Mar 2007 05:26 GMT | 1 |
Talk about banging ones head agains a wall. I guess ascii and ascii is art is great. I really want, really want word processing which is cross platform and outputs beautifully on reports.
|