D | ExternalExtensionsDialog.java | 71 private JPanel topPanel; field in ExternalExtensionsDialog 119 topPanel = new JPanel(new GridBagLayout()); in uiLayout() 120 topPanel.setBorder(BorderFactory.createEmptyBorder(5, 5, 5, 5)); in uiLayout() 126 …topPanel.add(warningNotice, new GridBagConstraints(0, 0, 1, 1, 1, 0, NORTH, HORIZONTAL, new Insets… in uiLayout() 127 …topPanel.add(warningNotice2, new GridBagConstraints(0, 1, 1, 1, 1, 0, NORTH, HORIZONTAL, new Inset… in uiLayout() 133 …topPanel.add(separator, new GridBagConstraints(0, 2, 1, 1, 1, 1, NORTH, HORIZONTAL, new Insets(0, … in uiLayout() 181 …contentPane.add(topPanel, new GridBagConstraints(0, 0, 1, 1, 1, 0.1, NORTH, BOTH, new Insets(0, 0,… in uiLayout() 248 topPanel.setBackground(new Color(36, 36, 36)); in uiStyle() 249 topPanel.setForeground(new Color(255, 255, 255)); in uiStyle()
|