|
-
November 2nd, 2012, 05:58 AM
#6
Re: Problem with JTextField [Beginner]
BTW hard coding the bounds of the buttons is the wrong way to go, it means your keyboard can't be resized. Use a layout manager to layout the buttons instead. You'll probably need something like GridBagLayout to do a keyboard layout, if you don't know how to use it there are plenty of tutorials on-line.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|