🡄 Previous

Next 🡆

Contents > Applications > TetrominoScript Editor

Run

To run TSE from the command-line, enter the following.

java -cp target/tetromino-computer.jar tetrominocomputer.tse.app.TetrominoScriptEditor -m [ font size multiplier ]

Since TSE renders components based on pixels, text may appear small on high DPI displays. To compensate, it accepts an optional font size multiplier in the range 0.5–4.0 that defaults to:

java -cp target/tetromino-computer.jar tetrominocomputer.tse.app.TetrominoScriptEditor -m 1.0

🡄 Previous

Next 🡆