tito bayuadji

Greenhorn
+ Follow
since Apr 18, 2002
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by tito bayuadji

2.) The applet loads great in Mozilla and IE when I force IE to use the JVM 1.4, but not with the default JVM in IE. However, applets like yahoo games and others that I have found on the internet work well too. Do I need to use the object tag or something?



perhaps games at yahoo is writen using jvm 1.1 so it's work well with default jvam in ie.
18 years ago
you can use in your panel to add keylistener
such as


but to make it work the component have to receieve focus, perhaps that's why
the keylistener doesn't work in your case.
18 years ago
Perhaps there is an exception when loading the applet.
perhaps you can look the applet console, and see if there is an exception or not.
18 years ago
IMHO, that code is make sense.
18 years ago
Sorry if this question is so basic,
what the advantage if we use ajax comparing to other technology.
and also is there another technology that is equal to Ajax?
perhaps you should more concise about showing data entry screen, is it it will draw some graphics in JFrame or perhaps showing JTable in jframe or else?

both is possible, all you have to do is listen in MenuItem action listener and update your data entry screen.
18 years ago
Swing is quite massive topic(exagerate mode on ), but the bottom line is to make an application you make instead of window you make a frame, than add a component on it.

perhaps you can browse java.sun.com or javadesktop.org
18 years ago
IMHO, in JTree the model at least 'tree like', using tree node or you can have your own tree. so it doesn't exactly the same as table model.

just my 2 cents
18 years ago
AFAIK as long in the same class path, I think it doesn't matter.
18 years ago
create OffImage (buffer) perhaps it will make it faster somehow.
but it just a wild guest.
18 years ago
how about repaint()?
18 years ago
hi,

IMHO you can get table header component using
JTable.getTableHeader

then add a mouse click to that component.

good luck
18 years ago