httpclient+httpserver demo
Swing 换肤
[list]
[*][url=http://dl.iteye.com/topics/download/4a24ef7c-928e-3917-a272-a8d3c9f52a6e]Service.zip[/url] (3.2 MB)
[*]下载次数: 3
[/list]
Swing 换肤
try
{
javax.swing.UIManager.setLookAndFeel(javax.swing.UIManager.getSystemLookAndFeelClassName());
javax.swing.SwingUtilities.updateComponentTreeUI(this);// 更新
}
catch (Exception e)
{
e.printStackTrace();
try
{
javax.swing.UIManager.setLookAndFeel(javax.swing.UIManager
.getCrossPlatformLookAndFeelClassName());
javax.swing.SwingUtilities.updateComponentTreeUI(this);// 更新
}
catch (Exception e1)
{
e1.printStackTrace();
}
}
[list]
[*][url=http://dl.iteye.com/topics/download/4a24ef7c-928e-3917-a272-a8d3c9f52a6e]Service.zip[/url] (3.2 MB)
[*]下载次数: 3
[/list]