Monday, 11 September 2017

Label



It is a displayed text for giving some information.
constructors:-
Label();
Label(String);
Label(String name,int alignment);
constant fields:-
public static final int LEFT;
                   Label.LEFT
                   Label.RIGHT
                   Label.CENTER
methods:-
public void setText(String);
public void setAlignment(int);



No comments:

Post a Comment

Featured post

Development Of JAVA Program