Saving/restoring treeSet

I've got a customer database using TreeSet API. I'm trying to make a method for saving and restoring the treeset, but I'm a little confused. Any help would be appreciated:
Thanks
public class TreeSetProject {
   public static void main(String[] args) throws Exception {
     //main method
          int menuCode, add, delete;
          char check;
          boolean search = false, repeat = false, done = false, exist = false;
          TreeSet customer = new TreeSet();
         while (!done) {
          //loops until boolean done becomes true
              menuCode = Integer.parseInt(JOptionPane.showInputDialog(null,
                   "1. Add customer"
                        + "\n2. Delete customer"
                             + "\n3. Search for a customer"
                                  + "\n4. List all customers"
                                       + "\n5. Save your progress"
                                            + "\n6. Restore from last save point"
                                                  + "\n7.Delete all entries"
                                                      + "\n **Enter 0 to end program**"
                                                           + "\n Please enter a choice: "));
               //Creates choices in menu
               switch (menuCode) {
               //creates switch statment for menu
                    case 1:
                         String customerToAdd = JOptionPane.showInputDialog(null,
                              "Customer's name: ");
                         repeat = customer.contains(customerToAdd);
                         if (repeat == false)
                              customer.add(customerToAdd);
                              JOptionPane.showMessageDialog(null, customerToAdd + " was successfully added to the list");
                         else
                              JOptionPane.showMessageDialog(null, "Sorry, but " + customerToAdd + " is already in the list");
                         break;
                         //Allows user to add customers and checks for duplicates
                    case 2:
                         String customerToDelete = JOptionPane.showInputDialog(null,
                              "Customer to delete: ");
                         exist = customer.contains(customerToDelete);
                         if (exist == true)
                              customer.remove(customerToDelete);
                              JOptionPane.showMessageDialog(null, customerToDelete + " was successfully removed from the list");
                         else
                              JOptionPane.showMessageDialog(null, "Sorry, but " + customerToDelete + " does not exist");
                         break;
                         //Allows user to delete customers and checks to make sure the record exists
                    case 3:
                    String customerToSearch = JOptionPane.showInputDialog(null,
                              "Customer to search for: ");
                         search = customer.contains(customerToSearch);
                         if (search == true)
                              JOptionPane.showMessageDialog(null, customerToSearch + " is in the database");
                         else
                              JOptionPane.showMessageDialog(null, "Sorry, but " + customerToSearch + " is not in the database");
                         break;
                         //Allows user to search for a customer
                    case 4:
                         JOptionPane.showMessageDialog(null, customer.toArray());
                         break;
                         //prints a list of all data
                    case 7:
                         customer.removeAll(customer);
                    break;
                    //removes all entries if case 7 is chosen     
                    default:
                         JOptionPane.showMessageDialog(null, "Bad input. Read the choices carefully!");
                         //Tells user to retry their selection if they don't enter a choice from 0-7
               }//ends switch statment     
          }//ends while loop
     }//ends main method
}//ends class

dazeman wrote:
I've got a customer database using TreeSet API. I'm trying to make a method for saving and restoring the treeset, but I'm a little confused. Any help would be appreciated:
Thanks
...Ok, but what is your question?
By looking at the title of your thread "Saving/restoring treeSet" I'd say: have a look at Serialization:
http://www.deitel.com/articles/java_tutorials/20050923/IntroductionToObjectSerialization.html
But if you have a specific question about the code you posted, feel free to ask it here.

Similar Messages

  • Server state saving restores view even request params changed for same page

    hi all,
    i've a problem with the state saving method of JSF... environment: JSF1.1, WAS6, Spring2.0..
    i have two buttons those POP UP an IFRAME inside with a details page..
    <input type="button" onclick="openDetailsPage('detailsPage.jsp?id=1');" value="show first record's details" />
    <input type="button" onclick="openDetailsPage('detailsPage.jsp?id=2);" value="show second record's details" />
    detailspage gets the "id" param and query&show the details of the requested data IF THE REQUEST IS NOT POSTBACK... like below;
    public void onPreRender() {
    if (!isPostBack()) {
    // get id from param, query the record and show its details...
    problem is; if i set the state_saving_method as "server"; jsf is creating view only for the first time... after that, no matter what record info i sent, it's restoring the old page...
    however, there's no problem if i set state_saving_method=client... my details page view is being created in every request...
    what may be the problem? when the server state saving method used, it's not creating just restoring the previously opened page in every click...
    thanks in advance,
    hasan...

    I just did, thank you. Here are the reports i filed:
    [Server side viewstate saving: UIViewRoot's viewMap gets cleared on postback|http://java.net/jira/browse/JAVASERVERFACES-1982]
    [Configuration attribute com.sun.faces.serializeServerState only work for the first postback|http://java.net/jira/browse/JAVASERVERFACES-1983]

  • Restore pages file not saved, restore pages file not saved

    Hi. Good afternun.
    I was typing mi special publication to get a grade of plastic surgeon. I did not save the file in the last

    If you haven't saved the document it is gone.

  • Aperture Valut restore partially failed - but no error messages

    After re-installing my macbook I restored my aperture valut. It all went fine or at least I thought so until I found several empty projects (where I know a lot of pictures should have been stored)
    Luckilly I thougt, I also have exports of old projects on DVD. When restoring one of the empty projects (67MB) from DVD the folder was still empty!!!
    Any ideas?

    Hi,
    No, this was a clean install... unless filtering can also be saved/restored via a vault?
    However... the problem seems to be solved...
    When making the vault (before re-installing my macbook) I was running on Snow Leopard.
    When restoring my vault I had not yet made the last update to Snow Leopard (don't recall
    the versions)
    I did that this morning - and when going through my projects it now works.... Just have to
    check them all now I guess...
    happy again!
    Thanks!

  • Broken screen, not able to log in, need to do system restore

    1. Pavilion dv6500 laptop with broken screen.
    2. Operating system: Vista
    3.Error message: "The User Profile Service service failed the logon. User profile cannot be loaded"
    4. Microsoft updates?
    I need to know (a) the key stokes required to carry out a system restore to a saved restore point and (b) the key strokes to carry out a hp system recovery without being able to see the screen.
    I need this to try to retrieve the data I have on a laptop with a broken screen and vga port. I have been using an HDMI cable to connect it to a monitor but recently, vista stopped allowing me to log into my user account (giving the error above). To fix this I would use safe mode to modify my registry but safe mode does not project through the HDMI port to the external screen.
    Therefore, I would like to know (a) the key strokes required to restore to a saved restore point and (b) the key strokes to carry out a hp system recovery without being able to see the screen or use the mouse.
    Thanks.

    Simplest solution to retrieve data under those circumstances to me would be to remove your HDD
    Plug it into another computer by eSata
    Then just copy whatever you wanted onto the other HDD.
    If my reply was helpful please click the "Kudos" star.
    If your problem is solved please click the "Accept as Solution" button

  • Save and restore Apple Mail settings (Mail version 7.3x)

    Can anyone assist with hints as to how to save/restore the GUI and other individual settings in Apple Mail (Version 7.3, Build 1878.2)?
    In earlier mail version this could easily be done by simply saving & restoring the "apple.mail.pst" file. Thanks.

    Greetings,
    I don't think you would have to use Time Machine at all for this; that would only complicate things. Instead try this:
    Quit Mail if it's running.
    Go to Home/Library/Mail and remove your IMAP mailbox. and any Envelope Index file.
    Restart Mail and wait for the index to rebuild, and with any luck it should download your email again, but only once. If so, then your problem would appear to be solved.

  • How to save JTabbedPane to file so it can be restored later

    I am trying to build a program that will allow the user to add/remove tabs and buttons in a JTabbedPane and then save this to a file so that it can be restored later. However when I try to restore it from the file I cannot get it to update the panel.
    public class LightCommander extends JFrame
         private Container windowContent;
         private JPanel mainPanel;
         // menubar items and actionlistener
         private JMenuBar mainMenu;
         private JMenu f,v,c,c1,h;
         private ButtonGroup view_group;
         private MenuHandler mlistener;
         private static JMenuItem f1,f2,f3,c11,c12,c2,c3,c4,c5,h1,h2,h3;
         private JRadioButtonMenuItem v1;
         // mainWindow items
         private JScrollPane scrollWindow;
         private TabbedView mainWindow;
         // infoBar items and mouselistener
         private JPanel infoBar;
         private JLabel info;
         private InfoHandler ilistener;
         // program variables
         private Color defaultColor;
         private File setupFile;
         private FileInputStream fis;
         private FileOutputStream fos;
         private ObjectInputStream ois;
         private ObjectOutputStream oos;
         public LightCommander()
              super("LightCommander2 - \"The Light Project\"");
              windowContent = getContentPane();
              setupFile = null;
              defaultColor = this.getBackground();
              // create the mainPanel of the program which will
              // contain all the programs gui elements
              mainPanel = new JPanel(new BorderLayout());
              mainPanel.setPreferredSize(new Dimension(800,600));
              mainPanel.setMaximumSize(new Dimension(1400,1050));
                   // create the menuBar and it's menus
                   mainMenu = new JMenuBar();
                   // create the file menu
                   f  = new JMenu("File");
                   f.setMnemonic(KeyEvent.VK_F);
                   f1 = new JMenuItem("New");
                   f1.setMnemonic(KeyEvent.VK_N);
                   f1.setAccelerator(KeyStroke.getKeyStroke(KeyEvent.VK_N, ActionEvent.CTRL_MASK));     // set shortcut = (Ctrl + n) for power users
                   f2 = new JMenuItem("Open");
                   f2.setMnemonic(KeyEvent.VK_O);
                   f2.setAccelerator(KeyStroke.getKeyStroke(KeyEvent.VK_O, ActionEvent.CTRL_MASK));     // set shortcut = (Ctrl + o) for power users
                   f3 = new JMenuItem("Exit");
                   f3.setMnemonic(KeyEvent.VK_X);
                   f3.setAccelerator(KeyStroke.getKeyStroke(KeyEvent.VK_X, ActionEvent.CTRL_MASK));     // set shortcut = (Ctrl + x) for power users
                   f.add(f1);
                   f.add(f2);
                   f.addSeparator();
                   f.add(f3);
                   // create the view menu
                   v  = new JMenu("View");
                   v.setMnemonic(KeyEvent.VK_V);
                   v1 = new JRadioButtonMenuItem("Tabs");
                   view_group = new ButtonGroup();
                   view_group.add(v1);
                   v1.setSelected(true);
                   v.add(v1);
                   // create the command menu
                   c   = new JMenu("Command");
                   c.setMnemonic(KeyEvent.VK_C);
                   c1  = new JMenu("Add");
                   c1.setMnemonic(KeyEvent.VK_A);
                   c11 = new JMenuItem("Light");
                   c11.setAccelerator(KeyStroke.getKeyStroke(KeyEvent.VK_1, ActionEvent.CTRL_MASK));     // set shortcut = (Ctrl + 1) for power users
                   c12 = new JMenuItem("Switch");
                   c12.setAccelerator(KeyStroke.getKeyStroke(KeyEvent.VK_2, ActionEvent.CTRL_MASK));     // set shortcut = (Ctrl + 2) for power users
                   c1.add(c11);
                   c1.add(c12);
                   c2  = new JMenuItem("Remove");
                   c2.setMnemonic(KeyEvent.VK_R);
                   c2.setAccelerator(KeyStroke.getKeyStroke(KeyEvent.VK_3, ActionEvent.CTRL_MASK));     // set shortcut = (Ctrl + 3) for power users
                   c3  = new JMenuItem("Reset");
                   c3.setMnemonic(KeyEvent.VK_E);
                   c3.setAccelerator(KeyStroke.getKeyStroke(KeyEvent.VK_4, ActionEvent.CTRL_MASK));     // set shortcut = (Ctrl + 4) for power users
                   c4  = new JMenuItem("All On");
                   c4.setMnemonic(KeyEvent.VK_N);
                   c4.setAccelerator(KeyStroke.getKeyStroke(KeyEvent.VK_5, ActionEvent.CTRL_MASK));     // set shortcut = (Ctrl + 5) for power users
                   c5  = new JMenuItem("All Off");
                   c5.setMnemonic(KeyEvent.VK_F);
                   c5.setAccelerator(KeyStroke.getKeyStroke(KeyEvent.VK_6, ActionEvent.CTRL_MASK));     // set shortcut = (Ctrl + 6) for power users
                   c.add(c1);
                   c.add(c2);
                   c.add(c3);
                   c.addSeparator();
                   c.add(c4);
                   c.add(c5);
                   // create the help menu
                   h  = new JMenu("Help");
                   h.setMnemonic(KeyEvent.VK_H);
                   h1 = new JMenuItem("Help Topics");
                   h1.setAccelerator(KeyStroke.getKeyStroke(KeyEvent.VK_F1, ActionEvent.CTRL_MASK));     // set shortcut = (Ctrl + F1) for power users
                   h2 = new JMenuItem("Technical Support");
                   h3 = new JMenuItem("About LightCommander2...");
                   h.add(h1);
                   h.add(h2);
                   h.addSeparator();
                   h.add(h3);
                   // add actionlistener and infolistener to the menuitems
                   mlistener = new MenuHandler();
                   ilistener = new InfoHandler();
                   f.addMouseListener(ilistener);
                   f1.addActionListener(mlistener);
                   f1.addMouseListener(ilistener);
                   f2.addActionListener(mlistener);
                   f2.addMouseListener(ilistener);
                   f3.addActionListener(mlistener);
                   f3.addMouseListener(ilistener);
                   v.addMouseListener(ilistener);
                   v1.addActionListener(mlistener);
                   v1.addMouseListener(ilistener);
                   c.addMouseListener(ilistener);
                   c11.addActionListener(mlistener);
                   c11.addMouseListener(ilistener);
                   c12.addActionListener(mlistener);
                   c12.addMouseListener(ilistener);
                   c2.addActionListener(mlistener);
                   c2.addMouseListener(ilistener);
                   c3.addActionListener(mlistener);
                   c3.addMouseListener(ilistener);
                   c4.addActionListener(mlistener);
                   c4.addMouseListener(ilistener);
                   c5.addActionListener(mlistener);
                   c5.addMouseListener(ilistener);
                   h.addMouseListener(ilistener);
                   h1.addActionListener(mlistener);
                   h1.addMouseListener(ilistener);
                   h2.addActionListener(mlistener);
                   h2.addMouseListener(ilistener);
                   h3.addActionListener(mlistener);
                   h3.addMouseListener(ilistener);
                   // disable menu items with no functionality as of yet
    //               f1.setEnabled(false);
    //               f2.setEnabled(false);
    //               v1.setEnabled(false);
                   c1.setEnabled(false);
                   c11.setEnabled(false);
                   c12.setEnabled(false);
                   c2.setEnabled(false);
                   c3.setEnabled(false);
                   c4.setEnabled(false);
                   c5.setEnabled(false);
                   h1.setEnabled(false);
                   h2.setEnabled(false);
                   h3.setEnabled(false);
                   // add the menus to the menubar
                   mainMenu.add(f);
                   mainMenu.add(v);
                   mainMenu.add(c);
                   mainMenu.add(h);
                   // create the mainWindow for displaying
                   // switch and light elements
                   mainWindow = new TabbedView();
                   scrollWindow = new JScrollPane(mainWindow);
                   // create the infoBar to display
                   // the mouseOver information of components
                   infoBar = new JPanel(new BorderLayout());
                   infoBar.setPreferredSize(new Dimension(800,20));
                   info = new JLabel("");
                   info.setPreferredSize(new Dimension(400,20));
                   info.setBorder(BorderFactory.createMatteBorder(1,1,1,1,Color.GRAY));
                   infoBar.add(info,BorderLayout.WEST);
              // add the items to the mainPanel
              mainPanel.add(mainMenu,BorderLayout.NORTH);
              mainPanel.add(scrollWindow,BorderLayout.CENTER);
              mainPanel.add(infoBar,BorderLayout.SOUTH);
              windowContent.add(mainPanel);
              pack();
              show();
         public static void main(String[] args)
              LightCommander GUI = new LightCommander();
              GUI.addWindowListener(
                        new WindowAdapter()
                             public void windowClosing(WindowEvent e)
                             { f3.doClick(); }
         // inner class that handles all Events
         // created by the menu items in the JFrame
         public class MenuHandler implements ActionListener
              public void actionPerformed(ActionEvent e)
                   if(e.getSource() == f1)
                   //* New File:                                                                                *
                   //*      updates any currently open file, creates a fileBrowser for user          *
                   //*      input, and then creates the file and enables additional menu items     *
                        //*** check to see if a file is currently open and if so save it
                        if(setupFile != null)
                             try
                                  fos = new FileOutputStream(setupFile);
                                  oos = new ObjectOutputStream(fos);
                                  oos.writeObject(mainWindow);
                                  oos.close();
                                  fos.close();
                                  setupFile = null;
                             catch(Exception f) { JOptionPane.showMessageDialog(mainPanel,"ERROR: " + f); }
                        //*** create popup window to request file name and location (fileBrowser)
                        JFileChooser chooser = new JFileChooser();
                        int result = chooser.showSaveDialog(mainMenu);
                        if(result == JFileChooser.CANCEL_OPTION) return;
                        setupFile = chooser.getSelectedFile();
                        try
                             setupFile.createNewFile();
                             mainWindow = new TabbedView();     // reset the view here
                             mainWindow.repaint();
                             // enable the menu items that should now be functional
                             c1.setEnabled(true);
                             c12.setEnabled(true);
                        catch(Exception f){ JOptionPane.showMessageDialog(mainPanel, "ERROR: " + f); }
                   if(e.getSource() == f2)
                   //* Open File:                                                                                     *
                   //*          updates any currently open file, creates a fileBrowser for user               *
                   //*          input, opens the file, builds the view from file, enables menu items     *
                        //*** check to see if a current file is open and if so save it
                        if(setupFile != null)
                             try
                                  fos = new FileOutputStream(setupFile);
                                  oos = new ObjectOutputStream(fos);
                                  oos.writeObject(mainWindow);
                                  oos.close();
                                  fos.close();
                                  setupFile = null;
                             catch(Exception f) { JOptionPane.showMessageDialog(mainPanel,"ERROR: " + f); }
                        //*** create popup window (file browser) to allow user to select the file to be opened
                        JFileChooser chooser = new JFileChooser();
                        int result = chooser.showOpenDialog(mainMenu);
                        if(result == JFileChooser.CANCEL_OPTION) return;
                        try
                             //*** open the selected file and fill the view
                             setupFile = chooser.getSelectedFile();
                             fis = new FileInputStream(setupFile);
                             ois = new ObjectInputStream(fis);
                             mainWindow = (TabbedView) ois.readObject();
                             mainWindow.reset();
                             ois.close();
                             fis.close();
                             // finally, enable the menu items that should now be functional
                             c1.setEnabled(true);
                             c11.setEnabled(true);
                             c12.setEnabled(true);
    //                         c2.setEnabled(true);
    //                         c3.setEnabled(true);
    //                         c4.setEnabled(true);
    //                         c5.setEnabled(true);
                        catch(Exception f){ JOptionPane.showMessageDialog(mainPanel,"ERROR: " + f); }
                   if(e.getSource() == f3)
                   //* Exit Program:                                        *
                   //*          update the currently open file and exit     *
                        //*** check to see if a current file is open and if so save it
                        if(setupFile != null)
                             try
                                  fos = new FileOutputStream(setupFile);
                                  oos = new ObjectOutputStream(fos);
                                  oos.writeObject(mainWindow);
                                  oos.close();
                                  fos.close();
                                  setupFile = null;
                             catch(Exception f) { JOptionPane.showMessageDialog(mainPanel,"ERROR: " + f); }
                        System.exit(0);
                   if(e.getSource() == c11)
                   // add a lightObject to the selected switch
                   // and also add the lightObject to each view
                        //*** get the selected switchObject
                             // if the current view is tabbed find the selected tab
                             // if the current view is matrix then find the selected button
                        //*** add a lightObject to the selected switchObject
                        //*** finally add the lightObject as a button to both views
                   if(e.getSource() == c12)
                   // add a switchObject to the current setup
                   // and also add a tab to the mainWindow
                        if(!mainWindow.addSwitch())     JOptionPane.showMessageDialog(mainPanel,"ERROR: MAX number of switches are installed.");
                        // enable menu items that should now be functional
                        c11.setEnabled(true);
    //                    c2.setEnabled(true);
    //                    c3.setEnabled(true);
    //                    c4.setEnabled(true);
    //                    c5.setEnabled(true);
                   if(e.getSource() == c2){ System.out.println("event - remove"); }
                   if(e.getSource() == c3){ System.out.println("event - reset"); }
                   if(e.getSource() == c4){ System.out.println("event - all on"); }
                   if(e.getSource() == c5){ System.out.println("event - all off"); }
                   if(e.getSource() == h1){ System.out.println("event - help topics"); }
                   if(e.getSource() == h2){ System.out.println("event - technical support"); }
                   if(e.getSource() == h3){ System.out.println("event - about lightcommander2..."); }
         // displays mouseover information in the infoPanel
         public class InfoHandler implements MouseListener
              // the mouse has entered a mouselistener object
              public void mouseEntered(MouseEvent e)
                   if(e.getSource() == f ) { info.setText(" file menu");     }
                   if(e.getSource() == f1) { info.setText(" create a new setup file"); }
                   if(e.getSource() == f2) { info.setText(" open an existing setup file"); }
                   if(e.getSource() == f3) { info.setText(" exit the program");     }
                   if(e.getSource() == v ) { info.setText(" view menu");     }
                   if(e.getSource() == v1) { info.setText(" change the main window layout to tabular layout"); }
                   if(e.getSource() == c ) { info.setText(" command menu"); }
                   if(e.getSource() == c11){ info.setText(" add a light to the current lighting setup"); }
                   if(e.getSource() == c12){ info.setText(" add a switch to the current lighting setup"); }
                   if(e.getSource() == c2) { info.setText(" remove the selected item from the lighting setup");     }
                   if(e.getSource() == c3) { info.setText(" reset the selected item in the lighting setup"); }
                   if(e.getSource() == c4) { info.setText(" turn on all the lights"); }
                   if(e.getSource() == c5) { info.setText(" turn off all the lights"); }
                   if(e.getSource() == h ) { info.setText(" help menu");     }
                   if(e.getSource() == h1) { info.setText(" open a list of common help topics"); }
                   if(e.getSource() == h2) { info.setText(" open a window with company contact information"); }
                   if(e.getSource() == h3) { info.setText(" open a window displaying program info"); }
              public void mouseExited(MouseEvent e){ info.setText(""); }
              public void mousePressed(MouseEvent e){  }
              public void mouseReleased(MouseEvent e){  }
              public void mouseClicked(MouseEvent e){  }
    public class TabbedView extends JTabbedPane implements Serializable
         private SwitchObject[] switches;
         private int numSwitches;
         public TabbedView()
              super();
              switches = new SwitchObject[128];
              numSwitches = 0;
         public boolean addSwitch()
              if(numSwitches < 128)
                   for(int i=0; i<128; i++)
                        if(switches[i] == null)
                             SwitchObject x = new SwitchObject("S" + Integer.toString(i), i);
                             switches[i] = x;
                             this.addTab(x.getLabel(), x);
                             break;
                   numSwitches++;     // increment the number of switches installed
                   return true;     // signal a successful operation
              else return false;     // signal that all available switch addresses are used
    public class SwitchObject extends JPanel implements Serializable
         private String s_label;
         private int s_addr;
         private int numLights;
         private LightObject[] lights;
         // SwitchObject Constructor
         public SwitchObject(String label, int addr)
              super();
              s_label = label;
              s_addr = addr;
              numLights = 0;
              lights = new LightObject[128];     // create an empty array of lights
              for(int i=0; i<3; i++) Tx();     // send the switches addr 3 times in order to setup the hardware addr
         public String getLabel(){ return s_label; }
         public int getAddr(){ return s_addr; }
         // add a light to the switch
         public boolean addLight()
              if(numLights < 128)
                   for(int i=0; i<128; i++)
                        if(lights[i] == null)
                             lights[i] = new LightObject("L" + Integer.toString(i), i+128);
                             break;
                   numLights++;
                   return true;
              else return false;
         // transmit the switches addr to the hardware
         public void Tx()
              //*** Add Code Here ***
              System.out.println("Tx: " + Integer.toString(s_addr));     // output for debugging
    public class LightObject extends JButton implements Serializable,ActionListener
         private int l_addr;
         private boolean isOn;
         public LightObject(String label, int addr)
              super(label);
              this.addActionListener(this);
              this.setBackground(Color.YELLOW);
              l_addr = addr;
              for(int i=0; i<3; i++) Tx();          // send the light addr 3 times to setup the hardware addr
              isOn = true;
         public int getAddr(){ return l_addr; }
         // Transmit the light's addr to the hardware
         public void Tx()
              //*** Add Code Here ***
              System.out.println("Tx: " + Integer.toString(l_addr));
         public void actionPerformed(ActionEvent e)
              Tx();
              if(isOn)
                   isOn = false;
                   this.setBackground(Color.GRAY);
              else
                   isOn = true;
                   this.setBackground(Color.YELLOW);
    }

    You're welcome for the help I gave you in your last posting on this topic.
    Why are you posting 200 lines of code? 90% of the code is not related to saving/restoring a component. Create a simple demo program and then maybe someone will take a look. We are not here to debug you entire application.
    How to create a [url http://www.physci.org/codes/sscce.jsp]Short, Self Contained, Correct (Compilable), Example

  • The kind of help you get with HP Chat...it's a real good way to spend an hour on your weekend

    I copied my recent session with HP Chat so people may see how inadequate out-sourcing to other countries is.  After nearly an hour, this professional tech agent thought it would be helpful to have me create a file in my C: drive to see if it got there.
    This problem is a widespread problem, as I have found that many people are having an issue with their D: drive getting full even though their computer is new.  My hard drive has 6GB, and Memory 1 TB.  There is no way that a stay at home Mom, who only sends an occasion email should have a full D: (recovery) drive. 
    Some people suspect that this is a defect within the system, that it is letting in files, or possibly duplicating them into this Drive.
    I Got Nowhere in nearly an hour....here is the Chat Session;
    Sunday, November 27, 2011 11:32 AM] -- Automatically generated message:
    Your support request has been submitted and is in queue. Please wait momentarily while the system connects you with the next available support specialist. [Sunday, November 27, 2011 11:32 AM] -- Automatically generated message:
    You are now chatting with support specialist Ronan M. [Sunday, November 27, 2011 11:32 AM] -- Ronan M says:
    Welcome to HP Total Care for Desktops. My name is Ronan M. Please give me a few moments while I review your problem description details.
    NOTE: For security reasons, PLEASE DO NOT send credit card information via chat. [Sunday, November 27, 2011 11:33 AM] -- Ronan M says:
    Hi, Janine. Thank you for your time. How are you doing today? [Sunday, November 27, 2011 11:33 AM] -- JANINE  says:
    Fine, how are you?  [Sunday, November 27, 2011 11:34 AM] -- Ronan M says:
    Glad to know that you are doing fine. I am doing great. Thank you for asking. [Sunday, November 27, 2011 11:35 AM] -- Ronan M says:
    I understand that you want to know about the Recovery partition on the hard drive. Am I right? [Sunday, November 27, 2011 11:36 AM] – JANINE says:
    Yes, there is something wrong with it, as it should not be full. This PC is fairly new, and my little lap top has all the same programs on it and is doing perfect. [Sunday, November 27, 2011 11:36 AM] -- JANINE says:
    Sorry...I was unclear [Sunday, November 27, 2011 11:37 AM] -- JANINE says:
    My Toshiba lap top, has all the same files and is not too full to perform properly. [Sunday, November 27, 2011 11:37 AM] -- Ronan M says:
    Not a problem. I will tap in to all resources available and try my best to provide you the information. [Sunday, November 27, 2011 11:38 AM] -- JANINE says:
    Great. From what I learned on forums, many other people are having the same issue. It seems that maybe drive D has files on it that is should not. [Sunday, November 27, 2011 11:40 AM] -- Ronan M says:
    Okay, Janine. Kindly provide the following details about your PC :
    Product Number : QP676AA
    Serial Number : 4CS1180XXX
    You can view them on the screen by pressing Ctrl + Alt + S keys together on the keyboard. [Sunday, November 27, 2011 11:41 AM] -- Ronan M says:
    Please provide the confirmation for the following details about your PC :
    Product Number : QP676AA
    Serial Number : 4CS1180XXX [Sunday, November 27, 2011 11:41 AM] -- JANINE says:
    ok, one moment [Sunday, November 27, 2011 11:42 AM] -- JANINE says:
    Model #: 610-1150y
    Product #: QP676AA#ABA
    Serial #: 4CS1180XXX
    Software Build #: 11NA2ARW6xx#SABA#DABA
    Service ID #: 070-xxx
    PCBRAND: HP [Sunday, November 27, 2011 11:42 AM] -- Ronan M says:
    Sure, please take your time. [Sunday, November 27, 2011 11:43 AM] -- JANINE says:
    It's above your message. [Sunday, November 27, 2011 11:45 AM] -- Ronan M says:
    Yes, I got you. Thank you for providing the confirmation. [Sunday, November 27, 2011 11:45 AM] -- Ronan M says:
    Please give me a moment here, while I check with my resources. [Sunday, November 27, 2011 11:45 AM] -- JANINE says:
    ok [Sunday, November 27, 2011 11:49 AM] – JANINE says:
    Hello [Sunday, November 27, 2011 11:51 AM] -- Ronan M says:
    One moment. [Sunday, November 27, 2011 11:51 AM] -- JANINE says:
    what are you doing? [Sunday, November 27, 2011 11:52 AM] -- JANINE  says:
    I am seeing activity. [Sunday, November 27, 2011 11:53 AM] -- Ronan M says:
    Please note that we can not take control of your PC, without your permission. [Sunday, November 27, 2011 11:53 AM] -- Ronan M says:
    Only our Telephone support team have the option to take control of your PC. [Sunday, November 27, 2011 11:53 AM] -- JANINE says:
    Oh, I thought I agreed to something of the sort when I logged on. [Sunday, November 27, 2011 11:54 AM] -- JANINE says:
    I see...well, what is happening right now? [Sunday, November 27, 2011 11:55 AM] -- Ronan M says:
    Please follow these steps to test the partitions on your PC. [Sunday, November 27, 2011 11:55 AM] -- Ronan M says:
    Close all the windows except this chat session window. [Sunday, November 27, 2011 11:55 AM] -- JANINE says:
    ok [Sunday, November 27, 2011 11:56 AM] -- JANINE says:
    all closed [Sunday, November 27, 2011 11:57 AM] -- Ronan M says:
    Please click on Start and open Computer. [Sunday, November 27, 2011 11:57 AM] -- JANINE  says:
    done [Sunday, November 27, 2011 11:59 AM] -- JANINE says:
    991 MB free of 13.9 GB [Sunday, November 27, 2011 11:59 AM] -- Ronan M says:
    Right click on the C drive and select Properties. Please let me know the size of the C drive partition. [Sunday, November 27, 2011 11:59 AM] -- Ronan M says:
    Then right click on the D drive and please provide the size of the D drive partition. [Sunday, November 27, 2011 12:00 PM] -- JANINE says:
    C: drive 827 GB free of 917 GB [Sunday, November 27, 2011 12:01 PM] -- Ronan M says:
    Thank you. Please check size of the D drive partition too. [Sunday, November 27, 2011 12:02 PM] -- JANINE says:
    I already gave that to you before you asked for it...above. 991 MB free of 13.9 GB [Sunday, November 27, 2011 12:03 PM] -- Ronan M says:
    I am sorry about that. Thank you for providing the information. [Sunday, November 27, 2011 12:04 PM] -- Ronan M says:
    Kindly give me a moment here. [Sunday, November 27, 2011 12:04 PM] -- JANINE says:
    No problem [Sunday, November 27, 2011 12:05 PM] -- Ronan M says:
    Thank you for your patience. [Sunday, November 27, 2011 12:06 PM] -- JANINE says:
    Wow, it's already been half and a hour and we haven't gotten anywhere yet...what is happening? [Sunday, November 27, 2011 12:06 PM] -- Ronan M says:
    I am really sorry about the delay. [Sunday, November 27, 2011 12:07 PM] -- JANINE says:
     [Sunday, November 27, 2011 12:07 PM] -- Ronan M says:
    Kindly note that the Recovery partition will hold the Recovery files only and the whole of the C drive is used for the Operating System and your personal files. [Sunday, November 27, 2011 12:08 PM] -- JANINE  says:
    Correct. I understand that. [Sunday, November 27, 2011 12:08 PM] -- Ronan M says:
    When the Recovery is performed, it will fix a 15 GB - 20 GB partition for the Recovery files. [Sunday, November 27, 2011 12:08 PM] -- Ronan M says:
    The rest of the whole hard drive is used for the C drive. [Sunday, November 27, 2011 12:09 PM] -- JANINE  says:
    right. [Sunday, November 27, 2011 12:10 PM] -- JANINE says:
    I just want to know what is wrong with my D drive...why is it filling up so fast since it is only a recovery drive? [Sunday, November 27, 2011 12:12 PM] -- Ronan M says:
    Please note that it is not filling up. when you save a file. The partition is used to store the files, only at the time of the Recovery process. [Sunday, November 27, 2011 12:12 PM] -- Ronan M says:
    When you save your files, they are all Saved on the C drive's Documents folder only. [Sunday, November 27, 2011 12:12 PM] -- JANINE says:
    I totally understand that: thus my call for help to you, my D: drive *IS* filling up.  It only has 991 MB left out of 13.9 GB!! [Sunday, November 27, 2011 12:13 PM] -- JANINE says:
    there's no reason for it to be full in only 5 months   [Sunday, November 27, 2011 12:14 PM] -- JANINE says:
    or ever for that matter [Sunday, November 27, 2011 12:15 PM] -- Ronan M says:
    Janine, the D partition is not getting filled up in the past 5 months of your usage. It was created and filled at the time of the Recovery process itself. [Sunday, November 27, 2011 12:15 PM] -- Ronan M says:
    Please try to Save a file on your PC. It will not be Saved under the D drive. [Sunday, November 27, 2011 12:16 PM] -- JANINE says:
    I think its best if I call HP and speak to someone...I need someone to understand that I am calling because there IS a problem.  My D: drive went from blue to Red…alert status last night!  If it is not filling up, why does it the usage twice the size it was last month??  Obviously, it IS filling up. [Sunday, November 27, 2011 12:16 PM] -- Ronan M says:
    It will be Saved under the C drive's Documents folder only. [Sunday, November 27, 2011 12:16 PM] -- JANINE says:
    k [Sunday, November 27, 2011 12:17 PM] -- JANINE says:
    done [Sunday, November 27, 2011 12:18 PM] -- Ronan M says:
    After the file is Saved, please try to locate the file on the hard drive. [Sunday, November 27, 2011 12:18 PM] -- JANINE says:
    I understand how all this works...what is going on? [Sunday, November 27, 2011 12:18 PM] -- Ronan M says:
    You need to click on Start and type the file name in the Search field. [Sunday, November 27, 2011 12:19 PM] -- JANINE says:
    what is the purpose of this??? this seems like you are giving me lessons on how to save a freaking file...I have hundreds of files on my C drive...yes it saved to my C drive!! [Sunday, November 27, 2011 12:20 PM] -- JANINE says:
    I am going to just copy and paste this to HP customer service...this is a complete waste of my time.
    Where can we fine Good, Professional help these days??
    I see some people are so desperate that they go to help forums and actually take a strangers advice by changing settings and what not.  One person with this same problem took someone's advice and changed the "D:" drive to another letter, now it won't show up and he cannot restore his system now.  Sad.

    kaeandcolesmon,
    If you open the recovery drive (partition) it should only have a single folder (Recovery).
    To make sure that your not saving restore points to that drive.
    See:
    Start, Control Panel, System, System Protection tab. Make sure the D drive partition is set to OFF so that it does not save there.
    I am a volunteer. I am not an HP employee.
    To say THANK YOU, press the "thumbs up symbol" to render a KUDO. Please click Accept as Solution, if your problem is solved. You can render both Solution and KUDO.
    The Law of Effect states that positive reinforcement increases the probability of a behavior being repeated. (B.F.Skinner). You toss me KUDO and/or Solution, and I perform better.
    (2) HP DV7t i7 3160QM 2.3Ghz 8GB
    HP m9200t E8400,Win7 Pro 32 bit. 4GB RAM, ASUS 550Ti 2GB, Rosewill 630W. 1T HD SATA 3Gb/s
    Custom Asus P8P67, I7-2600k, 16GB RAM, WIN7 Pro 64bit, EVGA GTX660 2GB, 750W OCZ, 1T HD SATA 6Gb/s
    Custom Asus P8Z77, I7-3770k, 16GB RAM, WIN7 Pro 64bit, EVGA GTX670 2GB, 750W OCZ, 1T HD SATA 6Gb/s
    Both Customs use Rosewill Blackhawk case.
    Printer -- HP OfficeJet Pro 8600 Plus

  • HT2513 On iCal this year the date of shrove tuseday is showing on Tuesday 13 of February witch for a start is wrong coz it's a Thursday and wrong because its meant to be in march

    On iCal this year the date of shrove tuseday is showing on Tuesday 13 of February witch for a start is wrong coz it's a Thursday and wrong because its meant to be in march

    kaeandcolesmon,
    If you open the recovery drive (partition) it should only have a single folder (Recovery).
    To make sure that your not saving restore points to that drive.
    See:
    Start, Control Panel, System, System Protection tab. Make sure the D drive partition is set to OFF so that it does not save there.
    I am a volunteer. I am not an HP employee.
    To say THANK YOU, press the "thumbs up symbol" to render a KUDO. Please click Accept as Solution, if your problem is solved. You can render both Solution and KUDO.
    The Law of Effect states that positive reinforcement increases the probability of a behavior being repeated. (B.F.Skinner). You toss me KUDO and/or Solution, and I perform better.
    (2) HP DV7t i7 3160QM 2.3Ghz 8GB
    HP m9200t E8400,Win7 Pro 32 bit. 4GB RAM, ASUS 550Ti 2GB, Rosewill 630W. 1T HD SATA 3Gb/s
    Custom Asus P8P67, I7-2600k, 16GB RAM, WIN7 Pro 64bit, EVGA GTX660 2GB, 750W OCZ, 1T HD SATA 6Gb/s
    Custom Asus P8Z77, I7-3770k, 16GB RAM, WIN7 Pro 64bit, EVGA GTX670 2GB, 750W OCZ, 1T HD SATA 6Gb/s
    Both Customs use Rosewill Blackhawk case.
    Printer -- HP OfficeJet Pro 8600 Plus

  • My arrow keys start start repeating without touching them and a string of periods are displayed in an entry field (e.g. credential to log in). Or if I type an arrow key, they immediately start repeating in perpituity. It's like a ghost in the machine.

    After the last OS X update (a security update I think), two things happened:
    my iMac would not boot (gray screen) or if it did boot, the mouse wasn't recognized and I couldn't mouse to the PW field to log in - nor did tabbing or any keystrokes get me there. I fixed this by unpludding peripherals (back up drive), but know I can't boot unless they are unplugged and it makes using TimeMachine a pain in the arse.
    My wired, extended mac keyboard now types without me, primarily, as far as I can tell, the arrow key(s). .................................... So, for example, those periods you see here are because I touched the right arrow key and off it went until I pressed ESC. Also, sometimes they just start going off on their own. For example, I can be in sleep mode and all of a sudden the screen will wake and the PW field will start filling with periods, just like you see above. ***?
    Seriously, you would think that apple would have a response for this. I have searched their support site and NOTHING. I've seen some older threads on reseting certain things. Does anyone have any summer 2013 updates?
    Thank You!!!

    kaeandcolesmon,
    If you open the recovery drive (partition) it should only have a single folder (Recovery).
    To make sure that your not saving restore points to that drive.
    See:
    Start, Control Panel, System, System Protection tab. Make sure the D drive partition is set to OFF so that it does not save there.
    I am a volunteer. I am not an HP employee.
    To say THANK YOU, press the "thumbs up symbol" to render a KUDO. Please click Accept as Solution, if your problem is solved. You can render both Solution and KUDO.
    The Law of Effect states that positive reinforcement increases the probability of a behavior being repeated. (B.F.Skinner). You toss me KUDO and/or Solution, and I perform better.
    (2) HP DV7t i7 3160QM 2.3Ghz 8GB
    HP m9200t E8400,Win7 Pro 32 bit. 4GB RAM, ASUS 550Ti 2GB, Rosewill 630W. 1T HD SATA 3Gb/s
    Custom Asus P8P67, I7-2600k, 16GB RAM, WIN7 Pro 64bit, EVGA GTX660 2GB, 750W OCZ, 1T HD SATA 6Gb/s
    Custom Asus P8Z77, I7-3770k, 16GB RAM, WIN7 Pro 64bit, EVGA GTX670 2GB, 750W OCZ, 1T HD SATA 6Gb/s
    Both Customs use Rosewill Blackhawk case.
    Printer -- HP OfficeJet Pro 8600 Plus

  • Tmobile 521 Error 8018830f updating to Windows 8.1

    Read that 8.1 was available for my Lumina 521. Didn't get any notifications so tried the manual update. It downloads the file but when it attempts to install it I get the "8018830f The Update was Downloaded but couldn't be opened" error. I have 4g of memory free. The only apps I have are the ones that came with the phone. In other articles this error is a memory error but not the memory the user has control over. I have the correct date and time. I did a reset by pressing the power and volume then resetting the date and time (pressing those sets date & time to 2012) I read doc that Msoft fixed this error back in August but I keep getting it. I tried this all day and get the same error.
    Tmobile has a doc from November 6th that the Windows 8.1 update is available for this phone. My phone meets the requirements mentioned ie wifi connection, 50% battery life & 321 MB available memory (File size of update: 321 MB)
    I have firmware 1030.6409.1316.0016 which shows in Tmobile's doc my phone is eligible for the update.
    Any other ideas or info if the update is really up and ready for my phone?
    Thanks
    Solved!
    Go to Solution.

    Thanks Hans! I was hoping I didn't have to do that.
    I did a backup to the cloud and ran that recovery tool. It did update my phone to 8.1.  It downloads 1.6g to do the update and takes awhile. Near the end the tool asked for a pin but nowhere was there a place to enter it. Just ignored it and it completed. After the update, it wouldn't let me log into my Msoft account so I could restore things like some doc showed. It never gave me an option to do a restore. Tried a reset as some Msoft doc described, couple times, no option to restore. Finally I went into Backup where it allowed me to login to my Msoft account, got out of backup as there's no restore options there, went to the sync options in settings and turned them on. When I went into OneNote's options I could see on the top of the phone it was syncing. Same thing happened with my contact list. This seemed how the restore was done, not automatically or with a restore option as some doc described.
    I did loose my text messages and I had to re-set up my desktop. The backup/restore didn't seem to save any of that. I also had to re-do my settings like ring tones and other things as those didn't get saved/restored either.
    So in conclusion, this was a solution but a severe one at that. Luckily for me I didn't have much on the phone and saved the important items described.
    Just a note: Both my post with Hans's above are solutions to this if anyone else needs it. Maybe there's other ways to do a complete backup & restore. I was disappointed that process didn't put you back completely since you can't access any of it yourself and can only use their process to back it up to their cloud. If you accidently deleted some contacts or files from an app, I don't see a way to just restore some things like a normal backup would allow.
    BTW, I had a heck of a time loggin in yesterday. Kept getting page not found errors along with need to add a alias. Finally today I was able to log in.

  • My MBP with RD's Facetime camera freezes when changing portrait to landscape during facetime calls on the display of the person who i'm calling to, but it shows alright on my side, what's going on?

    My MBP with RD's Facetime camera freezes when changing portrait to landscape during facetime calls on the display of the person who i'm calling to, but it shows alright on my side, what's going on?
    Another thing is that on Skype, whenever i clicked to sharescreen it only show a complete black out window. nothing else.
    Tried restore OSX mountain lion, doesn't work. what should i do?

    kaeandcolesmon,
    If you open the recovery drive (partition) it should only have a single folder (Recovery).
    To make sure that your not saving restore points to that drive.
    See:
    Start, Control Panel, System, System Protection tab. Make sure the D drive partition is set to OFF so that it does not save there.
    I am a volunteer. I am not an HP employee.
    To say THANK YOU, press the "thumbs up symbol" to render a KUDO. Please click Accept as Solution, if your problem is solved. You can render both Solution and KUDO.
    The Law of Effect states that positive reinforcement increases the probability of a behavior being repeated. (B.F.Skinner). You toss me KUDO and/or Solution, and I perform better.
    (2) HP DV7t i7 3160QM 2.3Ghz 8GB
    HP m9200t E8400,Win7 Pro 32 bit. 4GB RAM, ASUS 550Ti 2GB, Rosewill 630W. 1T HD SATA 3Gb/s
    Custom Asus P8P67, I7-2600k, 16GB RAM, WIN7 Pro 64bit, EVGA GTX660 2GB, 750W OCZ, 1T HD SATA 6Gb/s
    Custom Asus P8Z77, I7-3770k, 16GB RAM, WIN7 Pro 64bit, EVGA GTX670 2GB, 750W OCZ, 1T HD SATA 6Gb/s
    Both Customs use Rosewill Blackhawk case.
    Printer -- HP OfficeJet Pro 8600 Plus

  • It's not showing the play or next song buttons on locks screen when the musics are played

    it's not showing the play or next song buttons on locks screen when the musics are played

    kaeandcolesmon,
    If you open the recovery drive (partition) it should only have a single folder (Recovery).
    To make sure that your not saving restore points to that drive.
    See:
    Start, Control Panel, System, System Protection tab. Make sure the D drive partition is set to OFF so that it does not save there.
    I am a volunteer. I am not an HP employee.
    To say THANK YOU, press the "thumbs up symbol" to render a KUDO. Please click Accept as Solution, if your problem is solved. You can render both Solution and KUDO.
    The Law of Effect states that positive reinforcement increases the probability of a behavior being repeated. (B.F.Skinner). You toss me KUDO and/or Solution, and I perform better.
    (2) HP DV7t i7 3160QM 2.3Ghz 8GB
    HP m9200t E8400,Win7 Pro 32 bit. 4GB RAM, ASUS 550Ti 2GB, Rosewill 630W. 1T HD SATA 3Gb/s
    Custom Asus P8P67, I7-2600k, 16GB RAM, WIN7 Pro 64bit, EVGA GTX660 2GB, 750W OCZ, 1T HD SATA 6Gb/s
    Custom Asus P8Z77, I7-3770k, 16GB RAM, WIN7 Pro 64bit, EVGA GTX670 2GB, 750W OCZ, 1T HD SATA 6Gb/s
    Both Customs use Rosewill Blackhawk case.
    Printer -- HP OfficeJet Pro 8600 Plus

  • PC - Generating a 'Dashboard' report on the status of the controls already planned for the 1st quarter of 2014, shows the control with status Submitted.

    Hi;
        I have a problem in GRC-PC I can't solve. My User is generating a 'Dashboard' report on the status of planned for the 1st quarter of 2014 (compliance controls), this controls not planned, but presented the control with status Submitted.
    I appreciate any help...
    Thanks all....
    Regards....

    kaeandcolesmon,
    If you open the recovery drive (partition) it should only have a single folder (Recovery).
    To make sure that your not saving restore points to that drive.
    See:
    Start, Control Panel, System, System Protection tab. Make sure the D drive partition is set to OFF so that it does not save there.
    I am a volunteer. I am not an HP employee.
    To say THANK YOU, press the "thumbs up symbol" to render a KUDO. Please click Accept as Solution, if your problem is solved. You can render both Solution and KUDO.
    The Law of Effect states that positive reinforcement increases the probability of a behavior being repeated. (B.F.Skinner). You toss me KUDO and/or Solution, and I perform better.
    (2) HP DV7t i7 3160QM 2.3Ghz 8GB
    HP m9200t E8400,Win7 Pro 32 bit. 4GB RAM, ASUS 550Ti 2GB, Rosewill 630W. 1T HD SATA 3Gb/s
    Custom Asus P8P67, I7-2600k, 16GB RAM, WIN7 Pro 64bit, EVGA GTX660 2GB, 750W OCZ, 1T HD SATA 6Gb/s
    Custom Asus P8Z77, I7-3770k, 16GB RAM, WIN7 Pro 64bit, EVGA GTX670 2GB, 750W OCZ, 1T HD SATA 6Gb/s
    Both Customs use Rosewill Blackhawk case.
    Printer -- HP OfficeJet Pro 8600 Plus

  • HT4059 Can a person pay to get his book on one of these breakout lists, or are the books chosen randomly or according to sales?

    Can a person pay to advertise his book on these breakout novel lists, or are the books chosen at random or according to sales?

    kaeandcolesmon,
    If you open the recovery drive (partition) it should only have a single folder (Recovery).
    To make sure that your not saving restore points to that drive.
    See:
    Start, Control Panel, System, System Protection tab. Make sure the D drive partition is set to OFF so that it does not save there.
    I am a volunteer. I am not an HP employee.
    To say THANK YOU, press the "thumbs up symbol" to render a KUDO. Please click Accept as Solution, if your problem is solved. You can render both Solution and KUDO.
    The Law of Effect states that positive reinforcement increases the probability of a behavior being repeated. (B.F.Skinner). You toss me KUDO and/or Solution, and I perform better.
    (2) HP DV7t i7 3160QM 2.3Ghz 8GB
    HP m9200t E8400,Win7 Pro 32 bit. 4GB RAM, ASUS 550Ti 2GB, Rosewill 630W. 1T HD SATA 3Gb/s
    Custom Asus P8P67, I7-2600k, 16GB RAM, WIN7 Pro 64bit, EVGA GTX660 2GB, 750W OCZ, 1T HD SATA 6Gb/s
    Custom Asus P8Z77, I7-3770k, 16GB RAM, WIN7 Pro 64bit, EVGA GTX670 2GB, 750W OCZ, 1T HD SATA 6Gb/s
    Both Customs use Rosewill Blackhawk case.
    Printer -- HP OfficeJet Pro 8600 Plus

Maybe you are looking for

  • Problem in External catalog set up

    HI Experts, i have SRM5.0. and i i have this link form the customer http://www.bechtle.fr/shop/MasterServlet?SSID=BIOS_FR&LANG=fr&SSID_ORIGINATOR=BD_FR&SHOPKEEPER=HD_FR i have set up a external catalog as mentioned below but the problem is when i cli

  • PSE 8 brush strokes randomly change to heavy line thickness

    I installed PSE 8 on a trial offer and when I use my Wacom stylus, the line thickness randomly changes to a heavy line.  I've cleared prefrences, and reloaded the Wacom drivers and messed with sensitivity.  Any suggestions?

  • Telstra Nokia N95 software update?

    Hi all, I recently purchased an N95 from a Telstra shop on 15/05/08, tried to update my firmware, have the latest version of PC suite 6.86.93, the N series PC suite, and the software updater. I've been reading the news on the N95 and Nokia states it'

  • OEM 2.1 or OEM 2.2

    Hi, I installed OEM 2.1 and OEM 2.2 on Oracle 8.1.6 Database Server. But I am unable to login through console. Some error about OracleManagementServer Service occur and I checked in the Service in Windows NT and its not running. When I tried to run i

  • Where can I find an iPad iOS 6 manual?

    Where can I find an iPad iOS 6 manual?  The iPhone iOS 6 manual doesn't address iPad issues.  The manual in Safari is for iOS 5 and when I search the Apple website the first search result is for iOS 4.2.