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

com.pekinsoft.validation.builtin.stringvalidation.resources.ValidHexadecimalNumberValidator.properties Maven / Gradle / Ivy

Go to download

A simple platform on which Java/Swing desktop applications may be built. This updated version has packaged the entire library into a single JAR file. We have also made the following changes: ToolBarGenerator should now create ButtonGroups properly for state actions. ApplicationContext has accessors for the WindowManager, DockingManager, StatusDisplayer, and ProgressHandler implementations. It defaults to testing the Application's MainView and the MainView's StatusBar, then uses the Lookup, if the MainView and its StatusBar do not implement the desired interfaces. StatusMessage now uses the com.pekinsoft.desktop.error.ErrorLevel instead of the java.util.logging.Level, so that the levels will no longer need to be cast in order to be used.

The newest version!
# Copyright (C) 2022 PekinSOFT Systems
#
# 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 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 Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program.  If not, see .
# 
# *****************************************************************************
#  Project    :   Validation_API
#  Class      :   ValidHexadecimalNumberValidator.properties
#  Author     :   Sean Carrick
#  Created    :   Oct 30, 2022
#  Modified   :   Oct 30, 2022
#  
#  Purpose: See class JavaDoc for explanation
#  
#  Revision History:
#  
#  WHEN          BY                   REASON
#  ------------  -------------------  -----------------------------------------
#  Oct 30, 2022  Sean Carrick         Initial creation.
# *****************************************************************************

ODD_LENGTH_HEX=Hexadecimal numbers must have an even number of characters
INVALID_HEX=Invalid hexadecimal character ''%1$s'' in %2$s




© 2015 - 2025 Weber Informatics LLC | Privacy Policy