Misc. changes to weather info display.
This commit is contained in:
parent
65c1263cbf
commit
760a2074e5
6 changed files with 621 additions and 257 deletions
374
mobibot.ipr
374
mobibot.ipr
|
@ -50,13 +50,19 @@
|
|||
<recentsearches />
|
||||
</BSFConsoleSearchOptions>
|
||||
</component>
|
||||
<component name="BuildJarProjectSettings">
|
||||
<option name="BUILD_JARS_ON_MAKE" value="false" />
|
||||
</component>
|
||||
<component name="CodeStyleProjectProfileManger">
|
||||
<option name="PROJECT_PROFILE" />
|
||||
<option name="USE_PROJECT_LEVEL_SETTINGS" value="false" />
|
||||
</component>
|
||||
<component name="CodeStyleSettingsManager">
|
||||
<option name="PER_PROJECT_SETTINGS" />
|
||||
<option name="USE_PER_PROJECT_SETTINGS" value="false" />
|
||||
</component>
|
||||
<component name="CompilerConfiguration">
|
||||
<option name="DEFAULT_COMPILER" value="Javac" />
|
||||
<option name="CLEAR_OUTPUT_DIRECTORY" value="false" />
|
||||
<option name="DEPLOY_AFTER_MAKE" value="0" />
|
||||
<resourceExtensions>
|
||||
<entry name=".+\.(properties|xml|html|dtd|tld)" />
|
||||
|
@ -80,6 +86,20 @@
|
|||
<option name="myForwardDirection" value="false" />
|
||||
</component>
|
||||
<component name="DependencyValidationManager" />
|
||||
<component name="EclipseCompilerSettings">
|
||||
<option name="DEBUGGING_INFO" value="true" />
|
||||
<option name="GENERATE_NO_WARNINGS" value="true" />
|
||||
<option name="DEPRECATION" value="false" />
|
||||
<option name="ADDITIONAL_OPTIONS_STRING" value="" />
|
||||
<option name="MAXIMUM_HEAP_SIZE" value="128" />
|
||||
</component>
|
||||
<component name="EclipseEmbeddedCompilerSettings">
|
||||
<option name="DEBUGGING_INFO" value="true" />
|
||||
<option name="GENERATE_NO_WARNINGS" value="true" />
|
||||
<option name="DEPRECATION" value="false" />
|
||||
<option name="ADDITIONAL_OPTIONS_STRING" value="" />
|
||||
<option name="MAXIMUM_HEAP_SIZE" value="128" />
|
||||
</component>
|
||||
<component name="EntryPointsManager">
|
||||
<entry_points />
|
||||
</component>
|
||||
|
@ -89,6 +109,279 @@
|
|||
<option name="OUTPUT_DIRECTORY" />
|
||||
</component>
|
||||
<component name="GUI Designer component loader factory" />
|
||||
<component name="IdProvider" IDEtalkID="ADF4C98C99466E4EF52C8D21B83FF938" />
|
||||
<component name="InspectionProjectProfileManager">
|
||||
<option name="PROJECT_PROFILE" value="Project Default" />
|
||||
<option name="USE_PROJECT_LEVEL_SETTINGS" value="false" />
|
||||
<scopes />
|
||||
<profiles>
|
||||
<profile version="1.0" is_locked="false">
|
||||
<option name="myName" value="Project Default" />
|
||||
<option name="myLocal" value="false" />
|
||||
<used_levels>
|
||||
<error>
|
||||
<option name="myName" value="ERROR" />
|
||||
<option name="myVal" value="400" />
|
||||
</error>
|
||||
<warning>
|
||||
<option name="myName" value="WARNING" />
|
||||
<option name="myVal" value="300" />
|
||||
</warning>
|
||||
<information>
|
||||
<option name="myName" value="INFO" />
|
||||
<option name="myVal" value="200" />
|
||||
</information>
|
||||
<server>
|
||||
<option name="myName" value="SERVER PROBLEM" />
|
||||
<option name="myVal" value="100" />
|
||||
</server>
|
||||
</used_levels>
|
||||
<inspection_tool class="UnusedDeclaration" level="WARNING" enabled="false">
|
||||
<option name="ADD_MAINS_TO_ENTRIES" value="true" />
|
||||
<option name="ADD_JUNIT_TO_ENTRIES" value="true" />
|
||||
<option name="ADD_EJB_TO_ENTRIES" value="true" />
|
||||
<option name="ADD_APPLET_TO_ENTRIES" value="true" />
|
||||
<option name="ADD_SERVLET_TO_ENTRIES" value="true" />
|
||||
<option name="ADD_NONJAVA_TO_ENTRIES" value="true" />
|
||||
</inspection_tool>
|
||||
<inspection_tool class="WeakerAccess" level="WARNING" enabled="false">
|
||||
<option name="SUGGEST_PACKAGE_LOCAL_FOR_MEMBERS" value="true" />
|
||||
<option name="SUGGEST_PACKAGE_LOCAL_FOR_TOP_CLASSES" value="true" />
|
||||
<option name="SUGGEST_PRIVATE_FOR_INNERS" value="false" />
|
||||
</inspection_tool>
|
||||
<inspection_tool class="EqualsAndHashcode" level="WARNING" enabled="true" />
|
||||
<inspection_tool class="LocalCanBeFinal" level="WARNING" enabled="true">
|
||||
<option name="REPORT_VARIABLES" value="true" />
|
||||
<option name="REPORT_PARAMETERS" value="true" />
|
||||
</inspection_tool>
|
||||
<inspection_tool class="ClassReferencesSubclass" level="WARNING" enabled="true" />
|
||||
<inspection_tool class="DeclareCollectionAsInterface" level="WARNING" enabled="true">
|
||||
<option name="ignoreLocalVariables" value="false" />
|
||||
<option name="ignorePrivateMethodsAndFields" value="false" />
|
||||
</inspection_tool>
|
||||
<inspection_tool class="InstanceofInterfaces" level="WARNING" enabled="true" />
|
||||
<inspection_tool class="InstanceofThis" level="WARNING" enabled="true" />
|
||||
<inspection_tool class="AbstractClassExtendsConcreteClass" level="WARNING" enabled="true" />
|
||||
<inspection_tool class="AbstractClassWithoutAbstractMethods" level="WARNING" enabled="true" />
|
||||
<inspection_tool class="AbstractMethodOverridesAbstractMethod" level="WARNING" enabled="true" />
|
||||
<inspection_tool class="AbstractMethodOverridesConcreteMethod" level="WARNING" enabled="true" />
|
||||
<inspection_tool class="ClassMayBeInterface" level="WARNING" enabled="true" />
|
||||
<inspection_tool class="ClassNameDiffersFromFileName" level="WARNING" enabled="true" />
|
||||
<inspection_tool class="ClassInTopLevelPackage" level="WARNING" enabled="true" />
|
||||
<inspection_tool class="ConstantDeclaredInAbstractClass" level="WARNING" enabled="true" />
|
||||
<inspection_tool class="ConstantDeclaredInInterface" level="WARNING" enabled="true" />
|
||||
<inspection_tool class="EmptyClass" level="WARNING" enabled="true" />
|
||||
<inspection_tool class="FinalClass" level="WARNING" enabled="true" />
|
||||
<inspection_tool class="FinalMethodInFinalClass" level="WARNING" enabled="true" />
|
||||
<inspection_tool class="InnerClassOnInterface" level="WARNING" enabled="true">
|
||||
<option name="m_ignoreInnerInterfaces" value="false" />
|
||||
</inspection_tool>
|
||||
<inspection_tool class="MarkerInterface" level="WARNING" enabled="true" />
|
||||
<inspection_tool class="MultipleTopLevelClassesInFile" level="WARNING" enabled="true" />
|
||||
<inspection_tool class="NoopMethodInAbstractClass" level="WARNING" enabled="true" />
|
||||
<inspection_tool class="ProtectedMemberInFinalClass" level="WARNING" enabled="true" />
|
||||
<inspection_tool class="Singleton" level="WARNING" enabled="true" />
|
||||
<inspection_tool class="StaticInheritance" level="WARNING" enabled="true" />
|
||||
<inspection_tool class="StaticNonFinalField" level="WARNING" enabled="true" />
|
||||
<inspection_tool class="UtilityClassWithoutPrivateConstructor" level="WARNING" enabled="true">
|
||||
<option name="ignoreClassesWithOnlyMain" value="false" />
|
||||
</inspection_tool>
|
||||
<inspection_tool class="ObsoleteCollection" level="WARNING" enabled="true" />
|
||||
<inspection_tool class="SystemOutErr" level="WARNING" enabled="true" />
|
||||
<inspection_tool class="CStyleArrayDeclaration" level="WARNING" enabled="true" />
|
||||
<inspection_tool class="LiteralAsArgToStringEquals" level="WARNING" enabled="true" />
|
||||
<inspection_tool class="MissortedModifiers" level="WARNING" enabled="true">
|
||||
<option name="m_requireAnnotationsFirst" value="true" />
|
||||
</inspection_tool>
|
||||
<inspection_tool class="MultipleDeclaration" level="WARNING" enabled="true" />
|
||||
<inspection_tool class="ReturnThis" level="WARNING" enabled="true" />
|
||||
<inspection_tool class="UnnecessarilyQualifiedStaticUsage" level="WARNING" enabled="true">
|
||||
<option name="m_ignoreStaticFieldAccesses" value="false" />
|
||||
<option name="m_ignoreStaticMethodCalls" value="false" />
|
||||
<option name="m_ignoreStaticAccessFromStaticContext" value="false" />
|
||||
</inspection_tool>
|
||||
<inspection_tool class="MultipleTypedDeclaration" level="WARNING" enabled="true" />
|
||||
<inspection_tool class="AssignmentToCollectionFieldFromParameter" level="WARNING" enabled="true">
|
||||
<option name="ignorePrivateMethods" value="true" />
|
||||
</inspection_tool>
|
||||
<inspection_tool class="PackageVisibleField" level="WARNING" enabled="true" />
|
||||
<inspection_tool class="PackageVisibleInnerClass" level="WARNING" enabled="true" />
|
||||
<inspection_tool class="ProtectedField" level="WARNING" enabled="true" />
|
||||
<inspection_tool class="PublicField" level="WARNING" enabled="true" />
|
||||
<inspection_tool class="ReturnOfCollectionField" level="WARNING" enabled="true">
|
||||
<option name="ignorePrivateMethods" value="true" />
|
||||
</inspection_tool>
|
||||
<inspection_tool class="CheckedExceptionClass" level="WARNING" enabled="true" />
|
||||
<inspection_tool class="EmptyCatchBlockJS" level="WARNING" enabled="true" />
|
||||
<inspection_tool class="EmptyFinallyBlockJS" level="WARNING" enabled="true" />
|
||||
<inspection_tool class="InstanceofCatchParameter" level="WARNING" enabled="true" />
|
||||
<inspection_tool class="ExceptionFromCatchWhichDoesntWrap" level="WARNING" enabled="true">
|
||||
<option name="ignoreGetMessage" value="false" />
|
||||
</inspection_tool>
|
||||
<inspection_tool class="UncheckedExceptionClass" level="WARNING" enabled="true" />
|
||||
<inspection_tool class="AbstractMethodCallInConstructor" level="WARNING" enabled="true" />
|
||||
<inspection_tool class="InstanceVariableInitialization" level="WARNING" enabled="true">
|
||||
<option name="m_ignorePrimitives" value="false" />
|
||||
</inspection_tool>
|
||||
<inspection_tool class="InstanceVariableUninitializedUse" level="WARNING" enabled="true">
|
||||
<option name="m_ignorePrimitives" value="false" />
|
||||
</inspection_tool>
|
||||
<inspection_tool class="StaticVariableInitialization" level="WARNING" enabled="true">
|
||||
<option name="m_ignorePrimitives" value="false" />
|
||||
</inspection_tool>
|
||||
<inspection_tool class="StaticVariableUninitializedUse" level="WARNING" enabled="true">
|
||||
<option name="m_ignorePrimitives" value="false" />
|
||||
</inspection_tool>
|
||||
<inspection_tool class="ConfusingMainMethod" level="WARNING" enabled="true" />
|
||||
<inspection_tool class="ConstantNamingConvention" level="WARNING" enabled="true">
|
||||
<option name="m_regex" value="[A-Z_\d]*" />
|
||||
<option name="m_minLength" value="5" />
|
||||
<option name="m_maxLength" value="32" />
|
||||
</inspection_tool>
|
||||
<inspection_tool class="InterfaceNamingConvention" level="WARNING" enabled="true">
|
||||
<option name="m_regex" value="[A-Z][A-Za-z\d]*" />
|
||||
<option name="m_minLength" value="8" />
|
||||
<option name="m_maxLength" value="64" />
|
||||
</inspection_tool>
|
||||
<inspection_tool class="ParameterNamingConvention" level="WARNING" enabled="true">
|
||||
<option name="m_regex" value="[a-z][A-Za-z\d]*" />
|
||||
<option name="m_minLength" value="1" />
|
||||
<option name="m_maxLength" value="20" />
|
||||
</inspection_tool>
|
||||
<inspection_tool class="NonExceptionNameEndsWithException" level="WARNING" enabled="true" />
|
||||
<inspection_tool class="StandardVariableNames" level="WARNING" enabled="true" />
|
||||
<inspection_tool class="StaticMethodNamingConvention" level="WARNING" enabled="true">
|
||||
<option name="m_regex" value="[a-z][A-Za-z\d]*" />
|
||||
<option name="m_minLength" value="4" />
|
||||
<option name="m_maxLength" value="32" />
|
||||
</inspection_tool>
|
||||
<inspection_tool class="DollarSignInName" level="WARNING" enabled="true" />
|
||||
<inspection_tool class="CollectionsMustHaveInitialCapacity" level="WARNING" enabled="true" />
|
||||
<inspection_tool class="FieldMayBeStatic" level="WARNING" enabled="true" />
|
||||
<inspection_tool class="InnerClassMayBeStatic" level="WARNING" enabled="true" />
|
||||
<inspection_tool class="MethodMayBeStatic" level="WARNING" enabled="true">
|
||||
<option name="m_onlyPrivateOrFinal" value="false" />
|
||||
<option name="m_ignoreEmptyMethods" value="true" />
|
||||
</inspection_tool>
|
||||
<inspection_tool class="MultiplyOrDivideByPowerOfTwo" level="WARNING" enabled="true" />
|
||||
<inspection_tool class="LengthOneStringsInConcatenation" level="WARNING" enabled="true" />
|
||||
<inspection_tool class="StaticCollection" level="WARNING" enabled="true">
|
||||
<option name="m_ignoreWeakCollections" value="false" />
|
||||
</inspection_tool>
|
||||
<inspection_tool class="StringBufferMustHaveInitialCapacity" level="WARNING" enabled="true" />
|
||||
<inspection_tool class="TailRecursionJS" level="WARNING" enabled="true" />
|
||||
<inspection_tool class="JavaLangReflect" level="WARNING" enabled="true" />
|
||||
<inspection_tool class="ZeroLengthArrayInitialization" level="WARNING" enabled="true" />
|
||||
<inspection_tool class="Annotation" level="WARNING" enabled="true" />
|
||||
<inspection_tool class="AnnotationClass" level="WARNING" enabled="true" />
|
||||
<inspection_tool class="AssertStatement" level="WARNING" enabled="true" />
|
||||
<inspection_tool class="EnumClass" level="WARNING" enabled="true" />
|
||||
<inspection_tool class="NativeMethods" level="WARNING" enabled="true" />
|
||||
<inspection_tool class="AssertAsName" level="WARNING" enabled="true" />
|
||||
<inspection_tool class="EnumAsName" level="WARNING" enabled="true" />
|
||||
<inspection_tool class="VarargParameter" level="WARNING" enabled="true" />
|
||||
<inspection_tool class="AssignmentToCatchBlockParameter" level="WARNING" enabled="true" />
|
||||
<inspection_tool class="AssignmentToMethodParameter" level="WARNING" enabled="true">
|
||||
<option name="ignoreTransformationOfOriginalParameter" value="false" />
|
||||
</inspection_tool>
|
||||
<inspection_tool class="BreakStatementWithLabelJS" level="WARNING" enabled="true" />
|
||||
<inspection_tool class="ClassEscapesItsScope" level="WARNING" enabled="true" />
|
||||
<inspection_tool class="ConfusingFloatingPointLiteral" level="WARNING" enabled="true" />
|
||||
<inspection_tool class="ContinueStatementJS" level="WARNING" enabled="true" />
|
||||
<inspection_tool class="ContinueStatementWithLabel" level="WARNING" enabled="true" />
|
||||
<inspection_tool class="SwitchStatementWithConfusingDeclaration" level="WARNING" enabled="true" />
|
||||
<inspection_tool class="LongLiteralsEndingWithLowercaseL" level="WARNING" enabled="true" />
|
||||
<inspection_tool class="MethodNamesDifferOnlyByCase" level="WARNING" enabled="true" />
|
||||
<inspection_tool class="NestedSwitchStatementJS" level="WARNING" enabled="true" />
|
||||
<inspection_tool class="NestedConditionalExpressionJS" level="WARNING" enabled="true" />
|
||||
<inspection_tool class="CastThatLosesPrecision" level="WARNING" enabled="true" />
|
||||
<inspection_tool class="RefusedBequest" level="WARNING" enabled="true">
|
||||
<option name="ignoreEmptySuperMethods" value="false" />
|
||||
</inspection_tool>
|
||||
<inspection_tool class="IncrementDecrementUsedAsExpression" level="WARNING" enabled="true" />
|
||||
<inspection_tool class="AssignmentUsedAsCondition" level="WARNING" enabled="true" />
|
||||
<inspection_tool class="MisspelledCompareTo" level="WARNING" enabled="true" />
|
||||
<inspection_tool class="DefaultNotLastCaseInSwitchJS" level="WARNING" enabled="true" />
|
||||
<inspection_tool class="FallthruInSwitchStatement" level="WARNING" enabled="true" />
|
||||
<inspection_tool class="FloatingPointEquality" level="WARNING" enabled="true" />
|
||||
<inspection_tool class="MisspelledHashcode" level="WARNING" enabled="true" />
|
||||
<inspection_tool class="IntegerDivisionInFloatingPointContext" level="WARNING" enabled="true" />
|
||||
<inspection_tool class="CompareToUsesNonFinalVariable" level="WARNING" enabled="true" />
|
||||
<inspection_tool class="EqualsUsesNonFinalVariable" level="WARNING" enabled="true" />
|
||||
<inspection_tool class="HashCodeUsesNonFinalVariable" level="WARNING" enabled="true" />
|
||||
<inspection_tool class="OctalAndDecimalIntegersMixed" level="WARNING" enabled="true" />
|
||||
<inspection_tool class="SubtractionInCompareTo" level="WARNING" enabled="true" />
|
||||
<inspection_tool class="SwitchStatementsWithoutDefault" level="WARNING" enabled="true">
|
||||
<option name="m_ignoreFullyCoveredEnums" value="true" />
|
||||
</inspection_tool>
|
||||
<inspection_tool class="TextLabelInSwitchStatement" level="WARNING" enabled="true" />
|
||||
<inspection_tool class="NonStaticInnerClassInSecureContext" level="WARNING" enabled="true" />
|
||||
<inspection_tool class="NonSerializableWithSerializationMethods" level="WARNING" enabled="true" />
|
||||
<inspection_tool class="ReadObjectAndWriteObjectPrivate" level="WARNING" enabled="true" />
|
||||
<inspection_tool class="ReadResolveAndWriteReplaceProtected" level="WARNING" enabled="true" />
|
||||
<inspection_tool class="SerializableWithUnconstructableAncestor" level="WARNING" enabled="true" />
|
||||
<inspection_tool class="TransientFieldInNonSerializableClass" level="WARNING" enabled="true" />
|
||||
<inspection_tool class="BusyWait" level="WARNING" enabled="true" />
|
||||
<inspection_tool class="DoubleCheckedLocking" level="WARNING" enabled="true" />
|
||||
<inspection_tool class="EmptySynchronizedStatement" level="WARNING" enabled="true" />
|
||||
<inspection_tool class="FieldAccessedSynchronizedAndUnsynchronized" level="WARNING" enabled="true">
|
||||
<option name="countGettersAndSetters" value="false" />
|
||||
</inspection_tool>
|
||||
<inspection_tool class="NestedSynchronizedStatement" level="WARNING" enabled="true" />
|
||||
<inspection_tool class="PublicFieldAccessedInSynchronizedContext" level="WARNING" enabled="true" />
|
||||
<inspection_tool class="NonSynchronizedMethodOverridesSynchronizedMethod" level="WARNING" enabled="true" />
|
||||
<inspection_tool class="SynchronizeOnThis" level="WARNING" enabled="true" />
|
||||
<inspection_tool class="WaitNotInLoop" level="WARNING" enabled="true" />
|
||||
<inspection_tool class="ForLoopReplaceableByWhile" level="WARNING" enabled="true">
|
||||
<option name="m_ignoreLoopsWithoutConditions" value="false" />
|
||||
</inspection_tool>
|
||||
<inspection_tool class="UnnecessaryFinalOnParameter" level="WARNING" enabled="true" />
|
||||
<inspection_tool class="UnnecessaryThis" level="WARNING" enabled="true" />
|
||||
<inspection_tool class="UnnecessaryFullyQualifiedName" level="WARNING" enabled="true">
|
||||
<option name="m_ignoreJavadoc" value="false" />
|
||||
</inspection_tool>
|
||||
<inspection_tool class="UnnecessaryInterfaceModifier" level="WARNING" enabled="true" />
|
||||
<inspection_tool class="UnnecessarySemicolon" level="WARNING" enabled="false" />
|
||||
<inspection_tool class="FieldHidesSuperclassField" level="WARNING" enabled="true">
|
||||
<option name="m_ignoreInvisibleFields" value="true" />
|
||||
</inspection_tool>
|
||||
<inspection_tool class="InnerClassVariableHidesOuterClassVariable" level="WARNING" enabled="true">
|
||||
<option name="m_ignoreInvisibleFields" value="true" />
|
||||
</inspection_tool>
|
||||
<inspection_tool class="LocalVariableHidingMemberVariable" level="WARNING" enabled="true">
|
||||
<option name="m_ignoreInvisibleFields" value="true" />
|
||||
<option name="m_ignoreStaticMethods" value="true" />
|
||||
</inspection_tool>
|
||||
<inspection_tool class="MethodOverloadsParentMethod" level="WARNING" enabled="true" />
|
||||
<inspection_tool class="MethodOverridesPrivateMethod" level="WARNING" enabled="true" />
|
||||
<inspection_tool class="MethodOverridesStaticMethod" level="WARNING" enabled="true" />
|
||||
<inspection_tool class="ParameterHidingMemberVariable" level="WARNING" enabled="true">
|
||||
<option name="m_ignoreInvisibleFields" value="true" />
|
||||
<option name="m_ignoreStaticMethodParametersHidingInstanceFields" value="false" />
|
||||
<option name="m_ignoreForConstructors" value="false" />
|
||||
<option name="m_ignoreForPropertySetters" value="false" />
|
||||
<option name="m_ignoreForAbstractMethods" value="false" />
|
||||
</inspection_tool>
|
||||
<inspection_tool class="SimplifiableIfStatement" level="WARNING" enabled="false" />
|
||||
<inspection_tool class="ClassWithMultipleLoggers" level="WARNING" enabled="true">
|
||||
<option name="loggerClassName" value="java.util.logging.Logger" />
|
||||
</inspection_tool>
|
||||
<inspection_tool class="NonStaticFinalLogger" level="WARNING" enabled="true">
|
||||
<option name="loggerClassName" value="java.util.logging.Logger" />
|
||||
</inspection_tool>
|
||||
<inspection_tool class="IOResource" level="WARNING" enabled="true" />
|
||||
<inspection_tool class="ChannelResource" level="WARNING" enabled="true" />
|
||||
<inspection_tool class="JDBCResource" level="WARNING" enabled="true" />
|
||||
<inspection_tool class="SocketResource" level="WARNING" enabled="true" />
|
||||
<inspection_tool class="UnusedImport" level="WARNING" enabled="true" />
|
||||
<inspection_tool class="FieldNotUsedInToString" level="WARNING" enabled="true" />
|
||||
<inspection_tool class="IndexOfReplaceableByContains" level="WARNING" enabled="true" />
|
||||
<inspection_tool class="JUnitTestNG" level="WARNING" enabled="true" />
|
||||
<inspection_tool class="UNCHECKED_WARNING" level="WARNING" enabled="false" />
|
||||
<inspection_tool class="AutoBoxing" level="WARNING" enabled="true" />
|
||||
</profile>
|
||||
</profiles>
|
||||
</component>
|
||||
<component name="JavacSettings">
|
||||
<option name="DEBUGGING_INFO" value="true" />
|
||||
<option name="GENERATE_NO_WARNINGS" value="false" />
|
||||
|
@ -110,6 +403,7 @@
|
|||
<option name="OPTION_DEPRECATED_LIST" value="true" />
|
||||
<option name="OTHER_OPTIONS" />
|
||||
<option name="HEAP_SIZE" />
|
||||
<option name="LOCALE" />
|
||||
<option name="OPEN_IN_BROWSER" value="true" />
|
||||
</component>
|
||||
<component name="JikesSettings">
|
||||
|
@ -120,6 +414,12 @@
|
|||
<option name="IS_EMACS_ERRORS_MODE" value="true" />
|
||||
<option name="ADDITIONAL_OPTIONS_STRING" value="" />
|
||||
</component>
|
||||
<component name="LogConsolePreferences">
|
||||
<option name="FILTER_ERRORS" value="false" />
|
||||
<option name="FILTER_WARNINGS" value="false" />
|
||||
<option name="FILTER_INFO" value="true" />
|
||||
<option name="CUSTOM_FILTER" />
|
||||
</component>
|
||||
<component name="PEExternalization">
|
||||
<option name="IGNORE_METHOD_NAMES" value="" />
|
||||
<option name="IGNORE_METHOD_NAMES_ENABLED" value="false" />
|
||||
|
@ -145,106 +445,123 @@
|
|||
</component>
|
||||
<component name="Palette2">
|
||||
<group name="Swing">
|
||||
<item class="com.intellij.uiDesigner.HSpacer" tooltip-text="Horizontal Spacer" icon="/com/intellij/uiDesigner/icons/hspacer.png" removable="false">
|
||||
<item class="com.intellij.uiDesigner.HSpacer" tooltip-text="Horizontal Spacer" icon="/com/intellij/uiDesigner/icons/hspacer.png" removable="false" auto-create-binding="false" can-attach-label="false">
|
||||
<default-constraints vsize-policy="1" hsize-policy="6" anchor="0" fill="1" />
|
||||
</item>
|
||||
<item class="com.intellij.uiDesigner.VSpacer" tooltip-text="Vertical Spacer" icon="/com/intellij/uiDesigner/icons/vspacer.png" removable="false">
|
||||
<item class="com.intellij.uiDesigner.VSpacer" tooltip-text="Vertical Spacer" icon="/com/intellij/uiDesigner/icons/vspacer.png" removable="false" auto-create-binding="false" can-attach-label="false">
|
||||
<default-constraints vsize-policy="6" hsize-policy="1" anchor="0" fill="2" />
|
||||
</item>
|
||||
<item class="javax.swing.JPanel" icon="/com/intellij/uiDesigner/icons/panel.png" removable="false">
|
||||
<item class="javax.swing.JPanel" icon="/com/intellij/uiDesigner/icons/panel.png" removable="false" auto-create-binding="false" can-attach-label="false">
|
||||
<default-constraints vsize-policy="3" hsize-policy="3" anchor="0" fill="3" />
|
||||
</item>
|
||||
<item class="javax.swing.JScrollPane" icon="/com/intellij/uiDesigner/icons/scrollPane.png" removable="false">
|
||||
<item class="javax.swing.JScrollPane" icon="/com/intellij/uiDesigner/icons/scrollPane.png" removable="false" auto-create-binding="false" can-attach-label="true">
|
||||
<default-constraints vsize-policy="7" hsize-policy="7" anchor="0" fill="3" />
|
||||
</item>
|
||||
<item class="javax.swing.JButton" icon="/com/intellij/uiDesigner/icons/button.png" removable="false">
|
||||
<item class="javax.swing.JButton" icon="/com/intellij/uiDesigner/icons/button.png" removable="false" auto-create-binding="true" can-attach-label="false">
|
||||
<default-constraints vsize-policy="0" hsize-policy="3" anchor="0" fill="1" />
|
||||
<initial-values>
|
||||
<property name="text" value="Button" />
|
||||
</initial-values>
|
||||
</item>
|
||||
<item class="javax.swing.JRadioButton" icon="/com/intellij/uiDesigner/icons/radioButton.png" removable="false">
|
||||
<item class="javax.swing.JRadioButton" icon="/com/intellij/uiDesigner/icons/radioButton.png" removable="false" auto-create-binding="true" can-attach-label="false">
|
||||
<default-constraints vsize-policy="0" hsize-policy="3" anchor="8" fill="0" />
|
||||
<initial-values>
|
||||
<property name="text" value="RadioButton" />
|
||||
</initial-values>
|
||||
</item>
|
||||
<item class="javax.swing.JCheckBox" icon="/com/intellij/uiDesigner/icons/checkBox.png" removable="false">
|
||||
<item class="javax.swing.JCheckBox" icon="/com/intellij/uiDesigner/icons/checkBox.png" removable="false" auto-create-binding="true" can-attach-label="false">
|
||||
<default-constraints vsize-policy="0" hsize-policy="3" anchor="8" fill="0" />
|
||||
<initial-values>
|
||||
<property name="text" value="CheckBox" />
|
||||
</initial-values>
|
||||
</item>
|
||||
<item class="javax.swing.JLabel" icon="/com/intellij/uiDesigner/icons/label.png" removable="false">
|
||||
<item class="javax.swing.JLabel" icon="/com/intellij/uiDesigner/icons/label.png" removable="false" auto-create-binding="false" can-attach-label="false">
|
||||
<default-constraints vsize-policy="0" hsize-policy="0" anchor="8" fill="0" />
|
||||
<initial-values>
|
||||
<property name="text" value="Label" />
|
||||
</initial-values>
|
||||
</item>
|
||||
<item class="javax.swing.JTextField" icon="/com/intellij/uiDesigner/icons/textField.png" removable="false">
|
||||
<item class="javax.swing.JTextField" icon="/com/intellij/uiDesigner/icons/textField.png" removable="false" auto-create-binding="true" can-attach-label="true">
|
||||
<default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1">
|
||||
<preferred-size width="150" height="-1" />
|
||||
</default-constraints>
|
||||
</item>
|
||||
<item class="javax.swing.JPasswordField" icon="/com/intellij/uiDesigner/icons/passwordField.png" removable="false">
|
||||
<item class="javax.swing.JPasswordField" icon="/com/intellij/uiDesigner/icons/passwordField.png" removable="false" auto-create-binding="true" can-attach-label="true">
|
||||
<default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1">
|
||||
<preferred-size width="150" height="-1" />
|
||||
</default-constraints>
|
||||
</item>
|
||||
<item class="javax.swing.JFormattedTextField" icon="/com/intellij/uiDesigner/icons/formattedTextField.png" removable="false">
|
||||
<item class="javax.swing.JFormattedTextField" icon="/com/intellij/uiDesigner/icons/formattedTextField.png" removable="false" auto-create-binding="true" can-attach-label="true">
|
||||
<default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1">
|
||||
<preferred-size width="150" height="-1" />
|
||||
</default-constraints>
|
||||
</item>
|
||||
<item class="javax.swing.JTextArea" icon="/com/intellij/uiDesigner/icons/textArea.png" removable="false">
|
||||
<item class="javax.swing.JTextArea" icon="/com/intellij/uiDesigner/icons/textArea.png" removable="false" auto-create-binding="true" can-attach-label="true">
|
||||
<default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3">
|
||||
<preferred-size width="150" height="50" />
|
||||
</default-constraints>
|
||||
</item>
|
||||
<item class="javax.swing.JTextPane" icon="/com/intellij/uiDesigner/icons/textPane.png" removable="false">
|
||||
<item class="javax.swing.JTextPane" icon="/com/intellij/uiDesigner/icons/textPane.png" removable="false" auto-create-binding="true" can-attach-label="true">
|
||||
<default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3">
|
||||
<preferred-size width="150" height="50" />
|
||||
</default-constraints>
|
||||
</item>
|
||||
<item class="javax.swing.JEditorPane" icon="/com/intellij/uiDesigner/icons/editorPane.png" removable="false">
|
||||
<item class="javax.swing.JEditorPane" icon="/com/intellij/uiDesigner/icons/editorPane.png" removable="false" auto-create-binding="true" can-attach-label="true">
|
||||
<default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3">
|
||||
<preferred-size width="150" height="50" />
|
||||
</default-constraints>
|
||||
</item>
|
||||
<item class="javax.swing.JComboBox" icon="/com/intellij/uiDesigner/icons/comboBox.png" removable="false">
|
||||
<item class="javax.swing.JComboBox" icon="/com/intellij/uiDesigner/icons/comboBox.png" removable="false" auto-create-binding="true" can-attach-label="true">
|
||||
<default-constraints vsize-policy="0" hsize-policy="2" anchor="8" fill="1" />
|
||||
</item>
|
||||
<item class="javax.swing.JTable" icon="/com/intellij/uiDesigner/icons/table.png" removable="false">
|
||||
<item class="javax.swing.JTable" icon="/com/intellij/uiDesigner/icons/table.png" removable="false" auto-create-binding="true" can-attach-label="false">
|
||||
<default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3">
|
||||
<preferred-size width="150" height="50" />
|
||||
</default-constraints>
|
||||
</item>
|
||||
<item class="javax.swing.JList" icon="/com/intellij/uiDesigner/icons/list.png" removable="false">
|
||||
<item class="javax.swing.JList" icon="/com/intellij/uiDesigner/icons/list.png" removable="false" auto-create-binding="true" can-attach-label="false">
|
||||
<default-constraints vsize-policy="6" hsize-policy="2" anchor="0" fill="3">
|
||||
<preferred-size width="150" height="50" />
|
||||
</default-constraints>
|
||||
</item>
|
||||
<item class="javax.swing.JTree" icon="/com/intellij/uiDesigner/icons/tree.png" removable="false">
|
||||
<item class="javax.swing.JTree" icon="/com/intellij/uiDesigner/icons/tree.png" removable="false" auto-create-binding="true" can-attach-label="false">
|
||||
<default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3">
|
||||
<preferred-size width="150" height="50" />
|
||||
</default-constraints>
|
||||
</item>
|
||||
<item class="javax.swing.JTabbedPane" icon="/com/intellij/uiDesigner/icons/tabbedPane.png" removable="false">
|
||||
<item class="javax.swing.JTabbedPane" icon="/com/intellij/uiDesigner/icons/tabbedPane.png" removable="false" auto-create-binding="true" can-attach-label="false">
|
||||
<default-constraints vsize-policy="3" hsize-policy="3" anchor="0" fill="3">
|
||||
<preferred-size width="200" height="200" />
|
||||
</default-constraints>
|
||||
</item>
|
||||
<item class="javax.swing.JSplitPane" icon="/com/intellij/uiDesigner/icons/splitPane.png" removable="false">
|
||||
<item class="javax.swing.JSplitPane" icon="/com/intellij/uiDesigner/icons/splitPane.png" removable="false" auto-create-binding="false" can-attach-label="false">
|
||||
<default-constraints vsize-policy="3" hsize-policy="3" anchor="0" fill="3">
|
||||
<preferred-size width="200" height="200" />
|
||||
</default-constraints>
|
||||
</item>
|
||||
<item class="javax.swing.JSpinner" icon="/com/intellij/uiDesigner/icons/spinner.png" removable="false">
|
||||
<item class="javax.swing.JSpinner" icon="/com/intellij/uiDesigner/icons/spinner.png" removable="false" auto-create-binding="true" can-attach-label="true">
|
||||
<default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1" />
|
||||
</item>
|
||||
<item class="javax.swing.JSlider" icon="/com/intellij/uiDesigner/icons/slider.png" removable="false">
|
||||
<item class="javax.swing.JSlider" icon="/com/intellij/uiDesigner/icons/slider.png" removable="false" auto-create-binding="true" can-attach-label="false">
|
||||
<default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1" />
|
||||
</item>
|
||||
<item class="javax.swing.JSeparator" icon="/com/intellij/uiDesigner/icons/separator.png" removable="false" auto-create-binding="false" can-attach-label="false">
|
||||
<default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3" />
|
||||
</item>
|
||||
<item class="javax.swing.JProgressBar" icon="/com/intellij/uiDesigner/icons/progressbar.png" removable="false" auto-create-binding="true" can-attach-label="false">
|
||||
<default-constraints vsize-policy="0" hsize-policy="6" anchor="0" fill="1" />
|
||||
</item>
|
||||
<item class="javax.swing.JToolBar" icon="/com/intellij/uiDesigner/icons/toolbar.png" removable="false" auto-create-binding="false" can-attach-label="false">
|
||||
<default-constraints vsize-policy="0" hsize-policy="6" anchor="0" fill="1">
|
||||
<preferred-size width="-1" height="20" />
|
||||
</default-constraints>
|
||||
</item>
|
||||
<item class="javax.swing.JToolBar$Separator" icon="/com/intellij/uiDesigner/icons/toolbarSeparator.png" removable="false" auto-create-binding="false" can-attach-label="false">
|
||||
<default-constraints vsize-policy="0" hsize-policy="0" anchor="0" fill="1" />
|
||||
</item>
|
||||
<item class="javax.swing.JScrollBar" icon="/com/intellij/uiDesigner/icons/scrollbar.png" removable="false" auto-create-binding="true" can-attach-label="false">
|
||||
<default-constraints vsize-policy="6" hsize-policy="0" anchor="0" fill="2" />
|
||||
</item>
|
||||
</group>
|
||||
</component>
|
||||
<component name="ProjectModuleManager">
|
||||
|
@ -253,6 +570,7 @@
|
|||
</modules>
|
||||
</component>
|
||||
<component name="ProjectRootManager" version="2" assert-keyword="false" jdk-15="false" project-jdk-name="1.4.x" />
|
||||
<component name="ProjectRunConfigurationManager" />
|
||||
<component name="RmicSettings">
|
||||
<option name="IS_EANABLED" value="false" />
|
||||
<option name="DEBUGGING_INFO" value="true" />
|
||||
|
@ -260,10 +578,20 @@
|
|||
<option name="GENERATE_IIOP_STUBS" value="false" />
|
||||
<option name="ADDITIONAL_OPTIONS_STRING" value="" />
|
||||
</component>
|
||||
<component name="StarteamVcsAdapter" />
|
||||
<component name="VssVcs" />
|
||||
<component name="com.intellij.jsf.UserDefinedFacesConfigs">
|
||||
<option name="USER_DEFINED_CONFIGS">
|
||||
<value>
|
||||
<list size="0" />
|
||||
</value>
|
||||
</option>
|
||||
</component>
|
||||
<component name="libraryTable" />
|
||||
<component name="uidesigner-configuration">
|
||||
<option name="INSTRUMENT_CLASSES" value="true" />
|
||||
<option name="COPY_FORMS_RUNTIME_TO_OUTPUT" value="true" />
|
||||
<option name="DEFAULT_LAYOUT_MANAGER" value="GridLayoutManager" />
|
||||
</component>
|
||||
<UsedPathMacros />
|
||||
</project>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue