MCPcopy Create free account
hub / github.com/ViaVersion/ViaProxy / UITab

Method UITab

src/main/java/net/raphimc/viaproxy/ui/UITab.java:28–35  ·  view source on GitHub ↗
(final ViaProxyWindow viaProxyWindow, final String name)

Source from the content-addressed store, hash-verified

26 protected final JPanel contentPane;
27
28 public UITab(final ViaProxyWindow viaProxyWindow, final String name) {
29 this.viaProxyWindow = viaProxyWindow;
30 this.name = I18n.get("tab." + name + ".name");
31 this.contentPane = new JPanel();
32
33 this.contentPane.setLayout(null);
34 this.init(this.contentPane);
35 }
36
37 public String getName() {
38 return this.name;

Callers

nothing calls this directly

Calls 2

getMethod · 0.95
initMethod · 0.95

Tested by

no test coverage detected