mirror of
https://github.com/ViaVersion/ViaProxy.git
synced 2024-11-21 11:45:16 +01:00
Changed label text
This commit is contained in:
parent
adfea254df
commit
b2c7907003
@ -142,8 +142,8 @@ public class ViaProxyUI extends JFrame {
|
|||||||
this.contentPane.add(this.bindPort);
|
this.contentPane.add(this.bindPort);
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
JLabel authMethodLabel = new JLabel("Auth Method:");
|
JLabel authMethodLabel = new JLabel("Server Online Mode Auth Method:");
|
||||||
authMethodLabel.setBounds(10, 200, 100, 20);
|
authMethodLabel.setBounds(10, 200, 250, 20);
|
||||||
this.contentPane.add(authMethodLabel);
|
this.contentPane.add(authMethodLabel);
|
||||||
|
|
||||||
this.authMethod = new JComboBox<>(new String[]{"OpenAuthMod"});
|
this.authMethod = new JComboBox<>(new String[]{"OpenAuthMod"});
|
||||||
|
Loading…
Reference in New Issue
Block a user