Java Swing Exit Icon? -
i wondering how change minimize, maximize, , exit button icons in top left of default jframe swing window? i've looked everywhere , can't find tutorial or method it.
minimize, maximize/restore , close buttons bound frame decoration used.
if using frame decorated system (for example aero frame in windows 7) - cannot modify buttons since whole frame decoration provided system , there no good way invtervene , change behavior.
on other hand - if using custom , feel (shorty - l&f) written on java , provides own frame decoration - possible modify if have access l&f sources or if l&f provides options add/remove buttons.
you can read more l&f here:
http://docs.oracle.com/javase/tutorial/uiswing/lookandfeel
you can find lot of links custom l&fs here:
java , feel (l&f)
Comments
Post a Comment