82018Solution/JavaFXHashMaps/build/built-jar.properties
#Wed, 28 Apr 2021 08:09:48 +0530
F\:\\JavaFXHashMaps=
82018Solution/JavaFXHashMaps/build/classes/javafxhashmaps/FXMLDocument.fxml
82018Solution/JavaFXHashMaps/build/classes/javafxhashmaps/FXMLDocumentController.class
package javafxhashmaps;
public synchronized class FXMLDocumentController implements javafx.fxml.Initializable {
private javafx.scene.control.TextField txtName;
private javafx.scene.control.TextField txtAge;
private javafx.scene.control.TextArea txtAreaAllEntries;
private javafx.scene.control.TextArea txtAreaMessage;
MyHashMap map;
public void FXMLDocumentController();
public void enterData();
public void findData();
public void removeData();
public void allEnteries();
public void clearTextBox();
public void clearAll();
public void exitApp();
public void initialize(java.net.URL, java.util.ResourceBundle);
}
82018Solution/JavaFXHashMaps/build/classes/javafxhashmaps/JavaFXHashMaps.class
package javafxhashmaps;
public synchronized class JavaFXHashMaps extends javafx.application.Application {
public void JavaFXHashMaps();
public void start(javafx.stage.Stage) throws Exception;
public static void main(String[]);
}
82018Solution/JavaFXHashMaps/build/classes/javafxhashmaps/MyHashMap.class
package javafxhashmaps;
public synchronized class MyHashMap implements MyMap {
private static int DEFAULT_INITIAL_CAPACITY;
private static int MAXIMUM_CAPACITY;
private int capacity;
private static float DEFAULT_MAX_LOAD_FACTOR;
private float loadFactorThreshold;
private int size;
java.util.LinkedList[] table;
public void MyHashMap();
public void MyHashMap(int);
public void MyHashMap(int, float);
public void clear();
public boolean containsKey(Object);
public boolean containsValue(Object);
public java.util.Set entrySet();
public Object get(Object);
public boolean isEmpty();
public java.util.Set keySet();
public Object put(Object, Object);
public void remove(Object);
public int size();
public java.util.Set values();
private int hash(int);
private static int supplementalHash(int);
private int trimToPowerOf2(int);
private void removeEntries();
private void rehash();
public String toString();
static void ();
}
82018Solution/JavaFXHashMaps/build/classes/javafxhashmaps/MyMap$Entry.class
package javafxhashmaps;
public synchronized class MyMap$Entry {
Object key;
Object value;
public void MyMap$Entry(Object, Object);
public Object getKey();
public Object getValue();
public String toString();
}
82018Solution/JavaFXHashMaps/build/classes/javafxhashmaps/MyMap.class
package javafxhashmaps;
public abstract interface MyMap {
public abstract void clear();
public abstract boolean containsKey(Object);
public abstract boolean containsValue(Object);
public abstract java.util.Set entrySet();
public abstract Object get(Object);
public abstract boolean isEmpty();
public abstract java.util.Set keySet();
public abstract Object put(Object, Object);
public abstract void remove(Object);
public abstract int size();
public abstract java.util.Set values();
}
82018Solution/JavaFXHashMaps/build.xml
Builds, tests, and runs the project JavaFXHashMaps.
82018Solution/JavaFXHashMaps/dist/JavaFXHashMaps.html
Test page for JavaFXHashMaps
Webstart: click to launch this app as webstart
82018Solution/JavaFXHashMaps/dist/JavaFXHashMaps.jar
META-INF/MANIFEST.MF
Manifest-Version: 1.0
Implementation-Title: JavaFXHashMaps
X-COMMENT: Main-Class will be added automatically by build
Implementation-Version: 1.0
Permissions: sandbox
Codebase: *
JavaFX-Version: 8.0
Class-Path:
Created-By: JavaFX Packager
Implementation-Vendor: Acer
Main-Class: javafxhashmaps.JavaFXHashMaps
javafxhashmaps/FXMLDocument.fxml
javafxhashmaps/FXMLDocumentController.class
package javafxhashmaps;
public synchronized class FXMLDocumentController implements javafx.fxml.Initializable {
private javafx.scene.control.TextField txtName;
private javafx.scene.control.TextField txtAge;
private javafx.scene.control.TextArea txtAreaAllEntries;
private javafx.scene.control.TextArea txtAreaMessage;
MyHashMap map;
public void FXMLDocumentController();
public void enterData();
public void findData();
public void removeData();
public void allEnteries();
public void clearTextBox();
public void clearAll();
public void exitApp();
public void initialize(java.net.URL, java.util.ResourceBundle);
}
javafxhashmaps/JavaFXHashMaps.class
package javafxhashmaps;
public synchronized class JavaFXHashMaps extends javafx.application.Application {
public void JavaFXHashMaps();
public void start(javafx.stage.Stage) throws Exception;
public static void main(String[]);
}
javafxhashmaps/MyHashMap.class
package javafxhashmaps;
public synchronized class MyHashMap implements MyMap {
private static int DEFAULT_INITIAL_CAPACITY;
private static int MAXIMUM_CAPACITY;
private int capacity;
private static float DEFAULT_MAX_LOAD_FACTOR;
private float loadFactorThreshold;
private int size;
java.util.LinkedList[] table;
public void MyHashMap();
public void MyHashMap(int);
public void MyHashMap(int, float);
public void clear();
public boolean containsKey(Object);
public boolean containsValue(Object);
public java.util.Set entrySet();
public Object get(Object);
public boolean isEmpty();
public java.util.Set keySet();
public Object put(Object, Object);
public void remove(Object);
public int size();
public java.util.Set values();
private int hash(int);
private static int supplementalHash(int);
private int trimToPowerOf2(int);
private void removeEntries();
private void rehash();
public String toString();
static void
();
}
javafxhashmaps/MyMap$Entry.class
package javafxhashmaps;
public synchronized class MyMap$Entry {
Object key;
Object value;
public void MyMap$Entry(Object, Object);
public Object getKey();
public Object getValue();
public String toString();
}
javafxhashmaps/MyMap.class
package javafxhashmaps;
public abstract interface MyMap {
public abstract void clear();
public abstract boolean containsKey(Object);
public abstract boolean containsValue(Object);
public abstract java.util.Set entrySet();
public abstract Object get(Object);
public abstract boolean isEmpty();
public abstract java.util.Set keySet();
public abstract Object put(Object, Object);
public abstract void remove(Object);
public abstract int size();
public abstract java.util.Set values();
}
82018Solution/JavaFXHashMaps/dist/JavaFXHashMaps.jnlp
JavaFXHashMaps
Acer
null
82018Solution/JavaFXHashMaps/manifest.mf
Manifest-Version: 1.0
X-COMMENT: Main-Class will be added automatically by build
82018Solution/JavaFXHashMaps/nbproject/build-impl.xml
Must set platform.home
Must set platform.bootcp
Must set platform.java
Must set platform.javac
The J2SE Platform is not correctly set up.
Your active platform is: ${platform.active}, but the corresponding property "platforms.${platform.active}.home" is not found in the project's properties files.
Either open the project in the IDE and setup the Platform with the same name or add it manually.
For example like this:
ant -Duser.properties.file= jar (where you put the property "platforms.${platform.active}.home" in a .properties file)
or ant -Dplatforms.${platform.active}.home= jar (where no properties file is used)
Must set src.dir
Must set test.src.dir
Must set build.dir
Must set dist.dir
Must set build.classes.dir
Must set dist.javadoc.dir
Must set build.test.classes.dir
Must set build.test.results.dir
Must set build.classes.excludes
Must set dist.jar
Must set javac.includes
No tests executed.
Must set JVM to use for profiling in profiler.info.jvm
Must set profiler agent JVM arguments in profiler.info.jvmargs.agent
Must select some files in the IDE or set javac.includes
To run this application from the command line without Ant, try:
${platform.java} -jar "${dist.jar.resolved}"
Must select one file in the IDE or set run.class
Must select one file in the IDE or set run.class
Must select one file in the IDE or set debug.class
Must select one file in the IDE or set debug.class
Must set fix.includes
This target only works when run from inside the NetBeans IDE.
Must select one file in the IDE or set profile.class
This target only works when run from inside the NetBeans IDE.
This target only works when run from inside the NetBeans IDE.
This target only works when run from inside the NetBeans IDE.
Must select one file in the IDE or set run.class
Must select some files in the IDE or set test.includes
Must select one file in the IDE or set run.class
Must select one file in the IDE or set applet.url
Must select some files in the IDE or set javac.includes
Some tests failed; see details above.
Must select some files in the IDE or set test.includes
Some tests failed; see details above.
Must select some files in the IDE or set test.class
Must select some method in the IDE or set test.method
Some tests failed; see details above.
Must select one file in the IDE or set test.class
Must select one file in the IDE or set test.class
Must select some method in the IDE or set test.method
Must select one file in the IDE or set applet.url
Must select one file in the IDE or set applet.url
82018Solution/JavaFXHashMaps/nbproject/configs/Run_as_WebStart.properties
# Do not modify this property in this configuration. It can be re-generated.
$label=Run as WebStart
82018Solution/JavaFXHashMaps/nbproject/configs/Run_in_Browser.properties
# Do not modify this property in this configuration. It can be re-generated.
$label=Run in Browser
82018Solution/JavaFXHashMaps/nbproject/genfiles.properties
build.xml.data.CRC32=2b3bb6c8
build.xml.script.CRC32=d6e101ba
[email protected]
# This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml.
# Do not edit this file. You may delete it but then the IDE will never regenerate such files for you.
nbproject/build-impl.xml.data.CRC32=2b3bb6c8
nbproject/build-impl.xml.script.CRC32=45b01095
nbproject/[email protected]
82018Solution/JavaFXHashMaps/nbproject/jfx-impl.xml
JavaFX-specific Ant calls
...