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

Popular posts from this blog

sublimetext3 - what keyboard shortcut is to comment/uncomment for this script tag in sublime -

java - No use of nillable="0" in SOAP Webservice -

ubuntu - Laravel 5.2 quickstart guide gives Not Found Error -