How do i check if an JInternalFrame is in a DesktopPane?

Hey boys and girls :D
I have a JDesktopPane which controls my layout. I add JInternalFrames to the desktopPane everytime i open a new window. The problem is when i open a window, close it and then open it again, then i get the following error:
Exception in thread "AWT-EventQueue-0" java.lang.IllegalArgumentException: illegal component position
So my thought is that i could check if the frame im trying to open, allready is in the desktopPane, then i could just set that frame visible and leave the desktop.add(frame) out.
The code im talking about is this and it doesnt work with the isVisible() i want to replace that with something which checks if the frame allready is in the desktopPane.
Isnt it the way to do it?
private void createItemMenuItemActionPerformed(java.awt.event.ActionEvent evt) {                                                  
        CreateItemGUI frame = control.getCreateItemGUI();
        if(frame.isVisible()){
            frame.setVisible(false);
        }else{
            frame.setVisible(true);
            desktopPane.add(frame);
    }  And the whole code:
* MainGUI.java
* Created on 13. april 2008, 11:46
package userclasses;
import javax.swing.JInternalFrame;
* @author  Jesper Johnsen
public class MainGUI extends javax.swing.JFrame {
    private Katrinelund control;
    /** Creates new form MainGUI */
    public MainGUI(Katrinelund control) {
        this.control = control;
        initComponents();
    /** This method is called from within the constructor to
     * initialize the form.
     * WARNING: Do NOT modify this code. The content of this method is
     * always regenerated by the Form Editor.
    // <editor-fold defaultstate="collapsed" desc="Generated Code">
    private void initComponents() {
        desktopPane = new javax.swing.JDesktopPane();
        jMenuBar1 = new javax.swing.JMenuBar();
        FileMenu = new javax.swing.JMenu();
        jMenuItem1 = new javax.swing.JMenuItem();
        jMenuItem2 = new javax.swing.JMenuItem();
        jMenuItem3 = new javax.swing.JMenuItem();
        itemControlMenu = new javax.swing.JMenu();
        searchItemMenuItem = new javax.swing.JMenuItem();
        createItemMenuItem = new javax.swing.JMenuItem();
        customerControlMenu = new javax.swing.JMenu();
        searchCustomerMenuItem = new javax.swing.JMenuItem();
        createCustomerMenuItem = new javax.swing.JMenuItem();
        setDefaultCloseOperation(javax.swing.WindowConstants.EXIT_ON_CLOSE);
        setTitle("Katrinelind administration");
        setBounds(new java.awt.Rectangle(0, 0, 2000, 800));
        desktopPane.setBackground(new java.awt.Color(255, 255, 255));
        FileMenu.setText("File");
        jMenuItem1.setText("?bn");
        FileMenu.add(jMenuItem1);
        jMenuItem2.setText("Luk");
        jMenuItem2.addActionListener(new java.awt.event.ActionListener() {
            public void actionPerformed(java.awt.event.ActionEvent evt) {
                jMenuItem2ActionPerformed(evt);
        FileMenu.add(jMenuItem2);
        jMenuItem3.setText("Vis Frames");
        jMenuItem3.addActionListener(new java.awt.event.ActionListener() {
            public void actionPerformed(java.awt.event.ActionEvent evt) {
                showFrames(evt);
        FileMenu.add(jMenuItem3);
        jMenuBar1.add(FileMenu);
        itemControlMenu.setText("Varestyring");
        searchItemMenuItem.setText("S?g vare(r)");
        searchItemMenuItem.addActionListener(new java.awt.event.ActionListener() {
            public void actionPerformed(java.awt.event.ActionEvent evt) {
                searchItemMenuItemActionPerformed(evt);
        itemControlMenu.add(searchItemMenuItem);
        createItemMenuItem.setText("Tilf?j vare");
        createItemMenuItem.addActionListener(new java.awt.event.ActionListener() {
            public void actionPerformed(java.awt.event.ActionEvent evt) {
                createItemMenuItemActionPerformed(evt);
        itemControlMenu.add(createItemMenuItem);
        jMenuBar1.add(itemControlMenu);
        customerControlMenu.setText("Kundestyring");
        searchCustomerMenuItem.setText("S?g kunde(r)");
        customerControlMenu.add(searchCustomerMenuItem);
        createCustomerMenuItem.setText("Tilf?j kunde");
        customerControlMenu.add(createCustomerMenuItem);
        jMenuBar1.add(customerControlMenu);
        setJMenuBar(jMenuBar1);
        javax.swing.GroupLayout layout = new javax.swing.GroupLayout(getContentPane());
        getContentPane().setLayout(layout);
        layout.setHorizontalGroup(
            layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
            .addComponent(desktopPane, javax.swing.GroupLayout.DEFAULT_SIZE, 1273, Short.MAX_VALUE)
        layout.setVerticalGroup(
            layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
            .addComponent(desktopPane, javax.swing.GroupLayout.DEFAULT_SIZE, 778, Short.MAX_VALUE)
        pack();
    }// </editor-fold>
    private void searchItemMenuItemActionPerformed(java.awt.event.ActionEvent evt) {                                                  
        SearchGUI frame = control.getSearchGUI();
        frame.setVisible(true);
        desktopPane.add(frame);
    private void createItemMenuItemActionPerformed(java.awt.event.ActionEvent evt) {                                                  
        CreateItemGUI frame = control.getCreateItemGUI();
        if(frame.isVisible()){
            frame.setVisible(false);
        }else{
            frame.setVisible(true);
            desktopPane.add(frame);
    private void jMenuItem2ActionPerformed(java.awt.event.ActionEvent evt) {                                          
        quit();
    private void showFrames(java.awt.event.ActionEvent evt) {
        System.out.println(desktopPane.getComponents());
    public void addFrameToDesktop(JInternalFrame frame){
        frame.setVisible(true);
        desktopPane.add(frame);
    public void quit(){
        System.exit(0);
    // Variables declaration - do not modify
    private javax.swing.JMenu FileMenu;
    private javax.swing.JMenuItem createCustomerMenuItem;
    private javax.swing.JMenuItem createItemMenuItem;
    private javax.swing.JMenu customerControlMenu;
    private javax.swing.JDesktopPane desktopPane;
    private javax.swing.JMenu itemControlMenu;
    private javax.swing.JMenuBar jMenuBar1;
    private javax.swing.JMenuItem jMenuItem1;
    private javax.swing.JMenuItem jMenuItem2;
    private javax.swing.JMenuItem jMenuItem3;
    private javax.swing.JMenuItem searchCustomerMenuItem;
    private javax.swing.JMenuItem searchItemMenuItem;
    // End of variables declaration
}

In future, Swing related questions should be posted in the [Swing forum|http://forum.java.sun.com/forum.jspa?forumID=57]
Your code cannot be compiled and run as it has references to classes not part of the standard JDK. To get better help sooner, post a SSCCE that clearly demonstrates your problem.
db

Similar Messages

  • How to print Check Box in smartform

    HI,
      How to print check box in smartforms. I am using Include Sap Symbol but in the print it is coming as #. Do we need to do any setting like we do for barcode?
    Thanks
    Raghavendra

    hi,
    u can print a check box in different ways.. by inserting symbols and making window as check box..
    once go through the thread u will get to k now differnt ways
    putting checkboxes in smartform?
    Please Close this thread.. when u r problem is solved. Reward all Helpful answers
    Regards
    Naresh Reddy K

  • How does APEX check for null values in Text Fields on the forms?

    Hello all,
    How does APEX check for null values in Text Fields on the forms? This might sound trivial but I have a problem with a PL/SQL Validation that I have written.
    I have one select list (P108_CLUSTER_ID) and one Text field (P108_PRIVATE_IP). I made P108_CLUSTER_ID to return null value when nothing is selected and assumed P108_PRIVATE_IP to return null value too when nothign is entered in the text field.
    All that I need is to validate if P108_PRIVATE_IP is entered when a P108_CLUSTER_ID is selected. i.e it is mandatory to enter Private IP when a cluster is seelcted and following is my Pl/SQL code
    Declare
    v_valid boolean;
    Begin
    IF :P108_CLUSTER_ID is NULL and :P108_PRIVATE_IP is NULL THEN
    v_valid := TRUE;
    ELSIF :P108_CLUSTER_ID is NOT NULL and :P108_PRIVATE_IP is NOT NULL THEN
    v_valid := TRUE;
    ELSIF :P108_CLUSTER_ID is NOT NULL and :P108_PRIVATE_IP is NULL THEN
    v_valid := FALSE;
    ELSIF :P108_CLUSTER_ID is NULL and :P108_PRIVATE_IP is NOT NULL THEN
    v_valid := FALSE;
    END IF;
    return v_valid;
    END;
    My problem is it is returning FALSE for all the cases.It works fine in SQL Command though..When I tried to Debug and use Firebug, I found that Text fields are not stored a null by default but as empty strings "" . Now I tried modifying my PL/SQL to check Private_IP against an empty string. But doesn't help. Can someone please tell me how I need to proceed.
    Thanks

    See SQL report for LIKE SEARCH I have just explained how Select list return value works..
    Cheers,
    Hari

  • How do I check Edge status?

    How can I check on the Edge network status?
    I suddenly can't connect to the Apple mail server to send/check email and can't view anything on the Web, but the 'E' still shows up that the network is there.
    Is there a place to check on the Edge network status?
    I couldn't find anything but a coverage map that doesn't tell you anything except what areas are covered for voice or data coverage (but not current status).

    I'm not aware of any status sites that give the status of a particular tower. Sometimes, putting the phone in airplane mode for a minute will correct the issue.

  • I have 1 GB RAM on an '07 MacBook Pro. 1) How do I check remaining memory? 2) I have Microsoft office 2004 - do I need to buy more RAM to upgrade to '11? 3) I need a new battery ... Is it worth the $$ to buy a new battery, RAM and Microsoft office 2011?

    I have a MacBook Pro from '07 with 1 GB of memory. The battery is shot and my AppleCare has run out. I just upgraded the OS to 10.6.8. But a few questions:
    1 - How do I even check how much memory I have left on this computer?
    2 - How do I check how many battery cycles are left?
    3 - I want to upgrade to Microsoft Office '11 because I don't have Adobe Acrobat to creat pdf's and I need to be able to do this for school... Instead of buying acrobat, I figured I would just upgrade to Office '11 because I can generate pdf's from Word. Roughly how much RAM does Office '11 take up?
    4 - Does Apple still make batteries for this computer (from '07)? How much do they cost?
    5 - How much does 1 more GB of memory cost?
    AND lastly -- is it even worth it to spend the $ on more RAM, a new battery and Office '11?
    Or does it make more sense to just get a new computer entirely? (trying to avoid this).
    ANY help would be sooo appreciated! Thanks.

    1 - How do I even check how much memory I have left on this computer?
    If you're asking how to check to see if you need more RAM, open Activity Monitor and go to the System Memory tab, then compare page outs and page ins.  If page outs is 10% or more of page ins, you probably need more RAM.
    2 - How do I check how many battery cycles are left?
    There's no limit on the number of battery cycles, it's just that the more cycles you've used the more "worn out" your battery gets.  You've got a 4-year-old machine, and if it's still got the original battery, it's probably about time for a replacement battery.  You can check battery health using System Profiler...  look at the Power section under Hardware.
    3 - I want to upgrade to Microsoft Office '11 because I don't have Adobe Acrobat to creat pdf's and I need to be able to do this for school... Instead of buying acrobat, I figured I would just upgrade to Office '11
    You don't need Office 2011 to create PDFs.  Any application capable of printing can create PDFs on a Mac.  Just choose File -> Print, but instead of clicking the Print button in the print dialog, click the PDF button and choose Save As PDF in the menu that appears.
    4 - Does Apple still make batteries for this computer (from '07)? How much do they cost?
    5 - How much does 1 more GB of memory cost?
    I'll "ditto" sig's answers to these.
    AND lastly -- is it even worth it to spend the $ on more RAM, a new battery and Office '11?
    Or does it make more sense to just get a new computer entirely? (trying to avoid this).
    If Office 2004 is still working fine for you, stick with that and don't incur the costs of Office 2011.  As to the RAM, only add more if the test I mentioned above indicates that you need it.  If you buy more RAM when you don't really need it, you won't see much (if any) performance improvement.  That just leaves the battery...  and if the machine is still doing what you need it to do and you don't really need a new machine for anything, you could definitely buy a new battery and get a few more years out of it. 

  • How do you check Memory Speed on ICD

    Hi everyone
    I am new to the forums and I am also a soon to be first time mac owner(Receiving my 20" ICD this week) .
    I am buying the imac with an extra 1gig DIMM installed, non-apple memory.
    Now the reseller assures me that the 3rd party memory that he'll be using is compatible with the imac.
    I'm assuming that if there are no issues at start-up then the memory is compatible, but I would like to know how can I check that the memory is running at 667 mhz and that he did not install 533 mhz memory.
    So how can I check that the memory is running at 667?
    Thank you in advance
    20" Imac ICD     1.5ghz memory

    Ah, I think I'm reading that you may be concerned about a potentially counterfeit SO-DIMM. That's one reason to buy direct from a reliable seller such as Apple or Crucial. I'm not sure the memory utility Memtest will verify the DIMM's speed, but it will verify whether or not the SO-DIMM is working properly. That might include a speed calculation, and possibly you can email the Memtest author to find out.

  • When i try to add DownloadHelper it comes up with unexpected installation error review the error console log for more details - 203, how to it check the log and how do i fix this problem?

    == Issue
    ==
    I have another kind of problem with Firefox
    == Description
    ==
    When i tried to install DownloadHelper this happened Firefox could not install the file at
    https://addons.mozilla.org/en-US/firefox/downloads/latest/3006/addon-3006-latest.xpi?src=addondetail
    because: Unexpected installation error
    Review the Error Console log for more details.
    -203
    , how do i check the log and how do i resolve this problem? thank you
    == This happened
    ==
    Just once or twice
    == today
    ==
    == Troubleshooting information
    ==
    Application Basics
    Name
    Firefox
    Version
    3.6.3
    Profile Directory
    Open Containing Folder
    Installed Plugins
    about:plugins
    Build Configuration
    about:buildconfig
    Extensions
    Name
    Version
    Enabled
    ID
    Ask Toolbar for Firefox
    2.1.0.5
    true
    AVG Safe Search
    9.0.0.783
    true
    {3f963a5b-e555-4543-90e2-c3908898db71}
    Java Console
    6.0.17
    true
    Microsoft .NET Framework Assistant
    1.1
    true
    {20a82645-c095-46ed-80e3-08825760534b}
    BitDefender Antiphishing Toolbar
    2.0
    true
    [email protected]
    Modified Preferences
    Name
    Value
    accessibility.typeaheadfind.flashBar
    0
    browser.places.smartBookmarksVersion
    2
    browser.startup.homepage_override.mstone
    rv:1.9.2.3
    extensions.lastAppVersion
    3.6.3
    general.useragent.extra.microsoftdotnet
    (.NET CLR 3.5.30729)
    network.cookie.prefsMigrated
    true
    places.last_vacuum
    1276351876
    print.print_printer
    HP Photosmart D5300 series
    print.printer_HP_Photosmart_D5300_series.print_bgcolor
    false
    print.printer_HP_Photosmart_D5300_series.print_bgimages
    false
    print.printer_HP_Photosmart_D5300_series.print_command
    print.printer_HP_Photosmart_D5300_series.print_downloadfonts
    false
    print.printer_HP_Photosmart_D5300_series.print_edge_bottom
    0
    print.printer_HP_Photosmart_D5300_series.print_edge_left
    0
    print.printer_HP_Photosmart_D5300_series.print_edge_right
    0
    print.printer_HP_Photosmart_D5300_series.print_edge_top
    0
    print.printer_HP_Photosmart_D5300_series.print_evenpages
    true
    print.printer_HP_Photosmart_D5300_series.print_footercenter
    print.printer_HP_Photosmart_D5300_series.print_footerleft
    &PT
    print.printer_HP_Photosmart_D5300_series.print_footerright
    &D
    print.printer_HP_Photosmart_D5300_series.print_headercenter
    print.printer_HP_Photosmart_D5300_series.print_headerleft
    &T
    print.printer_HP_Photosmart_D5300_series.print_headerright
    &U
    print.printer_HP_Photosmart_D5300_series.print_in_color
    true
    print.printer_HP_Photosmart_D5300_series.print_margin_bottom
    0.5
    print.printer_HP_Photosmart_D5300_series.print_margin_left
    0.5
    print.printer_HP_Photosmart_D5300_series.print_margin_right
    0.5
    print.printer_HP_Photosmart_D5300_series.print_margin_top
    0.5
    print.printer_HP_Photosmart_D5300_series.print_oddpages
    true
    print.printer_HP_Photosmart_D5300_series.print_orientation
    0
    print.printer_HP_Photosmart_D5300_series.print_pagedelay
    500
    print.printer_HP_Photosmart_D5300_series.print_paper_data
    9
    print.printer_HP_Photosmart_D5300_series.print_paper_height
    11.00
    print.printer_HP_Photosmart_D5300_series.print_paper_size_type
    0
    print.printer_HP_Photosmart_D5300_series.print_paper_size_unit
    1
    print.printer_HP_Photosmart_D5300_series.print_paper_width
    8.50
    print.printer_HP_Photosmart_D5300_series.print_reversed
    false
    print.printer_HP_Photosmart_D5300_series.print_scaling
    1.00
    print.printer_HP_Photosmart_D5300_series.print_shrink_to_fit
    true
    print.printer_HP_Photosmart_D5300_series.print_to_file
    false
    print.printer_HP_Photosmart_D5300_series.print_unwriteable_margin_bottom
    0
    print.printer_HP_Photosmart_D5300_series.print_unwriteable_margin_left
    0
    print.printer_HP_Photosmart_D5300_series.print_unwriteable_margin_right
    0
    print.printer_HP_Photosmart_D5300_series.print_unwriteable_margin_top
    0
    privacy.sanitize.migrateFx3Prefs
    true
    security.warn_viewing_mixed
    false
    == Firefox version
    ==
    3.6.3
    == Operating system
    ==
    Windows Vista
    == User Agent
    ==
    Mozilla/5.0 (Windows; U; Windows NT 6.0; en-GB; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 (.NET CLR 3.5.30729)
    == Plugins installed
    ==
    *-npdivxplayerplugin
    *Default Plug-in
    *Adobe PDF Plug-In For Firefox and Netscape "9.3.2"
    *The QuickTime Plugin allows you to view a wide variety of multimedia content in Web pages. For more information, visit the QuickTime Web site.
    *NPRuntime Script Plug-in Library for Java(TM) Deploy
    *6.0.12.732
    *RealPlayer(tm) LiveConnect-Enabled Plug-In
    *RealJukebox Netscape Plugin
    *Shockwave Flash 10.0 r45
    *Adobe Shockwave for Director Netscape plug-in, version 11.5
    *iTunes Detector Plug-in
    *DivX Web Player version 2.0.0.254
    *GEPlugin
    *4.0.50524.0
    *Office Live Update v1.4
    *NPWLPG
    *Windows Presentation Foundation (WPF) plug-in for Mozilla browsers
    *RealPlayer(tm) HTML5VideoShim Plug-In
    *Google Update
    *Next Generation Java Plug-in 1.6.0_20 for Mozilla browsers

    Mark Leary:
    As TXGuy posted above:
    See:
    https://support.mozilla.com/en-US/kb/Unexpected+installation+error+-203+when+installing+add-ons
    http://kb.mozillazine.org/Unable_to_install_themes_or_extensions_-_Firefox#Unexpected_installation_error_-203
    Also see:
    http://support.mozilla.com/en-US/kb/Profiles#How_to_find_your_profile
    http://kb.mozillazine.org/Show_hidden_files_and_folders

  • How do I check if my PC's Wi-Fi card is compatible?

    I have a notebook and it's a Dell Latitude D410 with Intel Pentium 1.6 GHz running windows XP pro 2002. I checked my wireless connections and i have two:
    1. Sierra Wireless EDGE Adapter
    and a
    2. Dell Wireless 1350 WLAN Mini-PCI Card
    I want to purchase an Airport Extreme Base Station and I'd like to know three things:
    (1) How do I check if any of those two are Wi-Fi certified 802.11b and/or 802.11g cards?
    (2) If they are, which of the two wireless cards/adapters do I use to set up a wireless home network that I will use for sharing an internet connection from a cable modem and also use for sharing a USB printer.
    (3) Will I be able to have my mac and PC communicate with each other to share files?

    1. The Dell Wireless 1350 WLAN Mini-PCI Card is a WiFi certified 802.11b/g card.
    2. You use the Dell Wireless 1350 WLAN Mini-PCI Card to connect to a home wireless network.
    3. With both the Mac and PC connected to a home wireless network, they will by definition be "networked" to each other. Set up file sharing by following the advice at http://www.efelix.co.uk/tech/3001.html
    By the way, the Sierra Wireless EDGE Adapter is a wireless broadband card - you use it to connect to the internet wirelessly when you are "on the road" - much like using a cell phone.

  • How to config Check Digits function module for Student Number Validation

    Hi SLCM Experts,
    In the SAP-SLCM, How to use check digits function module for validate student number.  Just only config it or need to customizing program.
    *Any idea to student number validation in SLCM?*
    Best Regards,
    Suvatchai K.

    Hi ,
    Can you expalin it further ?
    You configure the St. no in piq_matr . And set it  as external or internal no. range which suits your business .
    What is the validation you are looking for ?
    Regards
    Gajalakshmi

  • IP Job in BW finished, but how can I check the IDoc receive status in BW ?

    Hi,experts
    After I execute a Infopackage with loading more than 200000 records data, the infopackage monitor show me yellow light, 186020 from 200000 records. this infomation still show me till now, seaval hours,it looks pause here.
    And I check the request in the R/3, the Job has finished. as you know it means the R/3 push the IDoc already finished.
    and how can I do now ? or how can I check the IDoc receive status in BW side?

    Hi,
    I too had the same problem, i executed the following to solve the proble, may be this will help you:
    1) Go to T-code SM58 and select TRFC and press F6,
    2) For manual push of I-Docs, GO to T-COde BD87 select perticular idoc and see the status if it is not executed properly then do the manual push by pressing Execute option,
    Thanks,

  • How many ways Checks can be reprinted, apart from FBZ5 and "Void and reprint" Options

    Hello All - Some times, when there is issue with Printer, Checks are not printed. In such a case, Users ask us how to print Checks.
    Some options I know are that (1) Checks can be reprinted through T Code - FBZ5 and
    (2) if Users are Ok with voiding Checks and use next available Check numbers, We use the option in the Variant - "Void and reprint" Option.
          Some Users are not happy with this Solution as they do not want to waste Checks.
    I am aware of only these 2 options. Can you please suggest me other alternatives we have to reprint Checks. Your valuable inputs are very helpful to us in this regard.
    Thanks

    Hi Hoysala,
    Please use the the FBZ5 as per attached screenshot for reprint check.

  • I've put numerous gift cards on my account. How do I check my balance?

    I've put gift cards on my mobile iTunes account and every times buy something it still asks for my credit card info. How can I check if my balance to make sure iTunes is using my positive gift card balance and not charging my card?

    Are you using Family Sharing? If so, then the iTunes credit can only be used by the Apple ID of the organizer. All other members' purchases will be charged against the credit card on file for the organizer.
    Cheers,
    GB

  • How do I "check" multiple songs at same time?

    I'm trying to backup my itunes library to DVD, but itunes will only burn songs from a playlist if the box is checked. I have 900+ songs that are unchecked that I need to backup. I realize I can just re-import them from the original CD, but then I will also have to rate the songs all over again.
    A. How do I check multiple songs, or...
    B. Is there another way to backup the ratings data for each song?

    Highlight all the songs that you want, you could hit command+A to select them all.
    Then right click, or control+click and choose "Check Selections"
    "D"

  • Control-k key binding broken. How can I check and change my key bindings?

    I use the Terminal app a lot. Unfortunately I am not able to use the control-k shortcut to cut lines in the terminal anymore. How can I check (and change) the Terminal key bindings?
    Thank you!

    Basing on your input, you should get the following values:
    1) session keys
    SK_ENC: 6DCE2A99BACB5207A7A96A92F114D66C
    SK_MAC: 0D446132B168F75CD6F0A780693A4DD3
    SK_DEK: 19F7B0F94837F32874B29B5EFB7809F6
    2) host cryptogram
    1B781553209748EA
    3) Retail MAC
    01761103B810F00E
    Summing up, the External Authenticate command should have the following value:  84 82 01 00 10 1B781553209748EA 01761103B810F00E.
    Try to compare it with your results.
    Regards

  • My MacBook Pro is running very slow. How can I check is out?

    .My MacBook Pro is running very slow. How can I check is out?

    Backup your data.  Your disk/SSD may be failing.
    What has changed lately?
    - Has your disk/SSD filled up recently?
              How much free space? 
              Less than 10 GB? 
              Less than 20 GB?
    - Did you upgrade OS X recently (for example from 10.8 to 10.9 or 10.9 to 10.9.1)?
    - Have you installed any 3rd-party software recently?
    Run Disk Utility (from the Applications  > Utilities folder).
    - Click on the system disk (Macintosh HD) and Verify Disk.
    - Does it report errors or does it finish normally?
    Try an SMC Reset.
    http://support.apple.com/kb/HT3964
    Boot in Safe Mode.
    http://support.apple.com/kb/HT1564
    When in Safe Mode does it operate normally?
    After rebooting in normal mode is it faster?

Maybe you are looking for

  • Settings not saved correctly

    Saving that always a file should be opened with a program does not work correct. I want *.nzb to be opened with a certain program. I save this combination and still everytime I get the option of an other programm.

  • Illustrator and PhotoShop

    We need Illustrator CS6 and Photoshop CS6.  Is there a package including them?

  • WebTemplateID versus Configuration

    In reading materials written using powershell with SharePoint 2010 to determine a site's template, some writers recommend using $w = get-spweb URL $w.WebTemplate $w.WebTemplateID and others recommend using $w.WebTemplate $w.Configuration In my experi

  • NIDAQ32.DLL Not Found

    Hello, When I have a crash with NI cards open, then next time I try to run the program I get an error saying that NIDAQ32.DLL cannot be found. When I reboot everything is OK again. NIDAQ32.DLL did not move during the reboot (it's only found in winnt\

  • Cortana - Just For Fun

    I read were Cortana might become available in a future version of Windows. I was thinking of what it would have been like to have Cortana available now. What might have I asked her?  What would you ask her?  "Cortana, can you do my job for me?  Will