annotate src/com/lamerman/SelectionMode.java @ 191:2e4ab8c33851
use floating point font size, change size by scaling factor rather than linear addition
author |
Carl Byington <carl@five-ten-sg.com> |
date |
Wed, 02 Jul 2014 16:32:28 -0700 (2014-07-02) |
parents |
0ce5cc452d02 |
children |
|
rev |
line source |
0
|
1 package com.lamerman;
|
|
2
|
|
3 public class SelectionMode {
|
|
4 public static final int MODE_CREATE = 0;
|
|
5
|
|
6 public static final int MODE_OPEN = 1;
|
|
7 }
|