Java Virtal Machine.net

[ News ] rss

February 01, 2011

Mark Wielaard: New GPG key. Finally created a new GPG key using gnupg. The old one was a DSA/1024 bits one and 8 years old. The new one is a RSA/2048 bits one. I will use the new one in the future to sign any release tarballs I might create. pub 2048R/57816A6A 2011-01-29 Key f...

More »

February 01, 2011

Andrew Hughes: [SECURITY] IcedTea6 1.7.8, 1.8.5, 1.9.5 Released!. We are pleased to announce a new set of security releases, IcedTea6 1.7.8, IcedTea6 1.8.5 and IcedTea6 1.9.5. This update contains the following security updates: The IcedTea project provides a harness to build the source code from OpenJDK6 u...

More »

April/2024
SunMonTueWedThuFriSat
 123456
78910111213
14151617181920
21222324252627
282930    

[ Archives News
for 'Java Technology' ]

home > news > java technology > attentiveness evaluation

Attentiveness Evaluation

The attentiveness evaluation test in my driving school was easier than one I developed by using JavaFX. I made it harder by adding the next value randomly. javafx({ name: "Attentiveness", width: 300, height: 300, archive: "https://malenkov.dev.java.net/20100716/Attentiveness.jar" }); The test data are stored in the PersistentProperties class that combines the Storage and the Properties classes. When you create its instance, all the key-value pairs are loaded from the specified storage. This class provides utility methods to convert a string value into the expected type. For example, public function getInteger(key, default: Integer) { var value = get(key); if (value != null) try { return Integer.parseInt(value) } catch (exception) { } default } This method takes a string value for a given key and tries to parse it as an Integer value. If the value is not found or it could not be parsed, the method returns the default value. I think, it might be helpful to have such utility methods in the Properties class. The PersistentProperties class is used in this test as well as in the previous one. The application model based on this class is used to store the data when they are changed. Study the PersistentModel class in detail. public class PersistentModel { def properties = PersistentProperties { source: "properties.txt" } First, the data storage is initialized. public var misses =...


Date: July, 16 2010
Url: http://www.java.net/blog/malenkov/archive/2010/07/16/attentiveness-evaluation


Others News

©2002-2019Java-Virtual-Machine.net it | free web editor | top website builder | bootstrap navigation menu | bootstrap button