Losing my mind with a scrollpane

Hello all. I am trying to get a scroll pane to work in an application that I have built for school. I am trying to get an amortization table to scroll through for a mortgage calculator. It isn't recognizing my scrollpane and I am not sure why. Could someone give me a push in the right direction.
import javax.swing.*;
import javax.swing.*;
import java.awt.*;
import java.awt.event.*;
import java.io.*;
import java.text.*;
public class MortCalcWeek3 extends JFrame implements ActionListener
     DecimalFormat twoPlaces = new DecimalFormat("#,###.00");//number format
     int L[] = {7, 15, 30};
     double I[] = {5.35, 5.5, 5.75};
     double P, M, J, H, C, Q;
     JPanel panel = new JPanel ();//creates the panel for the GUI
     JLabel title = new JLabel("Mortgage Calculator");
     JLabel PLabel = new JLabel("Enter the mortgage amount: ");
     JTextField PField = new JTextField(10);//field for obtaining user input for mortgage amount
     JLabel choices = new JLabel ("Choose the APR and Term in Years");
     JTextField choicestxt = new JTextField (0);
     JButton calcButton = new JButton("Calculate");
     JTextField payment = new JTextField(10);
     JLabel ILabel = new JLabel("Annual Percentage Rate: choose one");
     String [] IChoice = {I[0] + "", I[1] + "", I[2] + ""};
     JComboBox IBox = new JComboBox(IChoice);
     JLabel LLabel = new JLabel("Term (in years): choose one");
     String [] LChoice = {L[0] + "", L[1] + "", L[2] + ""};
     JComboBox LBox = new JComboBox(LChoice);
     JLabel amortBox = new JLabel("Amortiaztion Table");
     JScrollPane amortScroll = new JScrollPane();
     public MortCalcWeek3 () //creates the GUI window
                    super("Mortgage Calculator");
                    setSize(300, 400);
                    panel.setBackground (Color.white);
                    panel.setLayout(null);
                    panel.setPreferredSize(new Dimension(500, 500));
                    setResizable(false) ;
                    setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
                    //Creates the container
                    Container contentPane = getContentPane();
                    FlowLayout fresh = new FlowLayout(FlowLayout.LEFT);
                    panel.setLayout(fresh);
                    //identifies trigger events
                    calcButton.addActionListener(this);
                    PField.addActionListener(this);
                    IBox.addActionListener(this);
                    LBox.addActionListener(this);
                    panel.add(PLabel);
                    panel.add(PField);
                    panel.add(choices);
                    panel.add(choicestxt);
                    panel.add(ILabel);
                    panel.add(IBox);
                    IBox.setBackground (Color.white);
                    panel.add(LLabel);
                    panel.add(LBox);
                    LBox.setBackground (Color.white);
                    panel.add(calcButton);
                    calcButton.setBackground (Color.white);
                    panel.add(payment);
                    payment.setBackground (Color.white);
                    panel.add(amortBox);
                    payment.setEditable(false);
                    panel.add(amortScroll);
                    setContentPane(panel);
                    setVisible(true);
     }// end of GUI info
          public void actionPerformed(ActionEvent e) {
               MortCalcWeek3();     //calls the calculations
          public void MortCalcWeek3() {     //performs the calculations from user input
               double P = Double.parseDouble(PField.getText());
               double I = Double.parseDouble((String) IBox.getSelectedItem());
               double L = Double.parseDouble((String) LBox.getSelectedItem());
               double J = (I  / (12 * 100));//monthly interest rate
               double N = (L * 12);//term in months
               double M = (P * J) / (1 - Math.pow(1 + J, - N));//Monthly Payment
             String showPayment = twoPlaces.format(M);
             payment.setText(showPayment);
     //public void amort() {
               //int N = (L * 12);
               int month = 1;
                         while (month <= N)
                              //performs the calculations for the amortization
                              double H = P * J;//current monthly interest
                              double C = M - H;//monthly payment minus monthly interest
                              double Q = P - C;//new balance
                              P = Q;//sets loop
                              month++;
                              String showAmort = twoPlaces.format(H + C + Q);
                            amortScroll(showAmort);
          public static void main(String[] args) {
          MortCalcWeek3 app = new MortCalcWeek3();
}//end main
}//end the programI am getting an error stating that it cannot resolve the symbol and it is reffering to my "amortScroll(showAmort);" statement. Please help.

a scrollpane generally contains another component e.g. in this a JTextArea,
where you can display the output of your while().
try these changes
1)
JLabel amortBox = new JLabel("Amortiaztion Table");
JTextArea ta = new JTextArea();//<----------------------added
//JScrollPane amortScroll = new JScrollPane();//<-------changed to below line
JScrollPane amortScroll = new JScrollPane(ta);
2)
panel.add(amortScroll);
amortScroll.setPreferredSize(new Dimension(275,100));//<----------added
setContentPane(panel);
setVisible(true);
3)
String showAmort = twoPlaces.format(H + C + Q);
//amortScroll(showAmort);//<---------------changed to below line
ta.append(showAmort+"\n");

Similar Messages

  • HELP!!!!!!!!!!! I AM LOSING MY MIND WITH MAIL!!!!!!!!!!!!

    Can someone please help me!!!!!! I have been using mail for 8 months, then all of a sudden I started to get this error "The SMTP server “plus.smtp.mail.yahoo.com” rejected the password for user “[email protected]” I have check all passwords, and settings.. still won't accept it.. I am not sure what I am doing wrong or miss.. won't send and now I am not receving my mail from Gmail either, and I just set it up// losing my mind.. not sure what to do... and the people at the Apple store here not fully understanding as.. German is their first language....HELP ME!!!!!

    I would do the following:
    Repairing the Hard Drive and Permissions
    Boot from your OS X Installer disc. After the installer loads select your language and click on the Continue button. When the menu bar appears select Disk Utility from the Installer menu (Utilities menu for Tiger and Leopard.) After DU loads select your hard drive entry (mfgr.'s ID and drive size) from the the left side list. In the DU status area you will see an entry for the S.M.A.R.T. status of the hard drive. If it does not say "Verified" then the hard drive is failing or failed. (SMART status is not reported on external Firewire or USB drives.) If the drive is "Verified" then select your OS X volume from the list on the left (sub-entry below the drive entry,) click on the First Aid tab, then click on the Repair Disk button. If DU reports any errors that have been fixed, then re-run Repair Disk until no errors are reported. If no errors are reported click on the Repair Permissions button. Wait until the operation completes, then quit DU and return to the installer. Now restart normally.
    If DU reports errors it cannot fix, then you will need Disk Warrior (4.0 for Tiger, and 4.1 for Leopard) and/or TechTool Pro (4.6.1 for Leopard) to repair the drive. If you don't have either of them or if neither of them can fix the drive, then you will need to reformat the drive and reinstall OS X.
    Try removing the com.apple.mail.plist file from your /Home/Library/Preferences/ folder. Don't delete it but rather put it somewhere else such as your Desktop. Make a backup of your /Home/Library/Mail/ folder just in case.
    Then reconfigure Mail. Your accounts should still be there so nothing you have stored on the computer should be lost.

  • Mastering but losing my mind with a "gap" between 2 tracks which shouldn't be there. What is wrong?

    I have an album which I've been working on for a while and it's now all finished with the exception of one small glitch...
    Throughout the album I have a around 4 overlapping tracks, when burning the tracks to a disc, 3 out of 4 of the tracks crossover into the next track perfectly. 1 of them doesn't...
    My 1st method: Paste the 2nd Track over the end of the 1st Track, then cut the 2nd overlapped track and paste back over the original 2nd track, whilst saving over the now shortened 1st track... ( This, whilst not a great method, has never failed me in the past and worked on the the other overlapping tracks).
    So I realised this wasn't a great method so then tried method 2.
    My 2nd Method: Drop all the mixdowns into one waveform (in Edit view), and create Markers using the Marker List and F8, so that each track starts bang on the next .001 of a second.
    Again, for 3 out of the 4 this was fine, but for the other... I can still her the tiniest click!
    It's a click the listener will not notice, but it's a click that is killing me because the label putting out the CD is on me to get the final mix to them, but I won't submit it until this click has gone.
    Things I should note:
    1. When played in Winamp, there are no clicks. This is ONLY when burnt to a disc.
    2. I've used Adobe Audition 3.0 to burn the audio disc with no silence between tracks.
    3. I've also used Nero to burn the audio disc with no silence between tracks.
    4. I've used multiple computers/dvd burners to test this.
    5. I've used multiple brands of CD-rs.
    6. I'm very sure that there is not an actually cilck on the waveform.
    7. This is the 1st track leading into the 2nd track (I'm aware there is a 2 second gap before the 1st Track)
    8. I've played the burnt CD-r on my PC, my DVD player, my Computer at work, my car stereo.
    Please help me with this, it's driving me nuts as I've worked very hard and perfected the thing, and need to submit it very soon.
    Is there any software you would reccomed to split tracks which I should try?
    Thank you!

    CD tracks should not be starting on the nearest .001 of a second but 1/75 of a second. The CD standard is 75 frames per second. If tracks do not start on the nearest 1/75 of a second the audio will be filled out to the nearest one causing clicks at the junctions. Make sure that the Display Time Format is set to Compact Disc 75fps and that Snap to Frames is turned on.

  • Please help, i am losing my mind with the highlighting on my project

    when i view my project in iDVD, it looks fine, but when i burn a copy and try to watch it on my tv, the highlighting for the buttons isn't working properly. the highlighted text does not line up with the button and you can see 2 overlapping words in 2 different colors. this happens regardless if i use the T for text or the button for any particular theme. when the button is highlighted, the cursor/highlighted word looks like a mess...

    Hello, I had similar problem when some of my chapters cant be clicked on, my problem was the way I was spacing the chapters on a page, sometimes when they are close to each other, it would not be able to highlight at all. Maybe they way you spaced your chapters. I dont know if that will help at all, but it just my thought.

  • I am losing my mind with the Null pointer topic

    Please please help I want to go home
    Need to split file into equal sized subfiles, the number of subfiles specified by the user
    import java.io.*;
    import java.util.*;
    public class SpecifyFiles
    public static void main (String [] args)
        try //try 1
    //open input stream
    File inputFile = new File(Input.readString("Input Filename:"));
    InputStream inStream = new FileInputStream(inputFile);
    InputStreamReader inreader = new InputStreamReader(inStream, "8859_1");
    BufferedReader reader = new BufferedReader(inreader);
    int numOutputFiles = Input.readInt("How many files?:");
    //open output streams
    for (int j = 0; j < numOutputFiles; j++) // for loop 1
    OutputStream fout= new FileOutputStream(Input.readString("Output Filename:"));
    OutputStream bout= new BufferedOutputStream(fout);
    OutputStreamWriter out = new OutputStreamWriter(bout, "8859_1");
    OutputStreamWriter [] fileHandles = new OutputStreamWriter[numOutputFiles];
    int fileLength = (int)inputFile.length();
    int newFileSize = fileLength/numOutputFiles;
    byte [] byteArray = new byte [fileLength];
    System.out.println(newFileSize);
    //read data in and display them
    inStream.read (byteArray);
    //initialise the array of bytes
    for (int a = 0; a < numOutputFiles; a++) // for loop 2
        fileHandles[a] = out;
       for (int i = (a*newFileSize); i < (a+1)*newFileSize; i++) //for loop 3
              out.write(byteArray);
    } // for loop 2
    out.close();
    } //for loop 1
    } catch (Exception ey) { ey.printStackTrace(); }
    PROBLEM: IT IS ONLY PRINTING TO THE FIRST OUTPUT FILE

    Yes. I have other code where the number of files the user wants is specified in the program itself, and that works perfectly.
    If you see the code below, it splits a file into 5 separate files of equal byte size.
    The only thing I want to change is that the user can specify the number of output files, and the program automatically prints the new separate files to that number of output files.
    import java.io.*;
    import java.util.*;
    public class FileSplitter5
    public static void main (String [] args)
    try
    //open input stream
    File inputFile = new File(Input.readString("Input Filename:"));
    InputStream inStream = new FileInputStream(inputFile);
    InputStreamReader inreader = new InputStreamReader(inStream, "8859_1");
    BufferedReader reader = new BufferedReader(inreader);
    int numOutputFiles = 5;
    //open output stream
    OutputStream fout= new FileOutputStream(Input.readString("Output Filename:"));
    OutputStream bout= new BufferedOutputStream(fout);
    OutputStreamWriter out = new OutputStreamWriter(bout, "8859_1");
    OutputStream fout1= new FileOutputStream(Input.readString("Output Filename:"));
    OutputStream bout1= new BufferedOutputStream(fout1);
    OutputStreamWriter out1 = new OutputStreamWriter(bout1, "8859_1");
    OutputStream fout2= new FileOutputStream(Input.readString("Output Filename:"));
    OutputStream bout2= new BufferedOutputStream(fout2);
    OutputStreamWriter out2 = new OutputStreamWriter(bout2, "8859_1");
    OutputStream fout3= new FileOutputStream(Input.readString("Output Filename:"));
    OutputStream bout3= new BufferedOutputStream(fout3);
    OutputStreamWriter out3 = new OutputStreamWriter(bout3, "8859_1");
    OutputStream fout4= new FileOutputStream(Input.readString("Output Filename:"));
    OutputStream bout4= new BufferedOutputStream(fout4);
    OutputStreamWriter out4 = new OutputStreamWriter(bout4, "8859_1");
    OutputStreamWriter [] fileHandles = {out, out1, out2, out3, out4};
    int fileLength = (int)inputFile.length();
    int newFileSize = fileLength/numOutputFiles;
    byte [] byteArray = new byte [fileLength];
    System.out.println(newFileSize);
    //read data in and display them
    inStream.read (byteArray);
    //initialise the array of bytes
    for (int a = 0; a < 5; a++)
         for (int i = (a*newFileSize); i < (a+1)*newFileSize; i++)
             fileHandles[a].write(byteArray);
    out.close();
    out1.close();
    out2.close();
    out3.close();
    out4.close();
    catch (Exception ex) { ex.printStackTrace(); }

  • Please help me I'm losing my mind! I can't sync any and i mean ANY Video! i tried everything! i read a lot of these tips and stuff but i can' sync anything! as in mo video syncing i don't know what is wrong! please help me! i'm begging

    I really don't know what else to do anymore i've tried everything! i saw i tried re installing itunes I downloaded quicktime but whatever i try i can't sync any videos into my itunes 11 as in there is nothing I click "Open" like how i usually sync things and then clicked on the video. after that the little window will just dissapear and nothing happens, i'm serious i tried looking for it in the recently added, in the music, in the movies, TV shows, home videos nothing i can't find it anywhere and i know that i SHOULD be able to synce those videos because i synced those videos before. please help me I'm losing my mind!

    Generally i found this thread because i've also got troubles with coax output my problem is in choppy sound with scratches and clipping in Windows 7, when i try to play Dolby Digital or DTS audio in movies or even test sounds from speaker control panel. In win xp all works fine - and in win7 only pcm stereo can normaly being output.
    I try with different drivers (official and from daniel) and nothing helps...
    yep...bios of my motherboard was configured to lower CPU ratio and voltage when idle (C1E option). I turn this option off and all works fine now)

  • SWF Banner works in Live View not in Any Browser? Losing my mind...

    Hello,
    I'm not a pro but have some web building experience. I'm currently building a website for myself in Dreamweaver CS5. I made a simple flash banner where pictures fade in and out. I placed it into my template and it works fine in Live View but not in Chrome, Firefox or IE.
    It has gotten to the point where I am losing my mind.
    I create a new HTML doc. Drag and drop ANY swf file. Saved Swf files as flash 8 and flash 9 even. Updated my flash last night for my browsers. Again... See it fine in Live View and not in the browsers i've mentioned.
    The browsers (except chrome which displays nothing) show this message.
    Content on this page requires a newer version of Adobe Flash Player.
    Even after flash updates and using a swf file saved as an older veriosn of flash (tried 9,8 and 5 for a laugh).
    Here is the html code (all generated by Dreamweaver). I am totally baffled and have spent HOURS scrying the internet to no avail. I even tried this in a trial version of Dreamweaver CS6 but had the same reslut. Please help me. What's going on?
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Untitled Document</title>
    <script src="/Scripts/swfobject_modified.js" type="text/javascript"></script>
    </head>
    <body>
    <object id="FlashID" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="860" height="300">
      <param name="movie" value="/homeBanner8.swf" />
      <param name="quality" value="high" />
      <param name="wmode" value="opaque" />
      <param name="swfversion" value="8.0.35.0" />
      <!-- This param tag prompts users with Flash Player 6.0 r65 and higher to download the latest version of Flash Player. Delete it if you don’t want users to see the prompt. -->
      <param name="expressinstall" value="/Scripts/expressInstall.swf" />
      <!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. -->
      <!--[if !IE]>-->
      <object type="application/x-shockwave-flash" data="/homeBanner8.swf" width="860" height="300">
        <!--<![endif]-->
        <param name="quality" value="high" />
        <param name="wmode" value="opaque" />
        <param name="swfversion" value="8.0.35.0" />
        <param name="expressinstall" value="/Scripts/expressInstall.swf" />
        <!-- The browser displays the following alternative content for users with Flash Player 6.0 and older. -->
        <div>
          <h4>Content on this page requires a newer version of Adobe Flash Player.</h4>
          <p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" width="112" height="33" /></a></p>
        </div>
        <!--[if !IE]>-->
      </object>
      <!--<![endif]-->
    </object>
    <script type="text/javascript">
    swfobject.registerObject("FlashID");
    </script>
    </body>
    </html>

    SWF (Flash) animations won't work in iPhone, iPad, iTouch, Android or any other web device that lacks support for Flash.  Do yourself & your site visitors a favor.  Use jQuery instead of Flash.
    jQuery Cycle2
    http://www.malsup.com/jquery/cycle2/
    jQuery Wow Slider
    http://wowslider.com/
    jQuery Nivo Slider
    http://dev7studios.com/nivo-slider/
    Nancy O.

  • Something is driving me insanely crazy. I am losing my mind.

    My website is: Tangoislands.com
    and if you visit this page you will see every island you mouse over brings a dropdown menu.
    I designed this page on dreamweaver cs3. Now i own cs5 and I am not able to find that window where I was able to create all that dropdown menu items.
    Where is it?
    Is it replaced with something else?
    when i am upgraded to cs5, am i not able to re-edit all that menu items?
    I am losing my mind. Please help me.

    MM Rollover Menus are history.  Thank goodness, too, because they were  the worst menu  ever. For the whole sordid story, see below:
    http://losingfight.com/blog/2006/08/11/the-sordid-tale-of-mm_menufw_menujs/
    Adobe had the good sense to replace them several years ago with Spry Menus.  Or you could simply re-build your island menu with CSS Rollovers.
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/

  • The HP (USB connected) and Epson (wireless) printers keep losing their connection with my Mac mini.  I have to physically disconnect the HP and then reconnect for the Mac to find it.  Turning off the wireless Epson doesn't work.  All software is updated.

    My HP (USB connected) and Epson (wireless) printers keep losing their connection with my Mac mini.  I have to physically disconnect the HP and then reconnect for the Mac to find it.  Turning off the wireless Epson doesn't resolve anything.  All software/drivers have been updated.

    My HP (USB connected) and Epson (wireless) printers keep losing their connection with my Mac mini.  I have to physically disconnect the HP and then reconnect for the Mac to find it.  Turning off the wireless Epson doesn't resolve anything.  All software/drivers have been updated.

  • IMac losing wiffi connection with airport express when sleeping. I can't wake the iMac with the remote app on the iPhone. What is wrong?

    iMac losing wiffi connection with airport express when sleeping. I can't wake the iMac with the remote app on the iPhone. when i open airportconfiguration on the iphone is see that the imac isn't connected anymore. Normaly the airport express wake up the iMac but it doens't. What is wrong?

    anyone knows a reason for the item above?

  • Airport extreme losing wireless connection with Time Capsule

    I have a 1st gen Time Capsule acting as my home wireless network base station which is configured to allow the wireless network to be extended.  It is also the sole DHCP server.  I have a 4th gen Airport Extreme in Extend a Wireless network mode.  Everything was running ok for several months.  However, since I upgraded both devices to Version 7.6, the Airport extreme keeps losing its connection with the network every few hours, requiring a daily reboot.  Since the problem occured, I have disabled MAC address Access Control on the Time Capsule, and allocated a reserved DHCP IP address for the Airport Extreme - but this has not solved the problem.
    Does anyone have any ideas?

    I had exactly the same problem. I also think it's a bug in 7.6. It seemed solved by downgrading my Time Capsule (TC) and my Airport Extreme (AE) to 7.5.2. To do so start the Airport Utility (in your /Applications/Utilities folder). Double click on the TC or AE. In the Menu at the top on your screen go to "Base Station" --> "Upload Firmware..." and the select 7.5.2. After rebooting your device, downgrade the other. Hopefully your problem is solved as well!

  • My Apple TV seems to be losing its "link" with my computer.

    My Apple TV seems to be losing its "link" with my computer. I'm running Windows7. The iPad, iPhone, & iPod have no trouble pushing content to the Apple TV but the iTunes library of music and movies does not want to connect or load. Has anyone had any incompatibilitites with Windows 7 or problems of this kind?

    Below is an article to reset your ATV
    http://support.apple.com/kb/ht3180

  • How can I avoid losing purchases made with an old Apple ID when I authorize my MacBook Pro under my current Apple ID?

    I am very confused!!  When I first used iTunes, I did not own any Apple products.  When I purchased my MacBook Pro and a Mobile Me subscription a few years ago, my email address @me.com became my new Apple ID.  I subsequently purchased an iPhone 3 and eventually an iPhone 4.  Apparently over this time, I have used both Apple IDs at various times.  Sometimes when I upgrade apps, the old ID will already be filled in and other times the new one will be instead.  I always use whichever one is there with the appropriate password.  This was probably a mistake.  I just realized that my MBPro is authorized under the original Apple ID and not the current one.  I tried to authorize it under the current Apple ID, but couldn't, so I was going to deauthorize it from the old one, but got a message about losing any purchases made with the original Apple ID.  I don't want that to happen.  Synching my iPhone in iTunes with my computer has been much more confusing since I got my newer iPhone. However, I don't remember anything about the process I went through to associate it with my iTunes account.  Any helpful suggestions are appreciated.

    Log into the store using the old Apple ID to re-download them, however, you can not switch them into your current Apple ID except by re-purchasing. You can contact Apple support and see if they are able to help you.
    Apple Store Customer Service at 1-800-676-2775 or visit online Help for more information.
    To contact product and tech support: Contacting Apple for support and service - this includes
    international calling numbers..
    For Mac App Store: Apple - Support - Mac App Store.
    For iTunes: Apple - Support - iTunes.

  • I have restored my 1st gen out of the box ipad and can still not connect to anything.wi-fi is enabled and strong.i am losing my mind.forgive me this is my first apple product and this startup should have been easy right?what else do I do?Help!

    I have an ipad that I can not get to connect to anything.Keep getting "server stopped responding" after ipad tries to connect for 5 minutes.I have wi-fi enabled and password given and enabled with strong signal.I have restored to factory settings once allready.I am an Apple newbie as this is my first product experience and it is not going very well.This should be easy and I must be doing something wrong or I have a defective ipad.I have the latest software installed and have itunes connected through my laptop.I am losing my wits and could use some help since I am lost with what to do now.Help?

    If your Laptop is using windows... Try this...
    Temporarily disable your firewall and antivirus software and try again...
    See here for Connection Issues
    http://support.apple.com/kb/TS1379
    From Here
    http://www.apple.com/support/itunes/troubleshooting/

  • Losing my mind

    OK gang...
    I know I need to replace my WDC WD2500JS-40MVB1, which is failing.
    Is this a 2.5" SATA drive ?
    What specs do I need to ensure are on the replacement drive so that it will function in my computer ? 2.1 GHz PowerPC G5
    Thanks
    Frank

    You have a 3 1/2" SATA drive. As long as it's a 31/2" you can go for the maximum GBs you can afford, good places to buy ( as I told you in your previous topic) are [macsales.com] or [smalldog.com] or [newegg.com].
    Let us know what you end up with, hope this helps,
    (I hope it's only your mind you've lost, not your data)
    Message was edited by: MGW

Maybe you are looking for

  • Since Snow Leopard Aperture 3 upgrades - multiple problems have all but disabled my computer

    I recently posted an Aperture and Apple TV question and it was suggested to me that because I'm having the plethora of serious problems that I needed to bring up the other issues here to seek advice. The following problems have been going on for many

  • IOS 8 update on iphone 5 - messed up apps

    After installing 8.on my iPhone 5, some of my apps are really messed up.  In-app purchases have disappeared and attempts to restore purchases or even just buy them again are unsuccessful...this same app also now won't save to camera roll even though

  • Creating a JOB for BMV0 for Material

    Hi, I am using the direct input method for uploading materials in my system. The problem being here i want do it using transaction BMV0. I know that for the JOB we need to define the variant. But after defining the variant where can i set the details

  • Oracle beginner's question

    Hi All I am a beginner to oracle. I want to download free version of oracle software from internet and work with some basic SQL Commands in my Home computer. Do I need to download Both oracle server and client? Can any one suggest what are all the re

  • Fixing Price of Condition type

    Hi All, When i try to change quantity in delivery condition type related to travel expense must make as fixed irrespective of changed quantity.Where this has to check. Please help......