Hi.
I have a JButton that has a callback function like so:
myJButtonCallBackFunc (ActEvtListener evt) {
myFrame.pack();
myFrame.setVisible(true);
}
The myFrame pops up on the upper left hand corner of the screen. My question: is there a property that controls where the pop up pops up?
Thanks