All Downloads are FREE. Search and download functionalities are using the official Maven repository.

jaxx.demo.validation.ui.DemoUI.css Maven / Gradle / Ivy

/*
 * #%L
 * JAXX :: Demo
 * 
 * $Id: DemoUI.css 2225 2011-02-19 20:15:00Z tchemit $
 * $HeadURL: http://svn.nuiton.org/svn/jaxx/tags/jaxx-2.4.1/jaxx-tutorial-validation/src/main/java/jaxx/demo/validation/ui/DemoUI.css $
 * %%
 * Copyright (C) 2008 - 2010 CodeLutin
 * %%
 * This program is free software: you can redistribute it and/or modify
 * it under the terms of the GNU Lesser General Public License as 
 * published by the Free Software Foundation, either version 3 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 Lesser Public License for more details.
 * 
 * You should have received a copy of the GNU General Lesser Public 
 * License along with this program.  If not, see
 * .
 * #L%
 */

JToolBar {
    borderPainted:false;
    floatable:false;
    opaque:false;
}

#mainFrame {
    title:"JAXX Demo";
    iconImage:{jaxx.runtime.SwingUtil.createIcon(getConfig().getOption("application.icon.path")).getImage()};
    undecorated:{getConfig().isFullScreen()};
}

#menu {
    _help:{"ui.main.menu"};
}

#menuFile {
    text:"jaxxdemo.menu.file";
    mnemonic:F;
    _help:{"ui.main.menu.file"};
}

#menuFileConfiguration {
    text:"jaxxdemo.action.configuration";
    toolTipText:"jaxxdemo.action.configuration.tip";
    actionIcon:"config";
    mnemonic:C;
    _help:{"ui.main.menu.file.configuration"};
}

#menuFileLanguage {
    text:"jaxxdemo.menu.file.locale";
    toolTipText:"jaxxdemo.menu.file.locale";
    actionIcon:"translate";
    mnemonic:C;
    _help:{"ui.main.menu.file.locale"};
}


#menuFileLanguageFR {
    text:"jaxxdemo.action.locale.fr";
    toolTipText:"jaxxdemo.action.locale.fr.tip";
    actionIcon:"i18n-fr";
    enabled:{!acceptLocale(getConfig().getLocale(), "fr_FR")};
    mnemonic:F;
    _help:{"ui.main.menu.file.locale.fr"};
}

#menuFileLanguageUK {
    text:"jaxxdemo.action.locale.uk";
    toolTipText:"jaxxdemo.action.locale.uk.tip";
    actionIcon:"i18n-uk";
    enabled:{!acceptLocale(getConfig().getLocale(), "en_GB")};
    mnemonic:U;
    _help:{"ui.main.menu.file.locale.uk"};
}

#menuFileFullscreen {
    text:"jaxxdemo.action.fullscreen";
    toolTipText:"jaxxdemo.action.fullscreen.tip";
    actionIcon:"fullscreen";
    mnemonic:P;
    visible:{!isUndecorated()};
    _help:{"ui.main.menu.file.fullscreen"};
}

#menuFileNormalscreen {
    text:"jaxxdemo.action.normalscreen";
    toolTipText:"jaxxdemo.action.normalscreen.tip";
    actionIcon:"leave-fullscreen";
    mnemonic:N;
    visible:{isUndecorated()};
_help:{"ui.main.menu.file.leave-fullscreen"};
}

#menuFileExit {
    text:"jaxxdemo.action.exit";
    toolTipText:"jaxxdemo.action.exit.tip";
    actionIcon:"exit";
    mnemonic:X;
    _help:{"ui.main.menu.file.exit"};
}

#menuHelp {
    text:"jaxxdemo.menu.help";
    mnemonic:e;
    _help:{"ui.main.menu.help"};
}

#menuHelpHelp {
    text:"jaxxdemo.action.help";
    toolTipText:"jaxxdemo.action.help.tip";
    actionIcon:"help";
    mnemonic:e;
    _help:{"ui.main.menu.help.help"};
}

#menuHelpSite {
    text:"jaxxdemo.action.site";
    toolTipText:"jaxxdemo.action.site.tip";
    actionIcon:"site";
    mnemonic:s;
    _help:{"ui.main.menu.help.site"};
}

#menuHelpAbout {
    text:"jaxxdemo.action.about";
    toolTipText:"jaxxdemo.action.about.tip";
    actionIcon:"about";
    mnemonic:A;
    _help:{"ui.main.menu.help.about"};
}

#showHelp {
    toolTipText:"jaxxdemo.action.showHelp.tip";
    actionIcon:"show-help";
    borderPainted:false;
    visible:true;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy