13 Commits

Author SHA1 Message Date
c56add5a92 Latest code. 2013-07-12 02:50:20 +02:00
mbirth
0417e08cbc + 3 different types: Windows, PQ1, PQ2
x Bugfix with border
2005-02-02 14:03:13 +00:00
mbirth
ef868ee2b0 modified JFastReader.java
* Bugfix: "Text end." was shown when reading was paused
2004-12-08 10:21:28 +00:00
mbirth
1ff9582e81 modified MyCanvas.java
modified   MyProgBar.java
* Replaced repaint() with paint(getGraphics()) to suppress flickering
2004-12-08 10:21:09 +00:00
mbirth
c1eac8d056 modified JFastReader.java
+ Made Read and Pause buttons working
+ Made Slower and Faster buttons working
+ PlayThread which automatically shows next word after specific sleep
* Bugfix with several whitespaces in a string, now whitespaces are removed using strReplace(), word-count is now correct
! Time per word is calculated using a 5-letter-word as a measure for the displayed WPM value so a 12-letter-word is displayed twice the time as a 6-letter-word. And a 3-letter-word is displayed half the time as a 6-letter-word.
! Time per word may be set to a fixed value for all words using the Options-button in the future
2004-12-08 10:20:30 +00:00
mbirth
2f20dee38c modified MyProgBar.java
+ added constructors
* Fixed bug with percentage display
2004-12-08 10:19:57 +00:00
mbirth
5d94d85494 modified JFastReader.java
* Cleaned AdjustmentListener
+ added some MIP.busy and MIP.infoPrint
! Scrollbar-Changing may be processes after releasing mousebutton using MouseListener instead of AdjustmentListener
2004-12-08 10:18:51 +00:00
mbirth
796761345b modified JFastReader.java
+ Made ScrollBar work (may need some optimizations)
+ Made Goto-Field and -Button work
2004-12-08 10:18:23 +00:00
mbirth
e4ee7d4fd9 modified MyCanvas.java
* Changed initial font-size to 40pt instead of 100pt - more speed
* trim() text before display
2004-12-08 10:17:57 +00:00
mbirth
cea6530d2d modified JFastReader.java
* Extracted infoPrint-Class to separate file for re-using in other projects
! setResize(false) commented out for testing of MyCanvas
2004-12-08 10:17:22 +00:00
mbirth
b84bfd2c04 modified JFastReader.java
Initial working version
2004-12-08 10:16:50 +00:00
mbirth
5faaf21b84 modified JFastReader.java
+ FileDialog for opening files
2004-12-08 10:16:18 +00:00
mbirth
2fcbaa6649 Initial Revision 2004-12-08 10:14:32 +00:00