



Boot Faster by Disabling the Windows XP Splash Screen
Disabling the Windows XP splash screen helps your startup go faster. To do this, open boot.ini from the root folder and add ? /noguiboot? right after ?/fastdetect?. That’s it! Note:
Disabling the Windows XP splash screen helps your startup go faster. To do this, open boot.ini from the root folder and add ? /noguiboot? right after ?/fastdetect?. That’s it! Note:
The example in this tip uses an ArrayList object to serialize, deserialize, and store itself in an XML file. However, you can also use user-defined objects. First, add items to
The following code demonstrates how to set a logger for FOP. You can send the logger’s messages to the System.out or in a file like this: //to System.outLogger logger=new ConsoleLogger(ConsoleLogger.LEVEL_INFO);fop.setLogger(logger);MessageHandler.setOutputMethod(MessageHandler.SCREEN);MessageHandler.setScreenLogger(logger);