A appleseeker Unregistered / Unconfirmed GUEST, unregistred user! 2004-03-28 #1 JBuilder里有一个Look and Feel有4种界面??为什么JBuilder编译运行程序总是WINDOWS的界面.我想用Borland的界面.不知道有什么办法吗????求助...谢谢大家帮忙....很急....
JBuilder里有一个Look and Feel有4种界面??为什么JBuilder编译运行程序总是WINDOWS的界面.我想用Borland的界面.不知道有什么办法吗????求助...谢谢大家帮忙....很急....
L lnboy Unregistered / Unconfirmed GUEST, unregistred user! 2004-04-07 #2 把borlandlookandfeel的包引用进来 ,就可以了. X:/JBuilderX/lib/的primetime.jar和BorlandLookAndFeel.jar两个包, try { UIManager.setLookAndFeel("com.borland.plaf.borland.BorlandLookAndFeel"); } catch (Exception ex) { ex.printStackTrace(); }
把borlandlookandfeel的包引用进来 ,就可以了. X:/JBuilderX/lib/的primetime.jar和BorlandLookAndFeel.jar两个包, try { UIManager.setLookAndFeel("com.borland.plaf.borland.BorlandLookAndFeel"); } catch (Exception ex) { ex.printStackTrace(); }
A appleseeker Unregistered / Unconfirmed GUEST, unregistred user! 2004-04-10 #3 好象没有BorlandLookAndFeel.jar这个包..所以出错.