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)? enter image description here

you need create custom rootpane/titlebar.

this means need set jframe undecorated , set custom instance of extends rootpane jframe


Comments

Popular posts from this blog

javascript - ScrollTo Effect (href to div) -

javascript - ng-class not responding to change in model in Angular? -

javascript - document.registerElement extending HTMLInputElement prototype while using custom tag name to avoid implicit browser style -