| Thread | Last Post | Replies |
|
| GUI Problems | 16 Oct 2005 00:04 GMT | 1 |
I have a program which i have developed in java and i would like to use the metal look and feel for it apart from i would like to use the windwos look and feel for the internal frames. I created my own look and feel class which extends metal look and feel as to
|
| Setting antialiasing on for all Swing components | 15 Oct 2005 11:07 GMT | 3 |
Is it possible to configure a JFrame so that all the Swing components in it have antaliased text for things like tab names, table headers, table data etc.? Can you show me how? Thanks, I am a Swing newbie.
|
| The book "Swing Hacks" and Sw-ingenuity! | 15 Oct 2005 07:39 GMT | 9 |
Swing concepts are important, but often you just want to see if something can be done that is close to what you want to do, which is where the book "Swing Hacks" shows its Sw-ingenuity. --
|
| [newbie] JTable view update problem | 15 Oct 2005 07:34 GMT | 10 |
J2SE 5.0 on Windows XP. I am creating my first JTable and I have managed to get it to display in the JFrame OK but when I add rows to the data model the screen is not updating the JTable display and therefore the new rows are not appearing. If I
|
| showInputDialog question | 15 Oct 2005 05:20 GMT | 13 |
I want to use JOptionPane.showInputDialog but it doesn't show up when the program runs. This is my code sofar: public void DocumentlinkNieuw() {
|
| updateUI() -- what the heck? | 14 Oct 2005 21:49 GMT | 4 |
Here's something odd I've noticed. if you use updateUI() to communicate L&F changes to a JCompoment, something odd happens. Here's an example:
|
| Clever Java Applet | 14 Oct 2005 18:58 GMT | 7 |
You might have a look at http://darkwhitem.com/ It has a Java applet that lets you pan and zoom around two scenes, smoothly. It gives the illusion you are riding on the back of a cameraman who takes instruction from your button pressings.
|
| HyperlinkListener | 14 Oct 2005 14:27 GMT | 25 |
I need help w/HyperlinkListener please.. I think this is basic code I need to use.. textAreaTop.addHyperlinkListener(this); .....
|
| Netbeans debugging problem with interface | 14 Oct 2005 05:52 GMT | 2 |
I have netbeans set up but I can not debug. The proper information panes at the bottom with netbeans does not show up when I debug. Why don't I have these panels? Please help. Linda
|
| customize jinternalframe titlebar | 14 Oct 2005 02:59 GMT | 1 |
I would really like to customize my jinternalframe titlebar. I want to change the color and I want to add a button to it. I see people pointing out this solution to change the color, but I want to change the color of an individual jinternalframe not all of them:
|
| JSpinner input validation | 14 Oct 2005 00:34 GMT | 6 |
I am using several JSpinners with SpinnerListModel and I allow input directly into the text area of the spinner as a convenience. I find that if a user types "junk", i.e. strings not in the model's list, those values are displayed but when the focus is moved to another component ...
|
| Authenticator mozilla apache | 13 Oct 2005 14:24 GMT | 2 |
Environment: java1.4.2_07, mozilla or firefox, apache 1.3.x I have an applet interface which connects to a host requiring authentication using basic authentication. The encrypted id/password is returned to the browser client in the html as parameters for the applet.
|
| Regarding JTree | 13 Oct 2005 08:58 GMT | 7 |
I have a small question. I am using JTree in my application. The JTree main nodes are having leafs with JCheckboxes(CheckBox Node Tree). When I select the main node, I need to make all the leafs(checkboxes) under it selected. I
|
| Scaling | 13 Oct 2005 00:11 GMT | 5 |
I have been trying to do the scaling of a JTextPane but i seem to be geeting weird results and i don't know why and hope someone could really weigh on this Here is a full compilable example where you can compile the code and
|
| Help with draw over JPanel | 13 Oct 2005 00:09 GMT | 6 |
Hi, I'm creating an application that draw a rectangle over a Jpanel where I click.This is the code, but don' work(Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException...etc.).Can you help me?Thank you very much...
|