AffineTransform problem caused by JMenuBar + JTabbedPane

Hello everyone.
I am starting to think that there is a bug in Java, because otherwise what else could cause the problem I am experiencing? Namely: adding a panel with a vertical text (like a Y axis caption) using an AffineTransform (see SSCCE below) causes this text to be misplaced in some cases.
Variant A
Panel is added directly to the application frame. This causes no problems and everything is as it should be.
Variant B
Panel is placed on a tabbed pane and a menu bar is associated with the frame. The vertical text is now shifted away from the place where it should be by the height of the menu bar plus the height of tabs on the tabbed pane. Why is this happening? Am I doing something wrong?
Moreover, when one switches to another tab and then back, the text is now shifted only by the height of the tabs. Once the application window is resized at least a bit, the text jumps right back to the position shifted by tab height plus menu bar height... Strange, strange, strange...
SSCCE
import java.awt.*;
import java.awt.font.FontRenderContext;
import java.awt.geom.*;
import javax.swing.*;
class MyPanel extends JPanel {
    MyPanel() {
        this.setPreferredSize(new Dimension(300, 200));
    @Override
    protected void paintComponent(Graphics g) {
        Graphics2D g2D = (Graphics2D)g;
        int g2DWidth = this.getWidth();
        int g2DHeight = this.getHeight();
        // Horizontal line in the middle of the panel (indicates the position
        // where the middle of the vertical label should be)
        g2D.drawLine(30, (int)(g2DHeight / 2), g2DWidth - 10,
                (int)(g2DHeight / 2));
        // Vertical label
        AffineTransform origTransform = g2D.getTransform();
        AffineTransform rotate = AffineTransform.getRotateInstance(
                -Math.PI / 2.0, 0, 0);
        g2D.setTransform(rotate);
        String text = "Centered?";
        FontRenderContext frc = g2D.getFontRenderContext();
        Font font = UIManager.getFont("Label.font");
        Rectangle2D bounds = font.getStringBounds(text, frc);
        g2D.drawString(text, -(int)((g2DHeight + bounds.getWidth()) / 2), 20);
        g2D.setTransform(origTransform);
class Main {
    private static void createAndShowGUI() {
        // Menu bar
        JMenuBar menuBar = new JMenuBar();
        JMenu menu = new JMenu("Menu");
        JMenuItem menuItem = new JMenuItem("Menu Item");
        menu.add(menuItem);
        menuBar.add(menu);
        // Tabbed pane
        JTabbedPane tabbedPane = new JTabbedPane();
        JPanel panel = new MyPanel();
        tabbedPane.add(panel);
        JLabel label = new JLabel("Nothing interesting's going on here...");
        tabbedPane.add(label);
        // Frame
        JFrame frame = new JFrame();
        // TRICKY PART HERE =========================================
        // [(Un)comment lines as necessary]
        // Variant A: the panel only --------------------------------
        //frame.add(panel);
        // Variant B: menu bar + panel on a tabbed pane -------------
        frame.setJMenuBar(menuBar);
        frame.add(tabbedPane);
        // ==========================================================
        frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
        frame.pack();
        frame.setVisible(true);
    public static void main(String[] args) {
        javax.swing.SwingUtilities.invokeLater(new Runnable() {
            public void run() {
                createAndShowGUI();
}Thanks for any help.
Best regards,
vt
Edited by: -vt- on 23-Apr-2010 13:08

You are ignoring the current transform on the Graphics, use the following instead of setTransform():
g2D.rotate(-Math.PI / 2.0, 0, 0);

Similar Messages

  • Photoshop CC 2014, A problem caused the program to stop working

    When opening Photoshop CC 2014, I get "A problem caused the program to stop working correctly". Works fine on my home computer but the new one in the office has the error message. I have the latest cloud version of the program. I've updated the AMD/ATI display driver- first from the HP site supporting the Win 7 Pro laptop I'm working on(driver ver.13.2) and then from the AMD site (ver.14.1) I've installed all windows updates. Still get the same message followed by Photoshop closing itself out.
    Has windows ever notified anyone of a solution

    I think once Windows notified me of a solution (which was to update my video card driver). Most of the time you don't get a direct response, but submitting the report does give the engineers something to work with in order to try to find out what is causing the problem.
    Anyway, there are about a million different things that can cause any application to return this generic error message. While you've already covered a couple of the possible solutions, there is still a ton of stuff to try. Since Photoshop is working on one computer but not the other, and knowing that Photoshop is exactly the same between both computers (assuming you are using the same version), then the question really becomes "what is different between the two computers?" Basically, shy of knowing that, we have a ton of general troubleshooting steps to give a shot at:
    Troubleshoot system errors, freezes | Windows | Adobe software

  • Problem with iTunes. I have Windows 8 on a new laptop. Installed latest version of iTunes. Can play music in My Library but when I click on Itunes Store I get the message "iTunes has stopped working. A problem caused the program to stop working correctly.

    I have a new laptop with Windows 8 as operating system. Installed latest version of iTunes ontop computer. I can play music in My Library but when I click on iTunes, I get the message " iTunes has stopped working. A problem caused the program to stop working correctly. Windows will close the program and notify if a solution is available."
    Anyone know what is the cause and if there is a resolution? Have tried to re-installing iTunes and have also tried restoring laptop to an earlier date.

    iPad not appearing in iTunes
    http://www.apple.com/support/ipad/assistant/itunes/
    iOS: Device not recognized in iTunes for Mac OS X
    http://support.apple.com/kb/TS1591
    iOS: Device not recognized in iTunes for Windows
    http://support.apple.com/kb/TS1538
    iTunes for Windows: Device Sync Tests
    http://support.apple.com/kb/HT4235
    IOS: Syncing with iTunes
    http://support.apple.com/kb/HT1386
    Apple - Support - iPad - Syncing
    http://www.apple.com/support/ipad/syncing/
    iTunes 10.5 and later: Troubleshooting iTunes Wi-Fi Syncing
    http://support.apple.com/kb/ts4062
    The Complete Guide to Using the iTunes Store
    http://www.ilounge.com/index.php/articles/comments/the-complete-guide-to-using-t he-itunes-store/
    iTunes Store: Associating a device or computer to your Apple ID
    http://support.apple.com/kb/ht4627
    Can't connect to the iTunes Store
    http://support.apple.com/kb/TS1368
    iTunes: Advanced iTunes Store troubleshooting
    http://support.apple.com/kb/TS3297
    Best Fixes for ‘Cannot Connect to iTunes Store’ Errors
    http://ipadinsight.com/ipad-tips-tricks/best-fixes-for-cannot-connect-to-itunes- store-errors/
    Try this first - Reset the iPad by holding down on the sleep and home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider - let go of the buttons.
    This works for some users. Not sure why.
    Go to Settings>General>Date and Time> Set Automatically>Off. Set the date ahead by about a year.Then see if you can connect to the store.
     Cheers, Tom

  • So I download photoshop cc (2014) and when I go to open the program, it gives me an error message and shuts the program down. It says," A problem cause the program to stop working correctly. Windows will close the program." Can someone help me please?

    So I download photoshop cc (2014) and when I go to open the program, it gives me an error message and shuts the program down. It says," A problem cause the program to stop working correctly. Windows will close the program." Can someone help me please?

    I've got the same issue and it affects all my adobe software.  You are not alone as I have seen several postings looking for the answer to this help request.

  • I cannot open my firefox broswer. The message box appeared that said a problem caused the program to stop working correctly. Windows will close the program and notify you if a solution is available. Under that there are debug and close program buttons.

    I cannot open my firefox broswer. The message box appeared that said a problem caused the program to stop working correctly. Windows will close the program and notify you if a solution is available. Under that there are debug and close program buttons.

    JackieMars71 I would recommend reviewing your installation log files to determine if there are any errors during the installation process.  You can find information on how to locate and interpret your installation log files at Troubleshoot install issues with log files | CC - http://helpx.adobe.com/creative-cloud/kb/troubleshoot-install-logs-cc.html.  You are welcome to post any specific errors you discover to this discussion.

  • "iTunes has stopped working.  A problem caused the program to stop working correctly.   Windows will close the program and notify you if a solution is available."

    Whenever I connect to the iTunes store i receive an error message "iTunes has stopped working.  A problem caused the program to stop working correctly.   Windows will close the program and notify you if a solution is available."    This causes iTunes to close.  I am using iTunes version 10.5.0.142 on a Windows Vista (64) PC.  I have reinstalled iTunes selecting the "repair" option and also uninstalled and reinstalled iTunes.  Any help will be deeply appreciated.  Thank you.  Below is the result of the diagnositc.
    Microsoft Windows 7 x64 Home Premium Edition Service Pack 1 (Build 7601)
    HP-Pavilion BN474AV-ABA HPE-150t
    iTunes 10.5.0.142
    QuickTime not available
    FairPlay 1.13.35
    Apple Application Support 2.1.5
    iPod Updater Library 10.0d2
    CD Driver 2.2.0.1
    CD Driver DLL 2.1.1.1
    Apple Mobile Device 4.0.0.96
    Apple Mobile Device Driver 1.57.0.0
    Bonjour 3.0.0.10 (333.10)
    Gracenote SDK 1.9.3.494
    Gracenote MusicID 1.9.3.106
    Gracenote Submit 1.9.3.136
    Gracenote DSP 1.9.3.44
    iTunes Serial Number 002FAD94098CD0E0
    Current user is not an administrator.
    The current local date and time is 2011-11-13 22:08:54.
    iTunes is not running in safe mode.
    WebKit accelerated compositing is enabled.
    HDCP is not supported.
    Core Media is supported.
    Video Display Information
    NVIDIA, NVIDIA GeForce GT 220
    **** External Plug-ins Information ****
    No external plug-ins installed.
    Genius ID: 2cb3fff3fa771d265b0f8ffdcca13b55
    **** Network Connectivity Tests ****
    Network Adapter Information
    Adapter Name: {F4A2029C-16AA-4BDF-8DB7-9EC2A75B5991}
    Description: Realtek PCIe GBE Family Controller
    IP Address: 192.168.1.6
    Subnet Mask: 255.255.255.0
    Default Gateway: 192.168.1.1
    DHCP Enabled: Yes
    DHCP Server: 192.168.1.1
    Lease Obtained: Sun Nov 13 21:09:29 2011
    Lease Expires: Mon Nov 14 21:09:29 2011
    DNS Servers: 192.168.1.1
    Active Connection: LAN Connection
    Connected: Yes
    Online: Yes
    Using Modem: No
    Using LAN: Yes
    Using Proxy: No
    SSL 3.0 Support: Enabled
    TLS 1.0 Support: Disabled
    Firewall Information
    Windows Firewall is on.
    iTunes is NOT enabled in Windows Firewall.
    Connection attempt to Apple web site was successful.
    Connection attempt to browsing iTunes Store was successful.
    Connection attempt to purchasing from iTunes Store was successful.
    Connection attempt to iPhone activation server was successful.
    Connection attempt to firmware update server was successful.
    Connection attempt to Gracenote server was successful.
    Last successful iTunes Store access was 2011-11-13 22:02:08.
    **** CD/DVD Drive Tests ****
    LowerFilters: PxHlpa64 (2.0.0.0),
    UpperFilters: GEARAspiWDM (2.2.0.1),
    E: hp DVD A DH16ABLH, Rev 3HD9
    Data or MP3 CD in drive.
    Found 1 songs on CD, playing time 15:40 on CDROM media.
    Track 1, start time 00:02:00
    Get drive speed succeeded.
    The drive CDR speeds are: 8 16 24 32.
    The drive CDRW speeds are: 8.
    The drive DVDR speeds are: 8.
    The drive DVDRW speeds are: 8.
    The last failed audio CD burn had error code 4251(0x0000109b). It happened on drive E: hp CDDVDW TS-H653R on CDR media at speed 24X.
    **** Device Connectivity Tests ****
    iPodService 10.5.0.142 (x64) is currently running.
    iTunesHelper 10.5.0.142 is currently running.
    Apple Mobile Device service 3.3.0.0 is currently running.
    Universal Serial Bus Controllers:
    Intel(R) 5 Series/3400 Series Chipset Family USB Enhanced Host Controller - 3B34. Device is working properly.
    Intel(R) 5 Series/3400 Series Chipset Family USB Enhanced Host Controller - 3B3C. Device is working properly.
    FireWire (IEEE 1394) Host Controllers:
    VIA 1394 OHCI Compliant Host Controller. Device is working properly.
    Connected Device Information:
    Bruce's iTouch, iPod touch (2nd generation) running firmware version 4.2.1
    Serial Number: 1C9053CC201
    **** Device Sync Tests ****
    Sync tests completed successfully.

    Same exact thing with me.  And no help from apple.  Just dropped nearly $600 and cannot get a decent working setup.
    Apple's only suggestion was to uninstall iTunes and Quicktime, and re-install... of course (the I.T. Crowd tactic).
    The crash happens only on iTunes store access.

  • TS1424 HELLO! whenever i try to access the itunes store from the itunes on my laptop i get this message: ITUNES HAS STOPPED WORKING a problem caused the program to stop working correctly. windows will close the program and notify if a solution is availabl

    for a few weeks i have not been able to access the itunes store from the itunes on my laptop. every time i click on it it tells me it cannot access the store...not sure why. and says this: ITUNES HAS STOPPED WORKING a problem caused the program to stop working correctly. windows will close the program and notify if a solution is available.

    I had this exact same problem.  I found this fix and it worked for me. 
    Step 1:
    Browse to C:\Program Files (x86)\Common Files\Apple\Apple Application Support and copy the filen named QTMovieWin.dll. 
    Step 2:
    Browse and past that file into C:\Program Files (x86)\iTunes.
    Hope this helps you.  I wish I could remember where I saw this originally so I could thank them.
    Good Luck.
    Anthony

  • How do I fix problem causing Indesign to crash everytime I open it?

    I have had InDesign CC 2014 installed on windows 8 computer for month but recently I cannot open it as evertytime it crashed saying 'windows has encountered a problem causing InDesign to stop working' I have tried everything I can think of...please help! (I have it through creative cloud and my other programmes are fine so I don't understand why it is just InDesign?)

    What happened the last time it did work? Was there a crash? You might have bad recovery data that is causing it to crash again on restart.
    See Replace Your Preferences  for directions to the HIDDEN folders where your prefs are stored. The recovery folder is in the same location as the InDesign SavedData file. Empty it and try again.

  • Adobe Photoshop CS3 has stopped working: A problem caused the program to stop working correctly.

    I recently purchased a new desktop computer and installed Adobe CS3 Master Edition on it and I get the following error:
    Adobe Photoshop CS3 has stopped working: A problem caused the program to stop working correctly. Windows will close the program and notify you if a solution is available.
    Out of the entire suite of tools only Photoshop will not launch. The weird thing is i also had the same Adobe programs installed on my laptop and I have not made any installation updates to that machine and i am getting the same error. I have always installed the same software on my two home machines with no problem until now. Any help is appreciated.
    Thanks,
    Andy

    You'll probably going to have to uninstall, then re-install the application; but you need to provide a lot more information;
    BOILERPLATE TEXT:
    Note that this is boilerplate text.
    If you give complete and detailed information about your setup and the issue at hand,
    such as your platform (Mac or Win),
    exact versions of your OS, of Photoshop (not just "CS6", but something like CS6v.13.0.6) and of Bridge,
    your settings in Photoshop > Preference > Performance
    the type of file you were working on,
    machine specs, such as total installed RAM, scratch file HDs, total available HD space, video card specs, including total VRAM installed,
    what troubleshooting steps you have taken so far,
    what error message(s) you receive,
    if having issues opening raw files also the exact camera make and model that generated them,
    if you're having printing issues, indicate the exact make and model of your printer, paper size, image dimensions in pixels (so many pixels wide by so many pixels high). if going through a RIP, specify that too.
    etc.,
    someone may be able to help you (not necessarily this poster).
    a screen shot of your settings or of the image could be very helpful too.
    Please read this FAQ for advice on how to ask your questions correctly for quicker and better answers:
    http://forums.adobe.com/thread/419981?tstart=0
    Thanks!

  • Itunes will no longer work on my Windows 8 PC. When I attempt to start the program a message says: A problem caused the program to stop working correctly.  Windows will close the program and notify you if a solution is available.

    Itunes will no longer work on my Windows 8 PC. When I attempt to start the program a message says: A problem caused the program to stop working correctly.  Windows will close the program and notify you if a solution is available.  I have tried to uninstall iTunes but the Windows uninstaller will not delete the program I get a message that says: A network error occurred while attempting to read file: C:\Windows|Installer|iTunes.msi.  How do I get iTunes to work again?

    Whentrying to uninstall iTunes (the first program that must be uninstalled per the instructions) I get a message:  A network error occurred while attempting to read file: C:\Windows|Installer|iTunes.msi. I can't even uninstall iTunes?
    (1) Download the Windows Installer CleanUp utility installer file (msicuu2.exe) from the following Major Geeks page (use one of the links under the "DOWNLOAD LOCATIONS" thingy on the Major Geeks page).
    http://majorgeeks.com/download.php?det=4459
    Here's a screenshot showing the particular links on the page that you should be clicking:
    After clicking one of the circled links, you should be taken to another page, and after a few seconds you should see a download dialog appear for the msicuu2.exe file. Here's a screenshot of what it looks like for me in Firefox:
    Choose to Save the file. If the dialog box does not appear for you, click the link on the page that says "CLICK HERE IF IT DOES NOT". Here's a screenshot of the page with the relevant link circled:
    When the dialog appears, choose to save the file.
    (2) Go to the Downloads area for your Web browser. Doubleclick the msicuu2.exe file and follow the prompts to install the Windows Installer CleanUp utility. (If you're on a Windows Vista or Windows 7 system and you get a Code 800A0046 error message when doubleclicking the msicuu2.exe file, try instead right-clicking on the msicuu2.exe file and selecting "Run as administrator".)
    (3) In your Start menu click All Programs and then click Windows Install Clean Up. The Windows Installer CleanUp utility window appears, listing software that is currently installed on your computer.
    (4) In the list of programs that appears in CleanUp, select any iTunes entries and click "Remove", as per the following screenshot:
    (5) Quit out of CleanUp, restart the PC and try another iTunes install. Does it go through properly this time?

  • I got an error message: 'iTunes has stopped working. A problem caused the program to stop working correctly. The solution asked me to load latest version which I did many times and still not working... HELP!

    [Window Title]
    Microsoft Windows
    [Main Instruction]
    iTunes has stopped working
    [Content]
    A problem caused the program to stop working correctly. Windows will close the program and notify you if a solution is available.
    [Close program]
    This is what I got... sorry, not very tech savvy to copy the error message onto here...
    Have tried uninstalled and re-installed iTune, updated the new version of 10.6... many times over still not working!!!
    I share the frustrations of many here. HELP!!!!!

    Hi there Nok Saensanoh,
    I would recommend taking a look at the troubleshooting steps found in the article below.
    iTunes for Windows Vista, Windows 7, or Windows 8: Fix unexpected quits or launch issues
    http://support.apple.com/kb/ts1717
    -Griff W.

  • Windows 8 - Photoshop CS5.1 crashes upon startup. Error message: "Adobe Photoshop CS5.1 has stopped working.A problem caused by the program to stop working correctly. Windows will close the program and notify you if a solution is available."

    Hello!
    I've had the student version of the Adobe Creative Suite 5.5 Design Premium software for several years now.
    When I received my Windows 8 computer I installed the software with no issue.
    Last week when I tried opening Photoshop I get the following error: "Adobe Photoshop CS5.1 has stopped working.A problem caused by the program to stop working correctly. Windows will close the program and notify you if a solution is available."
    I deactivated and uninstalled the entire Creative Suite then reinstalled it. I am able to open the other programs, but still receive the same message for Photoshop.
    What can I do?

    I found the issue was with the Nik Filters I was using. The filters were messing with Photoshop's initializing. I uninstalled and reinstalled the filters and now Photoshop works like a charm.
    It appears this forum is dead?!
    Thankfully, I was able to troubleshoot on my own and figured out the problem...

  • Is your problem caused by your PSU?

    Welcome to the forum! If you are having a problem, this is probably the best place to come to! But BEFORE you post with your troubles, make sure first you have read the Forum Rules, and the Suggestions to Posting And Getting Better Answers stickies.
    Now, the most common problems we see here in the Forums are those relating to your Power Supply Unit (PSU). That metal box with wires coming out of it is far more important than you think. Especially when it comes to upgrading a PC.
    You may have had a case which came with a PSU that was fairly cheap, and the board and CPU you had previously may have run with no problems at all. But then the time comes when you want to upgrade that mobo and CPU, and thats when the problems start....
    "Hi, I just upgraded to a K7N2 Delta 2 board, but when I power on the system, I cannot run the CPU at its correct FSB!"
    "I just put together a system based around KM4M-V board with Athlon XP3000, but the fans spin for a second and then stop..."
    "I've replaced my old Geforce 4 MX440 with a Geforce 7600GS, but there are dots and lines all over the screen"
    "i installed Windows fine on this KT6 Delta board, but when I try to run any 3D games the system just completely locks up..."
    A lot of people at this point have already decided that its MSI's fault, and that they make "rubbish" motherboards. But they have failed to consider the one piece of hardware that often gets overlooked...
    The Power Supply Unit. The often overlooked PC hardware
    "So what do I need?"
    Most modern mobos utilise two power connectors, the standard 20pin ATX connector that all boards need, and an auxiliary 4pin connector known sometimes as JPWR1 or ATX2. This connector provides a seperate 12v supply for the CPU, as most modern CPUs draw heavily on this power line.
    If your power supply doesn't have this 4pin connector, then you may as well throw it away now and get a new one.
    Secondly, you need to assess the specs of your PSU. There is another sticky here which warns of Q-Tec PSUs not correctly advertising their specs, which goes into more technical detail, but basically there is more to a PSU than the output given in watts, eg 300w, 420w, 550w. A good quality 380w PSU can be much better than a poor 550w one, that is why we ask you for the make of your PSU.
    PSUs supply power to your system through several "rails", the most important being the 12v, 5v and 3.3v ones. The current supplied through these rails is measured in amperes (amps), and is usually listed on the sticky label on the side of the PSU, similar to the pictures shown below:
    Two very different PSUs. The one on left has poor 12v rail and will cause problems. The one on right is much better![/i]
    If your board has this 4pin connector, then you need a modern PSU which has an emphasis on the 12v rail, as this supplies most of the power to your CPU, graphics card, hard drive(s) and CD/DVD drives. For a basic SocketA board, such as KM4M-V, 15a should be sufficient, whereas a performance board such as KT880 or K7N2 Delta2 will need 18a or more. AMD64 boards have greater requirements, especially if you are running a dual-core CPU with two graphics cards in SLI; refer to their forums for specific advice.
    If your board doesn't have a 4pin connector, such as KT3 or KT4 series, then your PSU should be a slightly older type, where the power balance favours the 3.3v and 5v rails. 12v rail on these boards is used to power motors in drives and fans, etc. As 3.3v and 5v are essentially drawn from the same source in ATX PSUs, you will never get the total output you see listed on the label together, which is why you must also consider the "Max Combined Output" of the 3.3v & 5v rails
    "But it worked fine on my old system!"
    Older PSUs were designed for older mobos, which mainly drew on the 5v and 3.3v rails to power the CPU and other onboard devices, leaving the 12v rail to power drive motors in HDDs, CD drives and floppy drives. As newer CPUs become more power hungry, the mobos become more reliant on a 12v supply to "feed" the CPU, so older PSUs cannot cope with extra demands.
    So technically yes, your PSU may have been well able to cope with your previous hardware configuration, but now you have upgraded, it could simply be that your PSU is not able to supply correct power demands of your new mobo...
    "So is my PSU any good?
    Unfortunately, there doesn't seem to be any hard set guide to what amps to look for in a PSU to power a certain mobo/CPU combination. You can browse through the forum, and there are many suggestions what to look for.
    If you want to ask for help, then please avoid people asking the same questions again, and tell us the specs of your PSU: list the brand, the output in watts, and the amp ratings on the 12v, 5v and 3.3v rails. Saying you have a 420w PSU is irrelevant, as there are better quality 360w PSUs, than some cheaper 550w models. We want to see: "My PSU is a Codegen 350w (3.3v/20a, 5v/30a, 12v/12a)", not "My PSU is 500w". If you provide this information, you will get better and faster advice. Just supplying a make and model name and expecting users to search the internet to find your PSU specs is just a wee bit rude, as they are already giving up their time to help you!
    How can I test if my PSU is causing the problem?
    Try another better PSU. See if you can borrow one off a friend. Maybe you have another computer at home? Either way, there is no point trying a PSU that is the same or weaker than the one you already have.
    Also just because a PSU works on another computer, doesn't automatically mean it will be powerful enough for yours. Don't forget, a PSU that works on a PIII system probably won't work on a new Athlon XP system.
    If you do decide you want to buy a new power supply, then do all your homework first. Compare prices and specs, and look for reviews. But don't trust all reviews! Not everyone tests PSUs properly, some will rate PSUs if they have a shiny gold finish and a fancy LED, without even glancing at the performance.
    When shopping for PSUs, either online or in a store, are the specs available? if not, then visit the manufacturer's website. You could spend $/£100 on a flashy PSU with six fans and rainbow LED lights () but it could be worse than yours. A good quality PSU could last you for years, and maybe another couple of upgrades. Don't spend more than you can afford, but don't skimp on the specs at all costs.
    If you plan on doing more upgrades, it would pay to invest in a very good high quality PSU, that way you know it will last through your next upgrades. Buying a PSU now that just meets your requirements may cause problems if you upgrade a lot of hardware later, then your new PSU is once again not powerful enough.
    "OK, so my PSU is rubbish, what do you recommend?"
    I recommend you read through the following threads:
    What's the big deal about PSUs?
    Choosing the right power supply
    Q-Tec warning!!!!
    A Power Supply Guide
    Power Supply Calculation
    2x 12v: The Dual Rail Myth
    Power Supply Requirements and Selection for K8N mobos
    Power Supply Calculator for MSI K8N mobos
    also browse through some threads, you will see many problems caused by poor PSUs, and many suggestions on what to get!
    the following article appeared in Custom PC magazine in November 2004 and is very good reading, plus you can see results of the 12 PSU's they tested:
    Custom PC - "I've got the power" - Nov 2004
    Custom PC PSU labs test
    UPDATE:
    CustomPC's 2005 Labs Test, 29 PSUs tested:
    http://www.pcpro.co.uk/custompc/labs/26/psus/products.html
    (please note a free registration is required after you view a few pages)
    Good luck!

    Are you using a dynamic image in your report? Like an image that comes from a CLOB or BLOB in your database? If so, are you sure it is base64 encoded?
    I'm having a very similar problem. I get the error when using an image bigger than 6KB (8KB after base64 encoding). It seems APEX cuts the end off of values too big for it's liking (total generated XML for the row should not exceed 32K I suppose).
    The errormessages I get when using a non base64 encoded clob or an image that's bigger than 6KB are the same as yours.

  • Error when opening itunes : iTunes has stopped working ''A problem caused the program to stop working correctly''. When I repaired damaged files the problem still exists and also after uninstalling and redownloading and installing itunes. I have windows 8

    Error when opening iTunes : iTunes has stopped working '' A problem caused the program to stop working correctly''.
    When I repaired damaged files the problem still exists and also after uninstalling, redownloading and reinstalling iTunes.
    My pc is working with windos 8.
    Is there a solution?

    Hey there Rodney274,
    It sounds like you are getting an error from iTunes when you launch it. I would try the troubleshooting in this article named:
    iTunes for Windows Vista, Windows 7, or Windows 8: Fix unexpected quits or launch issues
    http://support.apple.com/kb/ts1717
    Start with troubleshooting for 3rd party plug ins section, then the rest of the article if needed:
    Start iTunes in Safe Mode
    Open iTunes in Safe Mode to isolate any interference from plug-ins or scripts not manufactured by Apple.
    Hold down Shift–Control while opening iTunes. You should see a dialog that says "iTunes is running in safe mode" before iTunes finishes starting up.
    Click Continue.
    See if the issue you're experiencing persists in Safe Mode.
    If you have the same issue while iTunes is in Safe Mode, proceed to the "Create a new user account" section. If you don't experience the same issue, follow these steps to remove third-party plug-ins.
    Thank you for using Apple Support Communities.
    Take care,
    Sterling

  • I keep getting this message:  Adobe Photoshop CC 2014 has stopped working.  A problem caused the program to stop working correctly.  Then it shuts down the program.

    I keep getting this message when I try to open my new Adobe Photoshop.  The main screen comes on and a box for the tutorials then this.  "Adobe Photoshop CC 2014 has stopped working.  A problem caused the program to stop working correctly."  When I say Okay to the message, it shuts down the program.

    Refer below link once
    Photoshop: Basic Troubleshooting steps to fix most issues

Maybe you are looking for

  • Itunes 10.5.2. hanging up during IPhone 4 Sync

    I have an Imac running OS 10.6.8 and am using Itunes 10.5.2. on same.  Ever since the recent unfortunate debut of Icloud and wifi syncing, I have been having nothing but tons of problems with Apple sync software creating thousands of duplicate entrie

  • Prevent Apple TV from playing explicit music via Home Sharing

    Hi. I have Home Sharing enabled on my Mac and on my Apple TV. Through the "Computers" icon on the Apple TV, I can watch all my Movies, TV Shows and listen to all my music. I have now bought a second Apple TV for my son for his birthday. He is only 12

  • Why when we burn a DVD from iMovie, does it pause in different places?

    Why when we burn a DVD from iMovie, does it pause in different places?

  • Send Attachment to Fax.

    Hi All, We have a Z program to FAX invoices to vendors, the way it works is it prepares a Invoice, spools it using SAP Script, further we pick the spool and convert it to PDF. Now, we try to send this PDF as an attacment to Fax numbers using SO_NEW_D

  • Indesign CC Crashing on launch MAC

    Hi, Indesign crashes on launch every time. It stays open for about ten seconds then crashes without pressing anything. http://pastebin.com/XwMHDNLg Any help would be great as i have work to do!