From: <tri...@us...> - 2007-08-22 10:34:22
|
Revision: 14 http://staticwiki.svn.sourceforge.net/staticwiki/?rev=14&view=rev Author: triathlon98 Date: 2007-08-22 03:34:20 -0700 (Wed, 22 Aug 2007) Log Message: ----------- simple editor to allow getting previews of the wiki formatting Modified Paths: -------------- trunk/staticwiki-editor/src/main/java/org/staticwiki/editor/Editor.java Modified: trunk/staticwiki-editor/src/main/java/org/staticwiki/editor/Editor.java =================================================================== --- trunk/staticwiki-editor/src/main/java/org/staticwiki/editor/Editor.java 2007-08-22 10:34:00 UTC (rev 13) +++ trunk/staticwiki-editor/src/main/java/org/staticwiki/editor/Editor.java 2007-08-22 10:34:20 UTC (rev 14) @@ -198,8 +198,6 @@ private JComponent getContentPanel() { - ScrollPane sp; - tabPanel.addTab( "wiki", new JScrollPane(wiki, JScrollPane.VERTICAL_SCROLLBAR_AS_NEEDED, JScrollPane.HORIZONTAL_SCROLLBAR_NEVER ) ); wiki.setLineWrap( true ); wiki.setWrapStyleWord( true ); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |