MCPcopy Create free account
hub / github.com/bobbylight/RText / addLeftAligned

Method addLeftAligned

src/main/java/org/fife/rtext/AboutDialog.java:139–144  ·  view source on GitHub ↗
(Component toAdd, Container addTo)

Source from the content-addressed store, hash-verified

137
138
139 private void addLeftAligned(Component toAdd, Container addTo) {
140 JPanel temp = new JPanel(new BorderLayout());
141 temp.setOpaque(false); // For ones on white background.
142 temp.add(toAdd, BorderLayout.LINE_START);
143 addTo.add(temp);
144 }
145
146
147 private String getMemoryInfo() {

Callers 13

AboutDialogMethod · 0.95
createGeneralPanelMethod · 0.45
createFoldAreaPanelMethod · 0.45
createHighlightsPanelMethod · 0.45
createSyntaxPanelMethod · 0.45
createGeneralPanelMethod · 0.45
createOtherPanelMethod · 0.45
createTabPanelMethod · 0.45
SpellingOptionPanelMethod · 0.45

Calls 1

addMethod · 0.80

Tested by

no test coverage detected