I want to change the appearance of Frame in Runtime, what
class can be used to do this?
Answers were Sorted based on User's Feedback
Answer / pradyut
Graphics 2d g;
JFrame f;
g.dispose();
setPreferredSize(new
Dimension(128+r.nextInt(128),128+r.nextInt(128)));
f.pack();
| Is This Answer Correct ? | 1 Yes | 2 No |
Hello Everyone.. I m trying to develop a java swing application where i can display a doc file Jeditorpane or Jtextpane.
What are the benefits if Swing over AWT?
Hello ..Friends. I need a Code which makes a software of Enter the cheque Details.. means any enduser enter the details in a Particular field that should be printed on the paper On Cheque. at the backend side it sholud be printed on pdf file. Thanks in Advance
How is parsing html used in swing?
what is the diff's between swing and applet?
Is swing still used in java?
What is javax swing joptionpane?
What are heavyweight components? What is lightweight component?
Why should any swing call back implementation execute quickly?
How to align components in java swing?
What are the containers available in swing?
What is swing?