You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Constants.java 335B

1234567891011121314
  1. /*
  2. * To change this license header, choose License Headers in Project Properties.
  3. * To change this template file, choose Tools | Templates
  4. * and open the template in the editor.
  5. */
  6. package prfourgui;
  7. /**
  8. *
  9. * @author marku
  10. */
  11. public class Constants{
  12. public static final String PREF_KEY_DIR = "PREF_KEY_DIR";
  13. }