how change label and textfiled color

View: New views
3 Messages — Rating Filter:   Alert me  

how change label and textfiled color

by mfa :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

hi master
sir i use vwp under netbean 6
sir how i change label and textfiled color with property
such as table layout that easly change color,font size and other


please give me idea how i change color and font size


thank you
aamir

Re: how change label and textfiled color

by Rick Fincher :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Aamir,

Click on the text field, then select "Style" in the property menu.  You
can change font, color, size, etc.

Rick

mfa wrote:

> hi master
> sir i use vwp under netbean 6
> sir how i change label and textfiled color with property
> such as table layout that easly change color,font size and other
>
>
> please give me idea how i change color and font size
>
>
> thank you
> aamir
>
>  


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@...
For additional commands, e-mail: users-help@...


Re: how change label and textfiled color

by krysP :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Use the style property to change the style of the label component's text, font, color, style size. You can also do the same with some limitations for the text set in the textfield however some components are fixed. You can override these style classes with some effort. Read up on Using Styles with Components; Themes. Go to  the older visual web pages on sun.com/creator as well as the forum for more information.

/krys