Jerry Simmers

Greenhorn
+ Follow
since Mar 17, 2004
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 Jerry Simmers

Well...I can maybe see getting the array of components, but do you think java will actually allow me to remove a native component from the motif filechooser???

For instance, I get the array of components, but since the filechooser is in my case a MotifFileChooser created automatically at the detection of being on a motif system, will I actually be able to go deep enough and perform manipulations on that filechooser.
19 years ago
I have a JFileChooser in Motif and I have encountered a puzzling problem. When in Motif, the openDialog contains an "Update" button in addition to the usual "Approve" and "Cancel" buttons. I'm looking for a way to change the behavior of this "Update" button, or better yet...just delete the button from the dialog. I can't seem to find anything anywhere in the javadocs on how to do such a thing. As a matter of fact, I can't find much reading material at all regarding this "Update" button. Any ideas???
19 years ago
I'm currently having a problem in which I have a JFileChooser overlayed on top of a panel containing a jtable(in the screen background) and when the JFileChooser goes away, it leaves behind a greyed out area on the table in the shape of the JFileChooser. Can anyone point me in the right direction? Thanks in advance.
19 years ago
Does anyone have any idea what I need to do in order to ensure a printDialog box is popped up on the correct screen of a dual headed machine?
Currently I'm using PrinterJob to create my print job and I'm not seeing anything that will allow me to detect where to pop up the dialog. I'm trying to do this without having to create a new PrintService. Any ideas? Thanks in advance.
19 years ago
I want to sort my JTable rows in ascending order based on clicking on a particular column header. Is there a simple method to call to do this, or do I need to write my own sort routine? Your assistance is greatly appreciated!
Thanks
20 years ago