Learning Java and Eclipse -
i'm trying write login program in eclipse. question type of gui best use? i'm totally confused on gui types i.e swing (swt), jframe, window builder.... know broad question if possible,a simple answer suffice. thanx in advance!
window builder eclipse addon allows create jframes. can find link here
this allows use swing create nice guis. recommend
try { uimanager.setlookandfeel(uimanager.getsystemlookandfeelclassname()); } catch (classnotfoundexception | instantiationexception | illegalaccessexception | unsupportedlookandfeelexception e) { e.printstacktrace(); }
this make window updated os user using.
Comments
Post a Comment