mirror of
https://github.com/2006-Scape/Parabot.git
synced 2026-07-03 00:37:55 +00:00
Javadoc + source readability
This commit is contained in:
@@ -12,10 +12,11 @@ import java.io.File;
|
||||
import java.io.IOException;
|
||||
|
||||
/**
|
||||
* Parabot v2
|
||||
* Parabot v2.1
|
||||
*
|
||||
* @author Everel/Parnassian/Clisprail, Paradox, Matt, Dane
|
||||
* @version 2.09
|
||||
* @see <a href="http://www.parabot.org">Homepage</a>.
|
||||
* @version 2.1
|
||||
*/
|
||||
public final class Landing {
|
||||
// forum account
|
||||
|
||||
@@ -94,9 +94,11 @@ public class BotUI extends JFrame implements ActionListener, ComponentListener,
|
||||
stop.addActionListener(this);
|
||||
|
||||
file.add(proxy);
|
||||
if (!OperatingSystem.getOS().equals(OperatingSystem.WINDOWS))
|
||||
|
||||
if (!OperatingSystem.getOS().equals(OperatingSystem.WINDOWS)) {
|
||||
file.add(dialog);
|
||||
|
||||
}
|
||||
|
||||
file.add(exit);
|
||||
|
||||
scripts.add(run);
|
||||
|
||||
Reference in New Issue
Block a user