S
syntax
hi, i have a question on "look and feel"
i want to know full terms of the follwing::
UImanager.setLookAndFeel
question1 :
-------------
whats the full form of UI ?
for another question here is a code ==>
CODE
----------------
String plaf = "com.sun.java.swing.plaf.motif.MotifLookAndFeel";
try
{
UIManager.setLookAndFeel(plaf);
SwingUtilities.UpdateComponentTreeUI(panel);
}
catch(Exception e)
{e.printStackTrace();}
------------------
question 2:
--------------
well, its not important to know whats the full form of plaf, but i
feel the meaning of laf>> look and feel and can you tell me whats for
"p" ?
i am asking this for readability.probabily it has some meaning.
however, the important question is what is this
printStackTracemethod ?? can anybody tell something about this
method,about its functioning etc.
thanks
i want to know full terms of the follwing::
UImanager.setLookAndFeel
question1 :
-------------
whats the full form of UI ?
for another question here is a code ==>
CODE
----------------
String plaf = "com.sun.java.swing.plaf.motif.MotifLookAndFeel";
try
{
UIManager.setLookAndFeel(plaf);
SwingUtilities.UpdateComponentTreeUI(panel);
}
catch(Exception e)
{e.printStackTrace();}
------------------
question 2:
--------------
well, its not important to know whats the full form of plaf, but i
feel the meaning of laf>> look and feel and can you tell me whats for
"p" ?
i am asking this for readability.probabily it has some meaning.
however, the important question is what is this
printStackTracemethod ?? can anybody tell something about this
method,about its functioning etc.
thanks