Skip to content

Commit 2d49477

Browse files
authored
Update SimpleJavaTextEditor.java
1 parent 08bf159 commit 2d49477

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/simplejavatexteditor/SimpleJavaTextEditor.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ public class SimpleJavaTextEditor extends JTextPane {
3434
* @param args
3535
*/
3636
public static void main(String[] args) {
37-
//UIMANAGER
3837
try {
3938
UIManager.setLookAndFeel ("com.sun.java.swing.plaf.windows.WindowsLookAndFeel");
4039
} catch (ClassNotFoundException | InstantiationException | IllegalAccessException | UnsupportedLookAndFeelException e) {

0 commit comments

Comments
 (0)