// adding ToolTips to your JComponents final JTextField schemeNameText = new JTextField(); schemeNameText.setToolTipText( "Name of the color scheme" ); final JComboBox fontStyleChoice = new JComboBox(); fontStyleChoice.setToolTipText( "select font style" );