java - Swing: Add help [?] button to window titlebar -
i want add new button icon of question mark left of buttons "maximize", "hide" , "close". how make (like in pic)?
you need create custom rootpane/titlebar.
this means need set jframe undecorated , set custom instance of extends rootpane jframe
Comments
Post a Comment