diff --git a/AppendixA/BeatBoxFinal$MyDownTempoListener.class b/AppendixA/BeatBoxFinal$MyDownTempoListener.class old mode 100755 new mode 100644 index 4e7047f..6501d92 Binary files a/AppendixA/BeatBoxFinal$MyDownTempoListener.class and b/AppendixA/BeatBoxFinal$MyDownTempoListener.class differ diff --git a/AppendixA/BeatBoxFinal$MyListSelectionListener.class b/AppendixA/BeatBoxFinal$MyListSelectionListener.class old mode 100755 new mode 100644 index dc8d9dc..1ee0079 Binary files a/AppendixA/BeatBoxFinal$MyListSelectionListener.class and b/AppendixA/BeatBoxFinal$MyListSelectionListener.class differ diff --git a/AppendixA/BeatBoxFinal$MySendListener.class b/AppendixA/BeatBoxFinal$MySendListener.class old mode 100755 new mode 100644 index 301f8d7..0a2f98a Binary files a/AppendixA/BeatBoxFinal$MySendListener.class and b/AppendixA/BeatBoxFinal$MySendListener.class differ diff --git a/AppendixA/BeatBoxFinal$MyStartListener.class b/AppendixA/BeatBoxFinal$MyStartListener.class old mode 100755 new mode 100644 index f28fcaa..9009e8a Binary files a/AppendixA/BeatBoxFinal$MyStartListener.class and b/AppendixA/BeatBoxFinal$MyStartListener.class differ diff --git a/AppendixA/BeatBoxFinal$MyStopListener.class b/AppendixA/BeatBoxFinal$MyStopListener.class old mode 100755 new mode 100644 index db77d27..0b03041 Binary files a/AppendixA/BeatBoxFinal$MyStopListener.class and b/AppendixA/BeatBoxFinal$MyStopListener.class differ diff --git a/AppendixA/BeatBoxFinal$MyUpTempoListener.class b/AppendixA/BeatBoxFinal$MyUpTempoListener.class old mode 100755 new mode 100644 index f41cc85..ff9a194 Binary files a/AppendixA/BeatBoxFinal$MyUpTempoListener.class and b/AppendixA/BeatBoxFinal$MyUpTempoListener.class differ diff --git a/AppendixA/BeatBoxFinal$RemoteReader.class b/AppendixA/BeatBoxFinal$RemoteReader.class old mode 100755 new mode 100644 index 2de9edf..13229e8 Binary files a/AppendixA/BeatBoxFinal$RemoteReader.class and b/AppendixA/BeatBoxFinal$RemoteReader.class differ diff --git a/AppendixA/BeatBoxFinal.class b/AppendixA/BeatBoxFinal.class old mode 100755 new mode 100644 index 5f299a0..b12025a Binary files a/AppendixA/BeatBoxFinal.class and b/AppendixA/BeatBoxFinal.class differ diff --git a/AppendixA/MusicServer$ClientHandler.class b/AppendixA/MusicServer$ClientHandler.class old mode 100755 new mode 100644 index a444abe..2b4937c Binary files a/AppendixA/MusicServer$ClientHandler.class and b/AppendixA/MusicServer$ClientHandler.class differ diff --git a/AppendixA/MusicServer.class b/AppendixA/MusicServer.class old mode 100755 new mode 100644 index 175ceed..e9e3f2b Binary files a/AppendixA/MusicServer.class and b/AppendixA/MusicServer.class differ diff --git a/chap01/BeerSong.class b/chap01/BeerSong.class old mode 100755 new mode 100644 index d6d7e89..30d692a Binary files a/chap01/BeerSong.class and b/chap01/BeerSong.class differ diff --git a/chap01/PhraseOMatic.class b/chap01/PhraseOMatic.class old mode 100755 new mode 100644 index 07b0274..3e72f69 Binary files a/chap01/PhraseOMatic.class and b/chap01/PhraseOMatic.class differ diff --git a/chap02/GameLauncher.class b/chap02/GameLauncher.class old mode 100755 new mode 100644 index 6c92529..373cd45 Binary files a/chap02/GameLauncher.class and b/chap02/GameLauncher.class differ diff --git a/chap02/GuessGame.class b/chap02/GuessGame.class old mode 100755 new mode 100644 index 4ab3236..3d86271 Binary files a/chap02/GuessGame.class and b/chap02/GuessGame.class differ diff --git a/chap02/Player.class b/chap02/Player.class old mode 100755 new mode 100644 index 877c63e..9a208cf Binary files a/chap02/Player.class and b/chap02/Player.class differ diff --git a/chap03/Dog.class b/chap03/Dog.class old mode 100755 new mode 100644 index b68e471..061e30f Binary files a/chap03/Dog.class and b/chap03/Dog.class differ diff --git a/chap04/Foo.class b/chap04/Foo.class old mode 100755 new mode 100644 index 2e5d474..4df2f65 Binary files a/chap04/Foo.class and b/chap04/Foo.class differ diff --git a/chap04/GoodDog.class b/chap04/GoodDog.class index 237519a..f71515c 100644 Binary files a/chap04/GoodDog.class and b/chap04/GoodDog.class differ diff --git a/chap04/GoodDogTestDrive.class b/chap04/GoodDogTestDrive.class index 20f142a..6888f89 100644 Binary files a/chap04/GoodDogTestDrive.class and b/chap04/GoodDogTestDrive.class differ diff --git a/chap04/PoorDog.class b/chap04/PoorDog.class old mode 100755 new mode 100644 index b37e146..4a44729 Binary files a/chap04/PoorDog.class and b/chap04/PoorDog.class differ diff --git a/chap04/PoorDogTestDrive.class b/chap04/PoorDogTestDrive.class old mode 100755 new mode 100644 index d4da98a..5b0e8e8 Binary files a/chap04/PoorDogTestDrive.class and b/chap04/PoorDogTestDrive.class differ diff --git a/chap05/Game.class b/chap05/Game.class old mode 100755 new mode 100644 index 28389ba..cdc107d Binary files a/chap05/Game.class and b/chap05/Game.class differ diff --git a/chap05/Game.java b/chap05/Game.java index 5ce0ad3..724a759 100755 --- a/chap05/Game.java +++ b/chap05/Game.java @@ -1,9 +1,5 @@ package chap05; -import helpers.GameHelper; - -import java.util.Scanner; - public class Game { public static void main(String[] args) { diff --git a/chap05/GameHelper.class b/chap05/GameHelper.class old mode 100755 new mode 100644 index 5cbcbd7..6ebf9f9 Binary files a/chap05/GameHelper.class and b/chap05/GameHelper.class differ diff --git a/chap05/SimpleDotCom.class b/chap05/SimpleDotCom.class old mode 100755 new mode 100644 index 55068c7..a88f481 Binary files a/chap05/SimpleDotCom.class and b/chap05/SimpleDotCom.class differ diff --git a/chap05/SimpleDotComTester.class b/chap05/SimpleDotComTester.class old mode 100755 new mode 100644 index 279a23e..cf72e7c Binary files a/chap05/SimpleDotComTester.class and b/chap05/SimpleDotComTester.class differ diff --git a/chap06/DotCom.class b/chap06/DotCom.class old mode 100755 new mode 100644 index 20927cf..bd34c2e Binary files a/chap06/DotCom.class and b/chap06/DotCom.class differ diff --git a/chap06/DotComBust.class b/chap06/DotComBust.class old mode 100755 new mode 100644 index 9bcb287..ffa97a9 Binary files a/chap06/DotComBust.class and b/chap06/DotComBust.class differ diff --git a/chap06/DotComBust.java b/chap06/DotComBust.java index 5ba9237..0f09258 100755 --- a/chap06/DotComBust.java +++ b/chap06/DotComBust.java @@ -1,8 +1,9 @@ package chap06; -import helpers.GameHelper; import java.util.*; +import chap05.GameHelper; + public class DotComBust { private GameHelper helper = new GameHelper(); private ArrayList dotComsList = new ArrayList(); diff --git a/chap07/Boat.class b/chap07/Boat.class old mode 100755 new mode 100644 index f5ced6b..ec92d99 Binary files a/chap07/Boat.class and b/chap07/Boat.class differ diff --git a/chap07/Rowboat.class b/chap07/Rowboat.class old mode 100755 new mode 100644 index b2ed58d..c0d4a1d Binary files a/chap07/Rowboat.class and b/chap07/Rowboat.class differ diff --git a/chap07/Sailboat.class b/chap07/Sailboat.class old mode 100755 new mode 100644 index 30100e4..3df8b5f Binary files a/chap07/Sailboat.class and b/chap07/Sailboat.class differ diff --git a/chap07/TestBoat.class b/chap07/TestBoat.class old mode 100755 new mode 100644 index 8255b2c..af8589c Binary files a/chap07/TestBoat.class and b/chap07/TestBoat.class differ diff --git a/chap08/Acts.class b/chap08/Acts.class old mode 100755 new mode 100644 index f2afd42..75c69f8 Binary files a/chap08/Acts.class and b/chap08/Acts.class differ diff --git a/chap08/Clowns.class b/chap08/Clowns.class old mode 100755 new mode 100644 index 69deedd..5ced467 Binary files a/chap08/Clowns.class and b/chap08/Clowns.class differ diff --git a/chap08/Nose.class b/chap08/Nose.class old mode 100755 new mode 100644 index ef0b4c5..60b2f2d Binary files a/chap08/Nose.class and b/chap08/Nose.class differ diff --git a/chap08/Of76.class b/chap08/Of76.class old mode 100755 new mode 100644 index dd763d4..b6c92a1 Binary files a/chap08/Of76.class and b/chap08/Of76.class differ diff --git a/chap08/Picasso.class b/chap08/Picasso.class old mode 100755 new mode 100644 index ca13176..861f983 Binary files a/chap08/Picasso.class and b/chap08/Picasso.class differ diff --git a/chap09/RetentionBot.class b/chap09/RetentionBot.class old mode 100755 new mode 100644 index 577e0af..93901f2 Binary files a/chap09/RetentionBot.class and b/chap09/RetentionBot.class differ diff --git a/chap09/SimUnit.class b/chap09/SimUnit.class old mode 100755 new mode 100644 index 55e5570..072ed6c Binary files a/chap09/SimUnit.class and b/chap09/SimUnit.class differ diff --git a/chap09/TestLifeSupportSim.class b/chap09/TestLifeSupportSim.class old mode 100755 new mode 100644 index 01159d6..370cba1 Binary files a/chap09/TestLifeSupportSim.class and b/chap09/TestLifeSupportSim.class differ diff --git a/chap09/V2Radiator.class b/chap09/V2Radiator.class old mode 100755 new mode 100644 index f784938..ffe12b9 Binary files a/chap09/V2Radiator.class and b/chap09/V2Radiator.class differ diff --git a/chap09/V3Radiator.class b/chap09/V3Radiator.class old mode 100755 new mode 100644 index f6c25d1..e804ab0 Binary files a/chap09/V3Radiator.class and b/chap09/V3Radiator.class differ diff --git a/chap10/FullMoons.class b/chap10/FullMoons.class old mode 100755 new mode 100644 index 1d7979e..26eb516 Binary files a/chap10/FullMoons.class and b/chap10/FullMoons.class differ diff --git a/chap11/MiniMiniMusicApp.class b/chap11/MiniMiniMusicApp.class old mode 100755 new mode 100644 index 679d050..f278ed3 Binary files a/chap11/MiniMiniMusicApp.class and b/chap11/MiniMiniMusicApp.class differ diff --git a/chap11/MiniMiniMusicCmdLine.class b/chap11/MiniMiniMusicCmdLine.class old mode 100755 new mode 100644 index 8e8472e..3d904af Binary files a/chap11/MiniMiniMusicCmdLine.class and b/chap11/MiniMiniMusicCmdLine.class differ diff --git a/chap12/Animate$MyDrawP.class b/chap12/Animate$MyDrawP.class index c722852..ebb8128 100644 Binary files a/chap12/Animate$MyDrawP.class and b/chap12/Animate$MyDrawP.class differ diff --git a/chap12/Animate.class b/chap12/Animate.class index e72a49b..81aba1b 100644 Binary files a/chap12/Animate.class and b/chap12/Animate.class differ diff --git a/chap12/MiniMusicPlayer3$MyDrawPanel.class b/chap12/MiniMusicPlayer3$MyDrawPanel.class old mode 100755 new mode 100644 index 8dafe58..9c4a9f5 Binary files a/chap12/MiniMusicPlayer3$MyDrawPanel.class and b/chap12/MiniMusicPlayer3$MyDrawPanel.class differ diff --git a/chap12/MiniMusicPlayer3.class b/chap12/MiniMusicPlayer3.class old mode 100755 new mode 100644 index 679c4b1..727132f Binary files a/chap12/MiniMusicPlayer3.class and b/chap12/MiniMusicPlayer3.class differ diff --git a/chap12/MyDrawPanel.class b/chap12/MyDrawPanel.class old mode 100755 new mode 100644 index 945f2ea..d89b876 Binary files a/chap12/MyDrawPanel.class and b/chap12/MyDrawPanel.class differ diff --git a/chap12/SimpleAnimation$MyDrawPanel.class b/chap12/SimpleAnimation$MyDrawPanel.class index 750a3b6..ba6f0c1 100644 Binary files a/chap12/SimpleAnimation$MyDrawPanel.class and b/chap12/SimpleAnimation$MyDrawPanel.class differ diff --git a/chap12/SimpleAnimation.class b/chap12/SimpleAnimation.class index f7a982a..f15a12a 100644 Binary files a/chap12/SimpleAnimation.class and b/chap12/SimpleAnimation.class differ diff --git a/chap12/TwoButtons$ColorButtonListener.class b/chap12/TwoButtons$ColorButtonListener.class old mode 100755 new mode 100644 index ce88fb1..72b29c2 Binary files a/chap12/TwoButtons$ColorButtonListener.class and b/chap12/TwoButtons$ColorButtonListener.class differ diff --git a/chap12/TwoButtons$LabelButtonListener.class b/chap12/TwoButtons$LabelButtonListener.class old mode 100755 new mode 100644 index 88698bc..87e19f0 Binary files a/chap12/TwoButtons$LabelButtonListener.class and b/chap12/TwoButtons$LabelButtonListener.class differ diff --git a/chap12/TwoButtons.class b/chap12/TwoButtons.class old mode 100755 new mode 100644 index a6f06e7..f7ca981 Binary files a/chap12/TwoButtons.class and b/chap12/TwoButtons.class differ diff --git a/chap13/BeatBox$MyDownTempoListener.class b/chap13/BeatBox$MyDownTempoListener.class old mode 100755 new mode 100644 index 043cd1d..dfe8c72 Binary files a/chap13/BeatBox$MyDownTempoListener.class and b/chap13/BeatBox$MyDownTempoListener.class differ diff --git a/chap13/BeatBox$MyStartListener.class b/chap13/BeatBox$MyStartListener.class old mode 100755 new mode 100644 index 29ff0df..d5c37a9 Binary files a/chap13/BeatBox$MyStartListener.class and b/chap13/BeatBox$MyStartListener.class differ diff --git a/chap13/BeatBox$MyStopListener.class b/chap13/BeatBox$MyStopListener.class old mode 100755 new mode 100644 index 89f7de0..12281c3 Binary files a/chap13/BeatBox$MyStopListener.class and b/chap13/BeatBox$MyStopListener.class differ diff --git a/chap13/BeatBox$MyUpTempoListener.class b/chap13/BeatBox$MyUpTempoListener.class old mode 100755 new mode 100644 index 54b94a9..eeb7b93 Binary files a/chap13/BeatBox$MyUpTempoListener.class and b/chap13/BeatBox$MyUpTempoListener.class differ diff --git a/chap13/BeatBox.class b/chap13/BeatBox.class old mode 100755 new mode 100644 index d627747..a46d950 Binary files a/chap13/BeatBox.class and b/chap13/BeatBox.class differ diff --git a/chap14/BeatBoxSaveOnly$MyDownTempoListener.class b/chap14/BeatBoxSaveOnly$MyDownTempoListener.class old mode 100755 new mode 100644 index 2e72e6d..a492d54 Binary files a/chap14/BeatBoxSaveOnly$MyDownTempoListener.class and b/chap14/BeatBoxSaveOnly$MyDownTempoListener.class differ diff --git a/chap14/BeatBoxSaveOnly$MyReadInListener.class b/chap14/BeatBoxSaveOnly$MyReadInListener.class old mode 100755 new mode 100644 index 63aa13c..51b657c Binary files a/chap14/BeatBoxSaveOnly$MyReadInListener.class and b/chap14/BeatBoxSaveOnly$MyReadInListener.class differ diff --git a/chap14/BeatBoxSaveOnly$MySendListener.class b/chap14/BeatBoxSaveOnly$MySendListener.class old mode 100755 new mode 100644 index 323a394..1238287 Binary files a/chap14/BeatBoxSaveOnly$MySendListener.class and b/chap14/BeatBoxSaveOnly$MySendListener.class differ diff --git a/chap14/BeatBoxSaveOnly$MyStartListener.class b/chap14/BeatBoxSaveOnly$MyStartListener.class old mode 100755 new mode 100644 index ad681fc..a94673d Binary files a/chap14/BeatBoxSaveOnly$MyStartListener.class and b/chap14/BeatBoxSaveOnly$MyStartListener.class differ diff --git a/chap14/BeatBoxSaveOnly$MyStopListener.class b/chap14/BeatBoxSaveOnly$MyStopListener.class old mode 100755 new mode 100644 index 53781be..a34bf5a Binary files a/chap14/BeatBoxSaveOnly$MyStopListener.class and b/chap14/BeatBoxSaveOnly$MyStopListener.class differ diff --git a/chap14/BeatBoxSaveOnly$MyUpTempoListener.class b/chap14/BeatBoxSaveOnly$MyUpTempoListener.class old mode 100755 new mode 100644 index cc73b9d..24257df Binary files a/chap14/BeatBoxSaveOnly$MyUpTempoListener.class and b/chap14/BeatBoxSaveOnly$MyUpTempoListener.class differ diff --git a/chap14/BeatBoxSaveOnly.class b/chap14/BeatBoxSaveOnly.class old mode 100755 new mode 100644 index 9cee83d..2182bf9 Binary files a/chap14/BeatBoxSaveOnly.class and b/chap14/BeatBoxSaveOnly.class differ diff --git a/chap14/DungeonGame.class b/chap14/DungeonGame.class old mode 100755 new mode 100644 index c75d150..628028c Binary files a/chap14/DungeonGame.class and b/chap14/DungeonGame.class differ diff --git a/chap14/DungeonTest.class b/chap14/DungeonTest.class old mode 100755 new mode 100644 index 6359a4a..0e6f8c8 Binary files a/chap14/DungeonTest.class and b/chap14/DungeonTest.class differ diff --git a/chap14/GameCharacter.class b/chap14/GameCharacter.class old mode 100755 new mode 100644 index 7de1428..0fb9c1a Binary files a/chap14/GameCharacter.class and b/chap14/GameCharacter.class differ diff --git a/chap14/GameSaverTest.class b/chap14/GameSaverTest.class old mode 100755 new mode 100644 index e5286f8..29e2498 Binary files a/chap14/GameSaverTest.class and b/chap14/GameSaverTest.class differ diff --git a/chap14/QuizCard.class b/chap14/QuizCard.class old mode 100755 new mode 100644 index 7eca115..244d088 Binary files a/chap14/QuizCard.class and b/chap14/QuizCard.class differ diff --git a/chap14/QuizCardBuilder$NewMenuListener.class b/chap14/QuizCardBuilder$NewMenuListener.class old mode 100755 new mode 100644 index 79e7b38..d355461 Binary files a/chap14/QuizCardBuilder$NewMenuListener.class and b/chap14/QuizCardBuilder$NewMenuListener.class differ diff --git a/chap14/QuizCardBuilder$NextCardListener.class b/chap14/QuizCardBuilder$NextCardListener.class old mode 100755 new mode 100644 index 3b5a1a1..0592b41 Binary files a/chap14/QuizCardBuilder$NextCardListener.class and b/chap14/QuizCardBuilder$NextCardListener.class differ diff --git a/chap14/QuizCardBuilder$SaveMenuListener.class b/chap14/QuizCardBuilder$SaveMenuListener.class old mode 100755 new mode 100644 index 463f64c..2e3b349 Binary files a/chap14/QuizCardBuilder$SaveMenuListener.class and b/chap14/QuizCardBuilder$SaveMenuListener.class differ diff --git a/chap14/QuizCardBuilder.class b/chap14/QuizCardBuilder.class old mode 100755 new mode 100644 index 66ac3f2..ac60f73 Binary files a/chap14/QuizCardBuilder.class and b/chap14/QuizCardBuilder.class differ diff --git a/chap14/QuizCardReader$NextCardListener.class b/chap14/QuizCardReader$NextCardListener.class old mode 100755 new mode 100644 index 699eac7..c28e6b1 Binary files a/chap14/QuizCardReader$NextCardListener.class and b/chap14/QuizCardReader$NextCardListener.class differ diff --git a/chap14/QuizCardReader$OpenMenuListener.class b/chap14/QuizCardReader$OpenMenuListener.class old mode 100755 new mode 100644 index 0208add..a0f6f73 Binary files a/chap14/QuizCardReader$OpenMenuListener.class and b/chap14/QuizCardReader$OpenMenuListener.class differ diff --git a/chap14/QuizCardReader.class b/chap14/QuizCardReader.class old mode 100755 new mode 100644 index 0a227d0..edf8dc9 Binary files a/chap14/QuizCardReader.class and b/chap14/QuizCardReader.class differ diff --git a/chap15/BankAccount.class b/chap15/BankAccount.class old mode 100755 new mode 100644 index 955cf06..f9bb265 Binary files a/chap15/BankAccount.class and b/chap15/BankAccount.class differ diff --git a/chap15/DailyAdviceClient.class b/chap15/DailyAdviceClient.class old mode 100755 new mode 100644 index 7ca736c..f3a330e Binary files a/chap15/DailyAdviceClient.class and b/chap15/DailyAdviceClient.class differ diff --git a/chap15/DailyAdviceServer.class b/chap15/DailyAdviceServer.class old mode 100755 new mode 100644 index 8154bd7..5b5b081 Binary files a/chap15/DailyAdviceServer.class and b/chap15/DailyAdviceServer.class differ diff --git a/chap15/MyRunnable.class b/chap15/MyRunnable.class old mode 100755 new mode 100644 index 45d88c1..a83038c Binary files a/chap15/MyRunnable.class and b/chap15/MyRunnable.class differ diff --git a/chap15/RunThreads.class b/chap15/RunThreads.class old mode 100755 new mode 100644 index 0ea2ded..7fd883f Binary files a/chap15/RunThreads.class and b/chap15/RunThreads.class differ diff --git a/chap15/RyanAndMonicaJob.class b/chap15/RyanAndMonicaJob.class old mode 100755 new mode 100644 index e3da1f1..e124d01 Binary files a/chap15/RyanAndMonicaJob.class and b/chap15/RyanAndMonicaJob.class differ diff --git a/chap15/SimpleChatClient$IncomingReader.class b/chap15/SimpleChatClient$IncomingReader.class old mode 100755 new mode 100644 index fe897c6..a1ae0a1 Binary files a/chap15/SimpleChatClient$IncomingReader.class and b/chap15/SimpleChatClient$IncomingReader.class differ diff --git a/chap15/SimpleChatClient$SendButtonListener.class b/chap15/SimpleChatClient$SendButtonListener.class old mode 100755 new mode 100644 index 63fa875..edb7685 Binary files a/chap15/SimpleChatClient$SendButtonListener.class and b/chap15/SimpleChatClient$SendButtonListener.class differ diff --git a/chap15/SimpleChatClient.class b/chap15/SimpleChatClient.class old mode 100755 new mode 100644 index c5a91d4..5c5b74c Binary files a/chap15/SimpleChatClient.class and b/chap15/SimpleChatClient.class differ diff --git a/chap15/SimpleChatClientA$SendButtonListener.class b/chap15/SimpleChatClientA$SendButtonListener.class old mode 100755 new mode 100644 index 11a37d1..df54cce Binary files a/chap15/SimpleChatClientA$SendButtonListener.class and b/chap15/SimpleChatClientA$SendButtonListener.class differ diff --git a/chap15/SimpleChatClientA.class b/chap15/SimpleChatClientA.class old mode 100755 new mode 100644 index 07a92e1..cdef857 Binary files a/chap15/SimpleChatClientA.class and b/chap15/SimpleChatClientA.class differ diff --git a/chap15/VerySimpleChatServer$ClientHandler.class b/chap15/VerySimpleChatServer$ClientHandler.class old mode 100755 new mode 100644 index 5449b99..67ba08d Binary files a/chap15/VerySimpleChatServer$ClientHandler.class and b/chap15/VerySimpleChatServer$ClientHandler.class differ diff --git a/chap15/VerySimpleChatServer.class b/chap15/VerySimpleChatServer.class old mode 100755 new mode 100644 index 9dacf75..07f7334 Binary files a/chap15/VerySimpleChatServer.class and b/chap15/VerySimpleChatServer.class differ diff --git a/chap16/Jukebox1.class b/chap16/Jukebox1.class old mode 100755 new mode 100644 index 9d65ed8..fe06f00 Binary files a/chap16/Jukebox1.class and b/chap16/Jukebox1.class differ diff --git a/chap16/Jukebox3.class b/chap16/Jukebox3.class old mode 100755 new mode 100644 index 5534e42..e692a03 Binary files a/chap16/Jukebox3.class and b/chap16/Jukebox3.class differ diff --git a/chap16/Jukebox5$ArtistCompare.class b/chap16/Jukebox5$ArtistCompare.class old mode 100755 new mode 100644 index 6d41827..f074ef8 Binary files a/chap16/Jukebox5$ArtistCompare.class and b/chap16/Jukebox5$ArtistCompare.class differ diff --git a/chap16/Jukebox5.class b/chap16/Jukebox5.class old mode 100755 new mode 100644 index 869e4ec..901cc53 Binary files a/chap16/Jukebox5.class and b/chap16/Jukebox5.class differ diff --git a/chap16/Jukebox6.class b/chap16/Jukebox6.class old mode 100755 new mode 100644 index d87373c..196444f Binary files a/chap16/Jukebox6.class and b/chap16/Jukebox6.class differ diff --git a/chap16/Jukebox8.class b/chap16/Jukebox8.class old mode 100755 new mode 100644 index 1872c50..413a298 Binary files a/chap16/Jukebox8.class and b/chap16/Jukebox8.class differ diff --git a/chap16/Song.class b/chap16/Song.class index d4d0d09..1d02d0a 100644 Binary files a/chap16/Song.class and b/chap16/Song.class differ diff --git a/chap18/DayOfTheWeekService$DoItListener.class b/chap18/DayOfTheWeekService$DoItListener.class old mode 100755 new mode 100644 index 3ff09d7..d158b9f Binary files a/chap18/DayOfTheWeekService$DoItListener.class and b/chap18/DayOfTheWeekService$DoItListener.class differ diff --git a/chap18/DayOfTheWeekService.class b/chap18/DayOfTheWeekService.class old mode 100755 new mode 100644 index b7ed983..f8d42a7 Binary files a/chap18/DayOfTheWeekService.class and b/chap18/DayOfTheWeekService.class differ diff --git a/chap18/DiceService$RollEmListener.class b/chap18/DiceService$RollEmListener.class old mode 100755 new mode 100644 index d87a985..73aea94 Binary files a/chap18/DiceService$RollEmListener.class and b/chap18/DiceService$RollEmListener.class differ diff --git a/chap18/DiceService.class b/chap18/DiceService.class old mode 100755 new mode 100644 index 9a6a778..0954709 Binary files a/chap18/DiceService.class and b/chap18/DiceService.class differ diff --git a/chap18/KathyServlet.class b/chap18/KathyServlet.class old mode 100755 new mode 100644 index aa0afa9..8f6e435 Binary files a/chap18/KathyServlet.class and b/chap18/KathyServlet.class differ diff --git a/chap18/MiniMusicService$MyDrawPanel.class b/chap18/MiniMusicService$MyDrawPanel.class old mode 100755 new mode 100644 index 7805841..74ac080 Binary files a/chap18/MiniMusicService$MyDrawPanel.class and b/chap18/MiniMusicService$MyDrawPanel.class differ diff --git a/chap18/MiniMusicService$PlayItListener.class b/chap18/MiniMusicService$PlayItListener.class old mode 100755 new mode 100644 index 287203b..45fd51b Binary files a/chap18/MiniMusicService$PlayItListener.class and b/chap18/MiniMusicService$PlayItListener.class differ diff --git a/chap18/MiniMusicService.class b/chap18/MiniMusicService.class old mode 100755 new mode 100644 index 5c4baac..7917203 Binary files a/chap18/MiniMusicService.class and b/chap18/MiniMusicService.class differ diff --git a/chap18/PhraseOMatic2.class b/chap18/PhraseOMatic2.class old mode 100755 new mode 100644 index 42829c7..0f7c4d7 Binary files a/chap18/PhraseOMatic2.class and b/chap18/PhraseOMatic2.class differ diff --git a/chap18/Service.class b/chap18/Service.class old mode 100755 new mode 100644 index ce48049..178030a Binary files a/chap18/Service.class and b/chap18/Service.class differ diff --git a/chap18/ServiceBrowser$MyListListener.class b/chap18/ServiceBrowser$MyListListener.class old mode 100755 new mode 100644 index 7e669d0..14e1a7e Binary files a/chap18/ServiceBrowser$MyListListener.class and b/chap18/ServiceBrowser$MyListListener.class differ diff --git a/chap18/ServiceBrowser.class b/chap18/ServiceBrowser.class old mode 100755 new mode 100644 index a127251..ad37a48 Binary files a/chap18/ServiceBrowser.class and b/chap18/ServiceBrowser.class differ diff --git a/chap18/ServiceServer.class b/chap18/ServiceServer.class old mode 100755 new mode 100644 index c54fcd9..5214ee1 Binary files a/chap18/ServiceServer.class and b/chap18/ServiceServer.class differ diff --git a/chap18/ServiceServerImpl.class b/chap18/ServiceServerImpl.class old mode 100755 new mode 100644 index 0a0a9f7..d10b5eb Binary files a/chap18/ServiceServerImpl.class and b/chap18/ServiceServerImpl.class differ