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 -

ios - MKMapView fails to load tiles with HTTP 410 error -

c# - How to utilize EF and LINQ to add filters and specify tables, columns, filters and order by dynamically -