Delete Help.java
This commit is contained in:
parent
74dd97fc44
commit
0c0d5ffc53
@ -1,15 +0,0 @@
|
||||
package lsystem.screen;
|
||||
|
||||
import javax.swing.*;
|
||||
|
||||
public class Help {
|
||||
public Help(JTabbedPane tabs){
|
||||
JPanel helpTab = new JPanel();
|
||||
JTextArea helpText = new JTextArea();
|
||||
helpText.setText(Constants.HELP);
|
||||
helpText.setEditable(false);
|
||||
helpTab.add(helpText);
|
||||
tabs.addTab("Aide",(new JScrollPane(helpTab)));
|
||||
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user