set cursor inside a JTextField
- From: "Pat010" <patacca@xxxxxxxxxxxxx>
- Date: 13 Jul 2006 13:42:49 -0700
Hi there,
can anyone tell me please why when i launch my GUI and press the LOG IN
button the cursor does not appear inside the tableNoField??
void logInButton_mouseClicked(MouseEvent e) {
userNoTextField.setVisible(false);
orderBillPanel.setVisible(true);
menuPanel.setVisible(true);
beveragesPanel.setVisible(true);
ingredientsChoiceButton.setEnabled(true);
billButton.setEnabled(true);
multiplesChoicePanel.setVisible(true);
tablePanel.setVisible(true);
tableNoField.requestFocus();
}
Thanks
.
- Follow-Ups:
- Re: set cursor inside a JTextField
- From: andrewthommo
- Re: set cursor inside a JTextField
- Prev by Date: Re: Mysterious vanishing/flickering image prblem
- Next by Date: Re: Mysterious vanishing/flickering image prblem
- Previous by thread: Loading jar files from a different folder
- Next by thread: Re: set cursor inside a JTextField
- Index(es):