-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Clean up standard/swing library by deprecating/moving code examples
Deprecate scala/xml/include/sax/Main.scala. Move scala/swing/test/* to docs/examples. Saves 160KB in scala-swing.jar. Fixes SI-4627.
- Loading branch information
Showing
21 changed files
with
18 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 1 addition & 2 deletions
3
src/swing/scala/swing/test/ButtonApp.scala → docs/examples/swing/ButtonApp.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
package scala.swing | ||
package test | ||
package examples.swing | ||
|
||
import java.awt.Dimension | ||
|
||
|
3 changes: 1 addition & 2 deletions
3
...g/scala/swing/test/CelsiusConverter.scala → docs/examples/swing/CelsiusConverter.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
package scala.swing | ||
package test | ||
package examples.swing | ||
|
||
import swing._ | ||
import event._ | ||
|
3 changes: 1 addition & 2 deletions
3
.../scala/swing/test/CelsiusConverter2.scala → docs/examples/swing/CelsiusConverter2.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
package scala.swing | ||
package test | ||
package examples.swing | ||
|
||
import swing._ | ||
import event._ | ||
|
3 changes: 1 addition & 2 deletions
3
src/swing/scala/swing/test/ComboBoxes.scala → docs/examples/swing/ComboBoxes.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
package scala.swing | ||
package test | ||
package examples.swing | ||
|
||
import swing._ | ||
import event._ | ||
|
3 changes: 1 addition & 2 deletions
3
src/swing/scala/swing/test/CountButton.scala → docs/examples/swing/CountButton.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
package scala.swing | ||
package test | ||
package examples.swing | ||
|
||
import scala.swing._ | ||
import scala.swing.event._ | ||
|
3 changes: 1 addition & 2 deletions
3
src/swing/scala/swing/test/Dialogs.scala → docs/examples/swing/Dialogs.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
package scala.swing | ||
package test | ||
package examples.swing | ||
|
||
import swing._ | ||
import swing.event._ | ||
|
3 changes: 1 addition & 2 deletions
3
src/swing/scala/swing/test/GridBagDemo.scala → docs/examples/swing/GridBagDemo.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
package scala.swing | ||
package test | ||
package examples.swing | ||
|
||
import swing._ | ||
import swing.event._ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 1 addition & 2 deletions
3
src/swing/scala/swing/test/LabelTest.scala → docs/examples/swing/LabelTest.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
package scala.swing | ||
package test | ||
package examples.swing | ||
|
||
import scala.swing._ | ||
import scala.swing.event._ | ||
|
3 changes: 1 addition & 2 deletions
3
...swing/scala/swing/test/LinePainting.scala → docs/examples/swing/LinePainting.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 1 addition & 2 deletions
3
...swing/scala/swing/test/ListViewDemo.scala → docs/examples/swing/ListViewDemo.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 1 addition & 2 deletions
3
...swing/scala/swing/test/SimpleApplet.scala → docs/examples/swing/SimpleApplet.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
package scala.swing | ||
package test | ||
package examples.swing | ||
|
||
import event._ | ||
|
||
|
3 changes: 1 addition & 2 deletions
3
src/swing/scala/swing/test/SwingApp.scala → docs/examples/swing/SwingApp.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
package scala.swing | ||
package test | ||
package examples.swing | ||
|
||
import swing._ | ||
import swing.event._ | ||
|
3 changes: 1 addition & 2 deletions
3
...ing/scala/swing/test/TableSelection.scala → docs/examples/swing/TableSelection.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
package scala.swing | ||
package test | ||
package examples.swing | ||
|
||
import java.awt.Dimension | ||
import swing.event._ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters