MCPcopy Create free account
hub / github.com/GateNLP/gate-core / componentResized

Method componentResized

src/main/java/gate/swing/JFontChooser.java:92–95  ·  view source on GitHub ↗
(ComponentEvent e)

Source from the content-addressed store, hash-verified

90 dialog.pack();
91 fontChooser.addComponentListener(new ComponentAdapter() {
92 @Override
93 public void componentResized(ComponentEvent e) {
94 dialog.pack();
95 }
96 });
97 okBtn.addActionListener(new ActionListener() {
98 @Override

Callers

nothing calls this directly

Calls 1

packMethod · 0.45

Tested by

no test coverage detected