|
-
September 27th, 2000, 05:42 AM
#1
How to set the Font in JInternalFrame?
How to set the Font name, style, size of the title in JInternalFrame?
I have written something in a class that extends JInternalFrame:
Font f = new Font(DEFAULT_FONT_NAME,
DEFAULT_FONT_STYLE, DEFAULT_FONT_SIZE);
setFont(f);
But I still can't to change it!
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
|