Horizontal scrollbar fix to close issue 316

This commit is contained in:
lonnen
2010-10-20 21:37:06 +00:00
parent 7fb1eba693
commit 1e8310ca97
3 changed files with 488 additions and 481 deletions
+1 -1
View File
@@ -181,7 +181,7 @@ public class Editor extends JFrame implements RunnerListener {
textarea = new JEditTextArea(new PdeTextAreaDefaults());
textarea.setRightClickPopup(new TextAreaPopup());
textarea.setHorizontalOffset(6);
textarea.setHorizontalOffset(JEditTextArea.leftHandGutter);
// assemble console panel, consisting of status area and the console itself
consolePanel = new JPanel();
+1 -1
View File
@@ -19,7 +19,7 @@ public class WebServer implements HttpConstants {
/* Where worker threads stand idle */
static Vector threads = new Vector();
/* the web server's virtual root */
//static File root;
File diff suppressed because it is too large Load Diff