Advertisement
Guest User

Untitled

a guest
May 16th, 2015
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Scala 0.25 KB | None | 0 0
  1.  
  2.  
  3. object WikipediaSuggest extends SimpleSwingApplication with ConcreteSwingApi with ConcreteWikipediaApi {
  4.  
  5.   {
  6.     try {
  7.       UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName())
  8.     } catch {
  9.       case t: Throwable =>
  10.     }
  11.   }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement