package org.openintents.plaphoons; import org.openintents.plaphoons.sample.R; /* * Projecte Fressa a JAVA * Global.java * Created on 10 / desembre / 2008, 09:48 * * @author Jordi Lagares Roset "jlagares@xtec.cat - www.lagares.org" * amb el suport del Departament d'Educacio de la Generalitat de Catalunya * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details (see the LICENSE file). */ public class Global { // * 13 versi� PDA public static boolean NoEsPDA = true; public static int MaximDeCaselles = 21; // public static boolean NoEsPDA = false; // public static int MaximDeCaselles = 4; public static int EsWindowsLookAndFeel = 0; public Global() { } }