Granny's Programming Pearls
"inside of every large program is a small program struggling to get out"
JavaRanch.com/granny.jsp
The moose likes Swing / AWT / SWT and the fly likes help arranging layout of TextField Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Swing / AWT / SWT
Reply Bookmark "help arranging layout of TextField" Watch "help arranging layout of TextField" New topic
Author

help arranging layout of TextField

John Johnson
Greenhorn

Joined: Oct 24, 2006
Posts: 1
I need to get the ID and Password TextFields to look like this:

ID: TEXTFIELD

Password: TEXTFIELD

Ernest Friedman-Hill
author and iconoclast
Marshal

Joined: Jul 08, 2003
Posts: 24041
    
  13

Hi,

Welcome to JavaRanch!

We have a "Swing/AWT/JFace/SWT" forum where this question would fit right in; I will move it there for you.


[Jess in Action][AskingGoodQuestions]
Michael Dunn
Ranch Hand

Joined: Jun 09, 2003
Posts: 4632
try this

if ID and Password are not in the correct spot, modify lines like this, to suit
new Label("ID:",Label.RIGHT);

 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: help arranging layout of TextField
 
Similar Threads
Applet Code Error
Applet Login via database
keyboard action of my JButton
Applet Login via database
Please help me with this code... I don't know what I'm missing...