Inactive [ADMN/DEV] Pail v0.7.5 - The simplest and most extensible Bukkit GUI [1.0.1]

Discussion in 'Inactive/Unsupported Plugins' started by escape, Aug 7, 2011.

  1. Offline

    escape

    Pail
    The interface for and by the people
    [​IMG]
    What is it?
    Pail is a Java swing Graphical User Interface designed specifically for bukkit.
    Why is it different?
    • Pail is written as a plugin, meaning the same, simple drag-and-drop install server owners have come to know.
    • Pail uses pure Java and no external libraries, eliminating the need for any dependencies.
    • Pail is designed for bukkit servers, allowing more control than any vanilla server GUI.
    • Pail is extensible! Other plugins can hook into Pail to add their own interfaces, creating a single place for server admins to manage their server and players.
    • Pail is completely cross-platform.
    What can other plugins do?
    Pail opens up many opportunities for plugin developers to take advantage of. Plugins can be written solely to add functionality to Pail, or Pail support can be integrated easily into existing plugins. Just imagine being able to edit your permissions groups, view server performance, or manage your world's economy all from a single interface!

    ===============================
    For Developers:
    You can start developing for Pail now! The API currently consists of several methods for adding your components to the interface. To add a tab for your plugin to the Pail GUI, pass the title of your plugin's tab and the JPanel containing your interface to:​

    Code:
    PluginManager pm = this.getServer().getPluginManager();
    ((Pail)pm.getPlugin("Pail")).loadInterfaceComponent("Title", new JPanel());
    For more method descriptions, the JavaDoc is available here.

    Installation:
    Just drop Pail.jar into your plugins folder. That's it!

    Features:
    • Convenient access to player related functions
    • Interface for editing server settings
    • Command buffer to recall recent console commands by pressing up and down
    • Waypoint system for teleporting players
    • Searchable console (with regular expression support)
    • Much more!
    Commands:
    • Pail - Reopens the Pail GUI through the console
    Screenshots:
    Show Spoiler

    [​IMG]

    [​IMG]
    [​IMG]



    Todo:
    • Support for remote hosted servers (milestone 1.0)
    Credits:

    Pail has been brought to you by
    With contributions by
    Changelog:
    Version 0.7.5
    • Craftbukkit RB1240 support
    • Implemented simple gui api (docs coming soon)
    Version 0.7.4
    • Reimplemented CB1185 support
    Version 0.7.3 (Not promoted)
    • Fixed interface not loading bug
    Version 0.7.2
    • Minecraft 1.8.1 compatability (Craftbukkit RB 1185)
    • Added manual backup option
    • Added "say" option for console input
    • Possible fix for the gui not loading occasionally on server launch
    Show Spoiler

    Version 0.7.1
    • Fixed the 'apple.eawt' bug on startup
    • Added language API
    • Window can now be resized
    Version 0.7
    • Features:
      • 8 new menu options
      • Automatic translations for more than 30 languages via Google translate API
      • Console is now searchable via Find option (ctrl+F)
      • Text from the console can be copied via ctrl+C
      • Mac integration improvments
      • Players' faces are displayed next to their names
      • OP/Deop is context sensitive
      • Player names bolded in the console
      • Minor interface refinements
    • Fixes:
      • Fixed labels being cut off on some systems
      • Give now works properly with non-vanilla items
      • Fixed exceptions starting up when the interface takes too long to load
      • Enable is now thread-safe
    Version 0.6
    • Implemented skin switching in the settings
    • Fixed a bug when giving non-standard items
    • Fixed occasional NPE on startup
    • Maven integration
    Version 0.5.2
    • Added Waypoint API
    • UTF-8 support in the console
    • Interface now matches more closely with the native OS
    Version 0.5.1
    • Color support in the console
    • Fixed a bug when the craftbukkit version can't be determined
    • Autoscrolling now works properly in all situations
    Version 0.5
    • Server stop, reload, and save-all moved to Server menu
    • Added one-click auto update
    • Fixed console not scrolling down when text is added (thanks feildmaster)
    Version 0.4.1_1
    • Patched a bug in the teleport dialog
    Version 0.4.1
    • Fixed several bugs including:
      • Kill command not working
      • Command buffer skipping commands
      • Rare exceptions on disabling or reloading the plugin
    Version 0.4
    • Created waypoint system for teleporting players
    • Added command buffer to reuse recent console commands
    • Message, kick, and ban moved to player menu
    • Optimized the way settings are loaded
    • Several bugfixes and optimizations
    • Support for CB b1060
    Version 0.3.2
    • Bugfixes
    • Server IP is now configurable in settings
    Version 0.3.1
    • Several small bugfixes
    • About window shown by clicking pail version
    Version 0.3
    • Added settings section for hiding/showing tabs by other plugins
    • New API methods
    • Small optimizations and bugfixes
    Version 0.2
    • Added graphical item chooser
    • Added getInterfaceComponent to API
    • Refactoring and bugfixes
    Version 0.1
    • Preview release



    Download Pail 0.7.5 beta
    Latest dev build (unstable)
    [​IMG]

    EDIT: removed external links. Please use http://dev.bukkit.org/server-mods/pail/
     
  2. Code:
    ...
    ...
    [INFO] [dynmap] Loaded 2 maps of world 'SemiCraft'.
    2011-09-24 10:38:41 [INFO] [dynmap] Loaded 2 maps of world 'nether'.
    2011-09-24 10:38:41 [INFO] [dynmap] Loaded 2 maps of world 'skyland'.
    2011-09-24 10:38:41 [WARNING] [dynmap] Marker API has been requested, but is not enabled.  Uncomment or add 'markers' component to configuration.txt.
    2011-09-24 10:38:41 [INFO] [dynmap] Dynmap WebServer started on null:8123
    2011-09-24 10:38:41 [INFO] [dynmap] version 0.22.1 is enabled
    2011-09-24 10:38:41 [INFO] [Jail] Loaded 0 jail zones.
    2011-09-24 10:38:41 [INFO] [Jail] Loaded 0 prisoners.
    2011-09-24 10:38:41 [INFO] [Jail] Loaded 0 cells.
    2011-09-24 10:38:41 [INFO] [Jail] Jail v2.0 loaded!
    2011-09-24 10:38:41 [INFO] LWC: Loaded 137 locale strings (0 overrides)
    2011-09-24 10:38:42 [INFO] LWC: Permissions API: NijiPermissions
    2011-09-24 10:38:42 [INFO] LWC: Currency API: NoCurrency
    2011-09-24 10:38:42 [INFO] LWC: Loading SQLite
    2011-09-24 10:38:42 [INFO] LWC: Using: Native
    2011-09-24 10:38:42 [INFO] LWC: Precached 50 protections.
    2011-09-24 10:38:42 [INFO] LWC: At version: 3,53 (b294)
    2011-09-24 10:38:42 [INFO] [Tombstone] Using LWC (v3.53)
    2011-09-24 10:38:42 [INFO] [mcMMO] Permissions version 3.1.6 found, using Permissions.
    2011-09-24 10:38:42 [INFO] Loading Config File...
    2011-09-24 10:38:43 [INFO] [mcMMO] Permissions version 3.1.6 found, using Permissions.
    2011-09-24 10:38:43 [INFO] mcMMO version 1.1.14 is enabled!
    2011-09-24 10:38:43 [INFO] mcMMO is keeping usage stats an. To opt-out for whatever bizarre reason, check plugins/stats.
    2011-09-24 10:38:43 [INFO] WorldBorder version 1.4.3 loading
    2011-09-24 10:38:43 [INFO] [WorldBorder] [CONFIG] Using round border, knockback of 3.0 blocks, and timer delay of 5.
    2011-09-24 10:38:43 [INFO] [WorldBorder] [CONFIG] Border-checking timed task started.
    2011-09-24 10:38:43 [INFO] [WorldBorder] [CONFIG] World "SemiCraft" has border radius 1200 at X: -153,5 Z: 166,5
    2011-09-24 10:38:43 [INFO] [WorldBorder] [CONFIG] Will use plugin for permissions: Permissions v3.1.6
    2011-09-24 10:38:43 [INFO] For reference, the main world's spawn location is at X: -154 Y: 64 Z: 166
    2011-09-24 10:38:43 [INFO] Server permissions file permissions.yml is empty, ignoring it
    2011-09-24 10:38:43 [INFO] Done (0,727s)! For help, type "help" or "?"
    2011-09-24 10:38:44 [INFO] [FalseBook Block] 0 Bridges successfully loaded.
    2011-09-24 10:38:44 [INFO] [FalseBook Block] 0 Doors successfully loaded.
    2011-09-24 10:38:44 [INFO] [FalseBook Block] 30 protected gateblocks successfully loaded.
    2011-09-24 10:38:47 [INFO] Server is saving the map, expect some lag...
    2011-09-24 10:38:47 [INFO] CONSOLE: Forcing save..
    2011-09-24 10:38:47 [INFO] CONSOLE: Forcing save..
    2011-09-24 10:38:47 [INFO] CONSOLE: Save complete.
    2011-09-24 10:38:47 [INFO] CONSOLE: Save complete.
    2011-09-24 10:38:47 [INFO] Save complete!
    2011-09-24 10:38:47 [INFO] Save complete!
    2011-09-24 10:38:48 [INFO] CButD: Plugin-Update-Check started
    2011-09-24 10:38:49 [INFO] No source for BlocksOnGlass.jar ask the Author to add it to dev.bukkit.org
    2011-09-24 10:38:49 [INFO] No source for creaturebox.jar ask the Author to add it to dev.bukkit.org
    2011-09-24 10:38:49 [INFO] No source for clear.jar ask the Author to add it to dev.bukkit.org
    2011-09-24 10:38:50 [INFO] No source for FalseBookBlock.jar ask the Author to add it to dev.bukkit.org
    2011-09-24 10:38:50 [INFO] No source for FalseBookChat.jar ask the Author to add it to dev.bukkit.org
    2011-09-24 10:38:50 [INFO] No source for FalseBookCart.jar ask the Author to add it to dev.bukkit.org
    2011-09-24 10:38:50 [INFO] No source for FalseBookCore.jar ask the Author to add it to dev.bukkit.org
    2011-09-24 10:38:50 [INFO] No source for FalseBookIC.jar ask the Author to add it to dev.bukkit.org
    2011-09-24 10:38:50 [INFO] No source for FalseBookExtra.jar ask the Author to add it to dev.bukkit.org
    2011-09-24 10:38:50 [INFO] No source for iMOTD.jar ask the Author to add it to dev.bukkit.org
    2011-09-24 10:38:50 [INFO] No source for ItemMessage v1.2.jar ask the Author to add it to dev.bukkit.org
    2011-09-24 10:38:51 [INFO] No source for Log0.7.1.jar ask the Author to add it to dev.bukkit.org
    2011-09-24 10:38:51 [INFO] No source for MultiHome.jar ask the Author to add it to dev.bukkit.org
    2011-09-24 10:38:52 [INFO] No source for PearlOfPeace.jar ask the Author to add it to dev.bukkit.org
    2011-09-24 10:38:52 [INFO] No source for PlgEssentials_op.jar ask the Author to add it to dev.bukkit.org
    2011-09-24 10:38:52 [INFO] No source for PlgSetspawn.jar ask the Author to add it to dev.bukkit.org
    2011-09-24 10:38:53 [INFO] No source for PylamoRPG.jar ask the Author to add it to dev.bukkit.org
    2011-09-24 10:38:53 [INFO] No source for Rakamak.jar ask the Author to add it to dev.bukkit.org
    2011-09-24 10:38:53 [INFO] No source for ScheduledAnnouncer.jar ask the Author to add it to dev.bukkit.org
    2011-09-24 10:38:53 [INFO] No source for SimplePlayerList.jar ask the Author to add it to dev.bukkit.org
    2011-09-24 10:38:53 [INFO] No source for Tombstone.jar ask the Author to add it to dev.bukkit.org
    2011-09-24 10:38:54 [INFO] Not able to update WorldGuard.jar. It seems there no file-Uploads at dev.bukkit.org.
    2011-09-24 10:38:54 [SEVERE] [Fatal Error] :1:1: Content is not allowed in prolog.
    2011-09-24 10:38:54 [INFO] Not able to update Permissions.jar. It seems there no file-Uploads at dev.bukkit.org.
    2011-09-24 10:38:54 [INFO] CButD: Plugin-Update-Check finished
    2011-09-24 10:40:14 [INFO] [SERVER] Remember: You need to register if youre new player! /register password
    2011-09-24 10:40:24 [INFO] Milady25 [/removedIP] logged in with entity id 223 at ([SemiCraft] -203.84644809844377, 100.0, 154.48068295941454)
    2011-09-24 10:40:25 [INFO] New max size: 484
    2011-09-24 10:40:25 [INFO] New max size: 784
    2011-09-24 10:40:34 [INFO] [Rakamak] Milady25 is identified.
    2011-09-24 10:40:55 [INFO] Disconnecting Heketzu [/removedIP]: Outdated server!
    2011-09-24 10:41:44 [INFO] [SERVER] Remember: You need to log in EACH TIME you come to server! /login password
    2011-09-24 10:43:12 [INFO] Tr33frog [/removedIP] logged in with entity id 7099 at ([SemiCraft] -276.59375, 63.0, 187.5625)
    2011-09-24 10:43:13 [INFO] Milady25 lost connection: disconnect.quitting
    2011-09-24 10:43:13 [INFO] Connection reset
    2011-09-24 10:43:14 [INFO] [SERVER] Ask for admins to protect your areas, find out who griefed or such.
    2011-09-24 10:43:21 [INFO] [Rakamak] Tr33frog is identified.
    2011-09-24 10:44:44 [INFO] [SERVER] Chests CAN be locked again! Use /cprivate.
    ...
    ...
    
    its right there some before it and some after it. There was nothing else im not even sure if it was from Pail but i noticed it after i updated to this. :3
     
  3. Offline

    feildmaster

    It's CButD that did that.
     
  4. Offline

    Choronos

    Code:
    161 recipes
    17 achievements
    14:05:09 [INFO] Starting minecraft server version Beta 1.8.1
    14:05:09 [INFO] Loading properties
    14:05:09 [INFO] Starting Minecraft server on 5.189.153.44:25565
    14:05:09 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-1067
    -g6301507-b1185jnks (MC: 1.8.1)
    14:05:10 [INFO] [Pail] Initializing...
    14:05:10 [INFO] [Pail] Setting up themes...
    14:05:10 [INFO] [Pail] Registering events...
    14:05:10 [INFO] [Pail] Loading interface...
    14:05:10 [INFO] [Pail] Setting properties...
    It is stuck like this, i restarted my MC server and then it still says this. I don't know how long this will last for, please help?

    EDIT: I did the settings.yml fix, and it still doesn't work.
     
  5. Offline

    escape

  6. Offline

    Choronos

    I just downloaded it, and it's not working.
    I did the settings.yml fix
     
  7. Offline

    escape

    @Choronos It's still doing the same thing? Try deleting the entire pail folder and if that doesn't work post your entire server log.
     
  8. Offline

    ArtooHD

    In the AdvancedPail folder there is a permission.yml, does this work just like any permissions plugin? Because I cant get permissionsbukkit and permissionsEX to work.

    And I dont know how to/what to write in the AdvancedPail permissions.yml.
    Looks like this as of now: http://pastebin.com/1R5APmTV

    Sorry if this is a stupid question, I just found Pail today.
     
  9. Offline

    feildmaster

    Update to PailPlus v0.2, and then use the gui to set permissions.
     
  10. Offline

    ArtooHD

    That would be Advanced -> Perms ?

    Can you work with groups etc. if so how?
     
  11. Offline

    feildmaster

    I will not be making group support. What you will have to do is either:
    1. Make a custom node in bukkit's permissions.yml then give the player that node
    2. Wait for the next (2?) versions or so, and you'll be able to make permission nodes in the gui
    That will be my implementation of "groups," using the built in standards. The next version will be focused on mlti-world permissions. I believe I've set up the permissions for that, just have to fix the gui... (It's hard. :()
     
  12. Offline

    Anoniempje

    How about a TUI for the remote ssh ppl?
    The way you change BIOS settings.
     
  13. Offline

    Iso

    @escape I could translate pail into german, if you want ;)
     
  14. Offline

    feildmaster

    I'm the one doing the new translation, I'll post how it works when I finish it.

    EDIT: and THEN i'll let people translate for it.
     
  15. Offline

    escape

    @feildmaster Are you planning on using language files?
     
  16. Offline

    feildmaster

    pretty much. With an advanced registry, at some point.

    It will make it limit the translations, but who needs every tab translated? or every word for that matter. :p
     
  17. Offline

    escape

    @feildmaster
    Well the more complete the better! lol
    I would still use the Util.translate() method, that way if the language is supported your way it can use that, or else defer to google translate.
     
  18. Offline

    feildmaster

    It will still have both. You really don't need to tag me. I watch this thread. :p
     
  19. Offline

    escape

    As do I [creeper]
     
  20. Offline

    feildmaster

    I make too many things escape. I should have just stuck to one, maybe two big plugins.
     
  21. Offline

    escape

    Hahahaha I have several ideas I'm dying to make but I have no where near the time to write/maintain them. I'm already letting my other plugins go inactive just to focus on pail.
     
  22. Offline

    feildmaster

    I'm stopping all code to make controlorble. ^^ The first (technically) release will be soon. :3
     
  23. Offline

    escape

    I'm giddy with excitement!
     
  24. Offline

    Rexelflex

    So if im using www.verygames.us to host my server and have no console like a localhost server, i can not use this plugin? I do have your plugin on my server and /pail does nothing and returns no errors when i enter it. But nothing happens.
     
  25. Offline

    feildmaster

    That is correct. At the moment there's no way to use this on a remote server.
     
  26. Offline

    Valmere

    Getting this error when I try to use pail:
    Code:
    2011-09-25 04:56:04 [INFO] [Pail] Initializing...
    2011-09-25 04:56:04 [INFO] [Pail] Setting up themes...
    2011-09-25 04:56:05 [INFO] [Pail] Registering events...
    2011-09-25 04:56:05 [INFO] [Pail] Loading interface...
    2011-09-25 04:56:13 [SEVERE] Exception in thread "Pail"
    2011-09-25 04:56:13 [SEVERE] java.lang.NullPointerException
    2011-09-25 04:56:13 [SEVERE]     at com.sun.java.swing.plaf.windows.XPStyle.getTypeEnumName(Unknown Source)
    2011-09-25 04:56:13 [SEVERE]     at com.sun.java.swing.plaf.windows.XPStyle.getBorder(Unknown Source)
    2011-09-25 04:56:13 [SEVERE]     at com.sun.java.swing.plaf.windows.WindowsLookAndFeel$XPBorderValue.getXPValue(Unknown Source)
    2011-09-25 04:56:13 [SEVERE]     at com.sun.java.swing.plaf.windows.WindowsLookAndFeel$XPValue.createValue(Unknown Source)
    2011-09-25 04:56:13 [SEVERE]     at javax.swing.UIDefaults.getFromHashtable(Unknown Source)
    2011-09-25 04:56:13 [SEVERE]     at javax.swing.UIDefaults.get(Unknown Source)
    2011-09-25 04:56:13 [SEVERE]     at javax.swing.MultiUIDefaults.get(Unknown Source)
    2011-09-25 04:56:13 [SEVERE]     at javax.swing.UIDefaults.getBorder(Unknown Source)
    2011-09-25 04:56:13 [SEVERE]     at javax.swing.UIManager.getBorder(Unknown Source)
    2011-09-25 04:56:13 [SEVERE]     at javax.swing.border.TitledBorder.getBorder(Unknown Source)
    2011-09-25 04:56:13 [SEVERE]     at javax.swing.border.TitledBorder.getBorderInsets(Unknown Source)
    2011-09-25 04:56:13 [SEVERE]     at javax.swing.border.TitledBorder.getBorderInsets(Unknown Source)
    2011-09-25 04:56:13 [SEVERE]     at javax.swing.JComponent.setBorder(Unknown Source)
    2011-09-25 04:56:13 [SEVERE]     at me.escapeNT.pail.GUIComponents.ServerControlPanel.<init>(ServerControlPanel.java:49)
    2011-09-25 04:56:13 [SEVERE]     at me.escapeNT.pail.GUIComponents.MainWindow.initComponents(MainWindow.java:42)
    2011-09-25 04:56:13 [SEVERE]     at me.escapeNT.pail.GUIComponents.MainWindow.<init>(MainWindow.java:86)
    2011-09-25 04:56:13 [SEVERE]     at me.escapeNT.pail.Pail$InitMain.run(Pail.java:297)
    2011-09-25 04:56:13 [SEVERE]     at java.lang.Thread.run(Unknown Source)
    2011-09-25 04:56:13 [INFO] [Pail] Pail 0.7.4 Enabled
    ------------------------------------------------------------
    2011-09-25 04:56:17 [SEVERE] Error occurred while disabling Pail v0.7.4 (Is it up to date?): null
    java.lang.NullPointerException
        at me.escapeNT.pail.Pail.onDisable(Pail.java:136)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:128)
        at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin(JavaPluginLoader.java:941)
        at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManager.java:294)
        at org.bukkit.plugin.SimplePluginManager.disablePlugins(SimplePluginManager.java:287)
        at org.bukkit.craftbukkit.CraftServer.disablePlugins(CraftServer.java:168)
        at net.minecraft.server.MinecraftServer.stop(MinecraftServer.java:325)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:404)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    
    I figured out its because of the custom Windows 7 style that I use called DeathStar. Any way to possibly fix this? I REALLY hate the default look of Windows.
     
  27. Offline

    escape

    @Valmere
    There's not really a fix I can code for this, but try the following:
    Open up your config.yml in the pail folder and change the 'Skin' line to
    Code:
    Skin: com.jtattoo.plaf.graphite.GraphiteLookAndFeel
    Hopefully you can then start the server without any errors and change the skin to your liking in the settings. If you choose Windows again you'll most likely have to repeat the process however.
     
  28. Offline

    Fr0zenfr0g

    Remotly suport and this may be my favorite plugin after worldedit :)
     
  29. Offline

    Feed_Dante

    Here's an odd error I got yesterday while stopping the server. I've only ever seen this error once and I haven't been able to reproduce it. (This only happened as the server was stopping so don't consider it a high priority.)

    Code:
    2011-09-25 01:32:53 [SEVERE] Exception in thread "AWT-EventQueue-0"
    2011-09-25 01:32:53 [SEVERE] java.lang.NullPointerException
    2011-09-25 01:32:53 [SEVERE]     at java.awt.Window.access$700(Unknown Source)
    2011-09-25 01:32:53 [SEVERE]     at java.awt.Window$1.isOpaque(Unknown Source)
    2011-09-25 01:32:53 [SEVERE]     at javax.swing.RepaintManager.getVolatileOffscreenBuffer(Unknown Source)
    2011-09-25 01:32:53 [SEVERE]     at javax.swing.RepaintManager$PaintManager.paint(Unknown Source)
    2011-09-25 01:32:53 [SEVERE]     at javax.swing.BufferStrategyPaintManager.paint(Unknown Source)
    2011-09-25 01:32:53 [SEVERE]     at javax.swing.RepaintManager.paint(Unknown Source)
    2011-09-25 01:32:53 [SEVERE]     at javax.swing.JComponent.paintForceDoubleBuffered(Unknown Source)
    2011-09-25 01:32:53 [SEVERE]     at javax.swing.JViewport.blitDoubleBuffered(Unknown Source)
    2011-09-25 01:32:53 [SEVERE]     at javax.swing.JViewport.windowBlitPaint(Unknown Source)
    2011-09-25 01:32:53 [SEVERE]     at javax.swing.JViewport.setViewPosition(Unknown Source)
    2011-09-25 01:32:53 [SEVERE]     at javax.swing.JViewport.scrollRectToVisible(Unknown Source)
    2011-09-25 01:32:53 [SEVERE]     at javax.swing.JComponent.scrollRectToVisible(Unknown Source)
    2011-09-25 01:32:53 [SEVERE]     at me.escapeNT.pail.Util.ScrollableTextArea.scrollToBottom(ScrollableTextArea.java:167)
    2011-09-25 01:32:53 [SEVERE]     at me.escapeNT.pail.Util.ScrollableTextArea.access$400(ScrollableTextArea.java:28)
    2011-09-25 01:32:53 [SEVERE]     at me.escapeNT.pail.Util.ScrollableTextArea$ScrollingDocumentListener$1$1.run(ScrollableTextArea.java:150)
    2011-09-25 01:32:53 [SEVERE]     at java.awt.event.InvocationEvent.dispatch(Unknown Source)
    2011-09-25 01:32:53 [SEVERE]     at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
    2011-09-25 01:32:53 [SEVERE]     at java.awt.EventQueue.access$000(Unknown Source)
    2011-09-25 01:32:53 [SEVERE]     at java.awt.EventQueue$1.run(Unknown Source)
    2011-09-25 01:32:53 [SEVERE]     at java.awt.EventQueue$1.run(Unknown Source)
    2011-09-25 01:32:53 [SEVERE]     at java.security.AccessController.doPrivileged(Native Method)
    2011-09-25 01:32:53 [SEVERE]     at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
    2011-09-25 01:32:53 [SEVERE]     at java.awt.EventQueue.dispatchEvent(Unknown Source)
    2011-09-25 01:32:53 [SEVERE]     at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
    2011-09-25 01:32:53 [SEVERE]     at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
    2011-09-25 01:32:53 [SEVERE]     at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
    2011-09-25 01:32:53 [SEVERE]     at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    2011-09-25 01:32:53 [SEVERE]     at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    2011-09-25 01:32:53 [SEVERE]     at java.awt.EventDispatchThread.run(Unknown Source)
     
  30. Offline

    feildmaster

    Thanks for the notice.
     
  31. Offline

    causztic

    May I know where does the backup save to? I cant seem to find it..
     

Share This Page