Codota Logo
PgsSplitPaneUI.<init>
Code IndexAdd Codota to your IDE (free)

How to use
com.pagosoft.plaf.PgsSplitPaneUI
constructor

Best Java code snippets using com.pagosoft.plaf.PgsSplitPaneUI.<init> (Showing top 2 results out of 315)

  • Add the Codota plugin to your IDE and get smart completions
private void myMethod () {
FileOutputStream f =
  • Codota IconFile file;new FileOutputStream(file)
  • Codota IconString name;new FileOutputStream(name)
  • Codota IconFile file;new FileOutputStream(file, true)
  • Smart code suggestions by Codota
}
origin: com.github.arnabk/pgslookandfeel

public static ComponentUI createUI(JComponent x) {
  return new PgsSplitPaneUI();
}
origin: com.github.tornaia/aott-desktop-client-core

  private JComponent createMainPanel() {
    JPanel categoryChartDonutAndProcessChart = new JPanel(new GridBagLayout());
    categoryChartDonutAndProcessChart.setBackground(ColorConst.CONTENT_BACKGROUND);
    categoryChartDonutAndProcessChart.setMinimumSize(new Dimension(0, 0));

    categoryChartDonutAndProcessChart.add(categoryChartPanelService.createCategoryChartPanel(), new GridBagConstraints(0, 0, 1, 1, 1.0, 1.0, GridBagConstraints.CENTER, GridBagConstraints.BOTH, new Insets(0, 0, 0, 0), 0, 0));
    categoryChartDonutAndProcessChart.add(categoryDonutPanelService.createCategoryDonutPanel(), new GridBagConstraints(1, 0, 1, 2, 1.0, 1.0, GridBagConstraints.CENTER, GridBagConstraints.BOTH, new Insets(0, 0, 0, 0), 0, 0));
    categoryChartDonutAndProcessChart.add(processChartPanelService.createProcessChartPanel(), new GridBagConstraints(0, 1, 1, 1, 1.0, 1.0, GridBagConstraints.CENTER, GridBagConstraints.BOTH, new Insets(0, 0, 0, 0), 0, 0));

    JPanel processTreePanel = processTreePanelService.createProcessTreePanel();
    processTreePanel.setMinimumSize(new Dimension(0, 0));

    JSplitPane mainSplitPane = new JSplitPane(JSplitPane.VERTICAL_SPLIT, categoryChartDonutAndProcessChart, processTreePanel);
    PgsSplitPaneUI pgsSplitPaneUI = new PgsSplitPaneUI();
    mainSplitPane.setUI(pgsSplitPaneUI);
    pgsSplitPaneUI.getDivider().setBorder(BorderFactory.createEmptyBorder());
    pgsSplitPaneUI.getDivider().setBackground(ColorConst.CONTENT_BACKGROUND);
    mainSplitPane.setContinuousLayout(true);
    mainSplitPane.setBorder(BorderFactory.createEmptyBorder());
    mainSplitPane.setOneTouchExpandable(false);
    mainSplitPane.setResizeWeight(0.5D);

    mainSplitPane.addPropertyChangeListener(JSplitPane.DIVIDER_LOCATION_PROPERTY, new SnagToEdgesJSplitPanePropertyChangeListener(mainSplitPane));

    return mainSplitPane;
  }
}
com.pagosoft.plafPgsSplitPaneUI<init>

Popular methods of PgsSplitPaneUI

  • getDivider
  • isShadowBorder
  • maybeRemoveShadowBorder
  • maybeSetShadowBorder

Popular in Java

  • Making http requests using okhttp
  • setContentView (Activity)
  • getContentResolver (Context)
  • getSupportFragmentManager (FragmentActivity)
    Return the FragmentManager for interacting with fragments associated with this activity.
  • BufferedReader (java.io)
    Reads text from a character-input stream, buffering characters so as to provide for the efficient re
  • ByteBuffer (java.nio)
    A buffer for bytes. A byte buffer can be created in either one of the following ways: * #allocate(i
  • KeyStore (java.security)
    This class represents an in-memory collection of keys and certificates. It manages two types of entr
  • LinkedHashMap (java.util)
    Hash table and linked list implementation of the Map interface, with predictable iteration order. Th
  • JComboBox (javax.swing)
  • StringUtils (org.apache.commons.lang)
    Operations on java.lang.String that arenull safe. * IsEmpty/IsBlank - checks if a String contains
Codota Logo
  • Products

    Search for Java codeSearch for JavaScript codeEnterprise
  • IDE Plugins

    IntelliJ IDEAWebStormAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogCodota Academy Plugin user guide Terms of usePrivacy policyJava Code IndexJavascript Code Index
Get Codota for your IDE now