Skip to content

Commit

Permalink
fixed back unnecessary import in demo file
Browse files Browse the repository at this point in the history
  • Loading branch information
Mino260806 committed Jul 29, 2023
1 parent 2787db0 commit 119799d
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,11 @@
//import javax.swing.text.StyleConstants;

import org.fife.ui.rsyntaxtextarea.*;
import org.fife.ui.rtextarea.*;
import org.fife.ui.rtextarea.FoldIndicatorStyle;
import org.fife.ui.rtextarea.Gutter;
import org.fife.ui.rtextarea.RTextScrollPane;
import org.fife.ui.rtextarea.LineNumberFormatter;
import org.fife.ui.rtextarea.LineNumberList;


/**
Expand Down

0 comments on commit 119799d

Please sign in to comment.