Font fn = _app.getFontInfoStore().getStatusBarFontInfo().createFont(); _statusBar.setFont(fn); contentPane.add(_statusBar, BorderLayout.SOUTH);
/** * Set the font that the application uses for statusbars. */ void updateStatusBarFont() { if (_plugin.getLAFPreferences().isStatusBarFontEnabled()) { _app.getFontInfoStore().setStatusBarFontInfo(_plugin.getLAFPreferences().getStatusBarFontInfo()); } }
Font fn = _app.getFontInfoStore().getStatusBarFontInfo().createFont(); _statusBar.setFont(fn); contentPane.add(_statusBar, BorderLayout.SOUTH);
contentPanel.add(_sqlPanel, BorderLayout.CENTER); Font fn = app.getFontInfoStore().getStatusBarFontInfo().createFont(); _statusBar.setFont(fn); contentPanel.add(_statusBar, BorderLayout.SOUTH);
contentPanel.add(_sqlPanel, BorderLayout.CENTER); Font fn = app.getFontInfoStore().getStatusBarFontInfo().createFont(); _statusBar.setFont(fn); contentPanel.add(_statusBar, BorderLayout.SOUTH);
final Font fn = _app.getFontInfoStore().getStatusBarFontInfo().createFont(); _statusBar.setFont(fn);
final Font fn = _app.getFontInfoStore().getStatusBarFontInfo().createFont(); _statusBar.setFont(fn);
private void createGUI(ISession session) { final IApplication app = session.getApplication(); _mainTabPane = _mainPanelFactory.createMainPanel(session); add(_mainTabPane, BorderLayout.CENTER); Font fn = app.getFontInfoStore().getStatusBarFontInfo().createFont(); _statusBar.setFont(fn); add(_statusBar, BorderLayout.SOUTH); _objTreeSelectionLis = new ObjectTreeSelectionListener(); getObjectTreePanel().addTreeSelectionListener(_objTreeSelectionLis); RowColumnLabel lblRowCol = new RowColumnLabel(_mainTabPane.getSQLPanel().getSQLEntryPanel()); addToStatusBar(lblRowCol); validate(); }
private void createGUI(ISession session) { final IApplication app = session.getApplication(); _mainTabPane = _mainPanelFactory.createMainPanel(session); add(_mainTabPane, BorderLayout.CENTER); Font fn = app.getFontInfoStore().getStatusBarFontInfo().createFont(); _statusBar.setFont(fn); add(_statusBar, BorderLayout.SOUTH); _objTreeSelectionLis = new ObjectTreeSelectionListener(); getObjectTreePanel().addTreeSelectionListener(_objTreeSelectionLis); RowColumnLabel lblRowCol = new RowColumnLabel(_mainTabPane.getSQLPanel().getSQLEntryPanel()); addToStatusBar(lblRowCol); validate(); }