How to print JComponent by printer in real specified size

for example, i want to print JLabel with size 12 cm on paper. What and where should I look for, what do I need to change?
Thanks for answer.

Step 1: Create "PrintExample.java" file for displaying frame._
import java.awt.*;
import javax.swing.*;
import java.awt.event.*;
import java.awt.print.*;
import java.awt.geom.*;
public class PrintExample extends JFrame implements ActionListener {
public static void main(String[] args) {
new PrintExample();
public PrintExample() {
super("Printing Swing Components");
WindowShow.setNativeLookAndFeel();
addWindowListener(new ExitListener());
Container content = getContentPane();
JButton printButton = new JButton("Print");
printButton.addActionListener(this);
JPanel buttonPanel = new JPanel();
buttonPanel.setBackground(Color.white);
buttonPanel.add(printButton);
content.add(buttonPanel, BorderLayout.SOUTH);
DrawingPane drawingPanel = new DrawingPane();
content.add(drawingPanel, BorderLayout.CENTER);
setSize(800,300);
setVisible(true);
public void actionPerformed(ActionEvent event) {
PrintableDocument.printComponent(this);
class DrawingPane extends JPanel {
private int fontSize = 90;
private String message = "Roseindia.net";
private int messageWidth;
public DrawingPane() {
setBackground(Color.white);
Font font = new Font("Serif", Font.PLAIN, fontSize);
setFont(font);
FontMetrics metrics = getFontMetrics(font);
messageWidth = metrics.stringWidth(message);
int width = messageWidth*5/3;
int height = fontSize*3;
setPreferredSize(new Dimension(width, height));
public void paintComponent(Graphics g) {
super.paintComponent(g);
Graphics2D graph = (Graphics2D)g;
int x = messageWidth/10;
int y = fontSize*5/2;
graph.translate(x, y);
graph.setPaint(Color.lightGray);
AffineTransform origTransform = graph.getTransform();
graph.shear(-0.95, 0);
graph.scale(1, 3);
graph.drawString(message, 0, 0);
graph.setTransform(origTransform);
graph.setPaint(Color.black);
graph.drawString(message, 0, 0);
Step 2: Create "PrintableDocument.java" file for print the display value.
In this step using print() method. This method sets of pages.
PrinterJob : A PrinterJob object should be created using the static getPrinterJob() method.
The PrinterJob class is the principal class that controls printing. An application calls method in this class to set up a job, optionally to invoke a print dialog with the user, and then to print the pages of the job.
Graphic2D:
This Graphics2D class extends the Graphics class to provide more sophisticated control over geometry, coordinate transformations, color management, and text layout. This is the fundamental class for rendering 2-dimensional shapes, text and images on the Java platform.
import java.awt.*;
import javax.swing.*;
import java.awt.print.*;
public class PrintableDocument implements Printable {
private Component compent;
public static void printComponent(Component c) {
new PrintableDocument(c).print();
public PrintableDocument(Component compent) {
this.compent = compent;
public void print() {
PrinterJob printJob = PrinterJob.getPrinterJob();
printJob.setPrintable(this);
if(printJob.printDialog())
try {
printJob.print();
catch(PrinterException pe) {
System.out.println("Error printing: " + pe);
public int print(Graphics g, PageFormat pageFormat, int pageIndex) {
if (pageIndex > 0) {
return(NO_SUCH_PAGE);
else {
Graphics2D graph = (Graphics2D)g;
graph.translate(pageFormat.getImageableX(), pageFormat.getImageableY());
disableBuffering(compent);
compent.paint(graph);
enableBuffering(compent);
return(PAGE_EXISTS);
public static void disableBuffering(Component c) {
RepaintManager currentManager = RepaintManager.currentManager(c);
currentManager.setDoubleBufferingEnabled(false);
public static void enableBuffering(Component c) {
RepaintManager currentManager = RepaintManager.currentManager(c);
currentManager.setDoubleBufferingEnabled(true);
Step 3: Create "WindowShow.java" file for window Look and Feel.
import javax.swing.*;
import java.awt.*;
import java.awt.event.*;
public class WindowShow {
public static void setNativeLookAndFeel() {
try{
UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName());
catch(Exception e) {
System.out.println("Error setting native LAF: " + e);
public static JFrame openInJFrame
(Container content, int width, int height, String title, Color bgColor) {
class ExitListener extends WindowAdapter {
public void windowClosing(WindowEvent event) {
System.exit(0);
JFrame frame = new JFrame(title);
frame.setBackground(bgColor);
content.setBackground(bgColor);
frame.setSize(width, height);
frame.setContentPane(content);
frame.addWindowListener(new ExitListener());
frame.setVisible(true);
return(frame);
public static JFrame openInJFrame
(Container content, int width, int height, String title) {
return(openInJFrame(content, width, height, title, Color.green));
public static JFrame openInJFrame(Container content, int width, int height) {
return(openInJFrame(content, width, height,content.getClass().getName(), Color.green));
}

Similar Messages

  • How to shrink an .PNG file to a specified size

    I want to shrink .PNG file to a specified width and height.
    I need that too be done in SWING itself.
    I've tried with AWT and PJA(PureJavaAWT). IT's giving me some error.
    Please reply me ASAP
    Thanks & Regards
    venkatesh

    Yes, java.lang.Runtime.exec().
    Read this carefully before you do:
    http://www.javaworld.com/javaworld/jw-12-2000/jw-1229-traps.html
    Don't write a line of code before you're reviewed and understood the article completely. - MOD

  • File is huge when combined or changed to PDF, how do I get the file to a normal size to print?

    Files are to large to print once they are PDF, how do I get them to a normal 8x11 size to print?

    So why is it when I send these PDF files to clients they are to large for clients to print?
    If I send a combined PDF file that is 3817KB, which a client has said is to large for them to print.
    I send it to our office manager, she will print it, scan it back to me as a PDF, it will come
    back as 375KB, the client can then print the file.
    My question is, was/is there something I need to change in the process of scanning, combining files
    to PDF that would create a smaller size file when done?
    Sorry for all the confusion
    Marilyn Bartunek
    Juffer Real Estate Inc.
    605-360-7703
    [email protected]
    Date: Tue, 1 Apr 2014 10:13:35 -0700
    From: [email protected]
    To: [email protected]
    Subject: file is huge when combined or changed to PDF, how do I get the file to a normal size to print?
        Re: file is huge when combined or changed to PDF, how do I get the file to a normal size to print?
        created by Test Screen Name in Creating, Editing & Exporting PDFs - View the full discussion
    Sorry, I'm lost.First I thought this was about page size. But you say it isn't. You say it's about file size.  You've combined files of 494 + 441 = 935 KB, and you get 944 KB. This seems fine and you say it is fine. So what is the problem? Are you now on still a third meaning of huge, about size on screen?
         Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at http://forums.adobe.com/message/6261540#6261540
         Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/6261540#6261540
         To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/6261540#6261540. In the Actions box on the right, click the Stop Email Notifications link.
               Start a new discussion in Creating, Editing & Exporting PDFs at Adobe Community
      For more information about maintaining your forum email notifications please go to http://forums.adobe.com/thread/416458?tstart=0.

  • How to Create the Custom print Quote Report ?

    Hi All,
    I want to create the custom Print Quote report . I know the below details and referred the below metalinks .
    Note: 780722.1 - How to Create a Custom Print Quote Template in Oracle Quoting ?
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=780722.1
    Note: 392728.1 - How to Modify the data source for the XML version of the Print Quote report
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=392728.1
    Note: 468982.1 - How To Customize The Asoprint.Xsl
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=468982.1.
    Oracle Metalink:
    Note: To add a column to the print quote report, following files need to be updated:
    LinesVO.xml --- xml files containing the sql query and attribute definition
    LinesVORowImpl.class - public class extending the framework class OAViewRowImpl.
    This class contains the set and get for the attributes defined in xml file.
    ASOPRINT.xsl - this is the xsl stylesheet file used to describe the report layout.
    This file needs to be modified to include the new column being added to the report
    QUESTION :
    My question is,
    1. wether my approach (below iare the details)of trying to extend the PromptVO is the right way or is there any other way to add the new columns.
    I want to add new fields on to the report . When i looked into the it says the below
    Here we find that to add a new column, oracle says to update the LINESVO.xml, do they really mean to update the base files.
    This report uses following VO's
    PROMPTVO
    HEADERVO,
    LINESVO.
    To create new Headers & Prompts, i tried extending the PROMPTVO. Once the extended VO is substitued , i dont even get the data for standard oracle Prompts. is this the right way to add columns?
    Thanks

    Hi All,
    I want to create the custom Print Quote report . I know the below details and referred the below metalinks .
    Note: 780722.1 - How to Create a Custom Print Quote Template in Oracle Quoting ?
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=780722.1
    Note: 392728.1 - How to Modify the data source for the XML version of the Print Quote report
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=392728.1
    Note: 468982.1 - How To Customize The Asoprint.Xsl
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=468982.1.
    Oracle Metalink:
    Note: To add a column to the print quote report, following files need to be updated:
    LinesVO.xml --- xml files containing the sql query and attribute definition
    LinesVORowImpl.class - public class extending the framework class OAViewRowImpl.
    This class contains the set and get for the attributes defined in xml file.
    ASOPRINT.xsl - this is the xsl stylesheet file used to describe the report layout.
    This file needs to be modified to include the new column being added to the report
    QUESTION :
    My question is,
    1. wether my approach (below iare the details)of trying to extend the PromptVO is the right way or is there any other way to add the new columns.
    I want to add new fields on to the report . When i looked into the it says the below
    Here we find that to add a new column, oracle says to update the LINESVO.xml, do they really mean to update the base files.
    This report uses following VO's
    PROMPTVO
    HEADERVO,
    LINESVO.
    To create new Headers & Prompts, i tried extending the PROMPTVO. Once the extended VO is substitued , i dont even get the data for standard oracle Prompts. is this the right way to add columns?
    Thanks

  • HT3669 I have an HP deskjet color printer that only prints in black and white from my mac ... how do I get it to print in color

    I have an HP deskjet color printer that only prints in black and white from my mac ... how do I get it to print in color

    Check the printer itself.  Some printers you need to set the color & B&W settings on the printer itself instead of the Mac.   If that is not the case w/your printer, contact HP tech support and/or post in their forums if they have one. 

  • How can I get my printer to print in color? I can only print black and white

    HP Officejet 6500 E710n-z-------windowsxp      My printer will not print anything in color.   How can Iget my printer to print in color?  I can only print in black and white.    It is a new Printer and we just installed it 2 wks ago.

    I am not sure I understand ''it still will not print. ''
    If you cannot see any content on pages you printed or in print preview, the cause might be margins which are set too high.
    #In order to check the margins, we need to go to ''File'' > ''Page Setup''.
    #Once this is done, switch to the ''Margins & Header/Footer'' tab.
    #Check what's set there under ''Margins''.
    The following are the default values for ''Margins'':
    '''Right''': 12.7
    '''Top''': 12.7
    '''Left''': 12.7
    '''Bottom''': 12.7
    Check these values accordingly and change them if necessary.

  • How do I set up my printer to only print in black?

    how do I set up my printer to only print in black?

    Please read this post then provide some details.  What printer model? What operating system?   Depending on your printer model you might remove the color cartridge, forcing black only printing, or select "Print in Grayscale" and "Black ink only" in the driver. 
    Some printer models (whether from HP or other manufacturers) may not allow printing in black if the color inks are empty.  There are also some other constraints, black only printing is generally not available when printing on photo papers and may not be available when printing with an automatic two-sided duplexer.
    Bob Headrick,  HP Expert
    I am not an employee of HP, I am a volunteer posting here on my own time.
    If your problem is solved please click the "Accept as Solution" button ------------V
    If my answer was helpful please click the "Thumbs Up" to say "Thank You"--V

  • How do I change the printer setting to print in Black only?

    How can I change my printer setting to print in Black only

    It depends on your printer as well; my Epson AIO only does color (even when it is black font only) - or grayscale )sort of a "draft" quality) as it uses some color even for black:

  • How do I install a printer?

    yes I know it sounds like an idiotic question; please bear with me. I have a relatively modern (<1 year old) business colour laserjet (Kyocera Mita Ecosys FS-C5025N) which is connected to my home network via wired ethernet. My MBP is also connected to my network via wired ethernet. My problem is that having once installed my printer (and had it working) I had to turn the printer off to clear a job and now my MBP won't communicate with it.
    When I turned it off and on again, the DHCP on my network gave my printer a new address (192.168.1.5 instead of 192.168.1.19). So I'm guessing that OS X has 'lost' it in some way. My solution was to go into System Preferences, Print and Fax, and delete the printer, with the expectation of being able to reinstall it. however, the problem is that when I click '+' in Print and Fax to add a printer, my K-M printer is nowhere to be found (when I installed it the first time, OS X found the printer automatically and I just selected it).
    So how can I find/install this printer again? When I click the + in Print & Fax now I am presented with 4 options, default, Fax, IP and Windows. If I select IP and put in 192.168.1.5 under 'Address' (using all other default options, protocol = Line printer Daemon LPD, etc) it finds the printer. However, once installed, when I check the printer out, I see a yellow 'attention triangle' with the message 'this printer was not installed properly'.
    I thought that I would try downloading the driver from the Kyocera Mita site. I've done this and installed the printer this way ... it all ran correctly but when I go back into Print & Fax - no printer is to be found? Is there a secret directory somewhere into which I must go and delete something rogue that's gumming up my system?
    Any ideas, you gurus out there? Solved Stars await! Please.

    Thanks Pahu, much appreciate the input. I'm working through this now and have the following: Apologies for War & Peace - I just wanted to be precise...
    Looking up Bonjour I see that it's a 'IP protocol to allow devices to automatically discover each other without the need to enter IP addresses or configure DNS servers'. When I set up the printer the first time, I do recall OS X finding it and the word Bonjour was there (I just didn't know what it meant). So I'm guessing that the printer must have had the right responder settings for it to work. It's just this time round it's not finding it. Nothing has changed on the printer end (apart from switch-off, switch-on). Hence, as I've come from 20+ years in Windows, I know that sometimes you have to delete registry entries to clear a problem before reinstalling a device, I wondered if there was a similar Apple procedure?
    Looking at the manual, I see that the printer is PCL6 and Postscript3 compatible with auto emulation sensing. So I've set up the first test to be as an IP printer, LPD, inputting the address 192.168.1.5 in the Address field, and using the generic PCL driver as you suggest. When I click Add, I don't see any options but I guess that's because of the generic driver. The printer now appears in my Print & Fax box, but when I double click it I see a new box which says that the printer software was installed incorrectly, please re-install. Despite this, I can print to it (I tested from within Word). But I have no advanced options.
    I would like to set up a second test using the Kyocera printer driver (using the generic PCL driver doesn't give me any printer options). I have downloaded this one here http://usa.kyoceramita.com/americas/jsp/Kyocera/download_center.jsp?pid=16744&pc at=10563&rcid=10009&rscid=10007#bottom, selecting the 'Kyocera Mita OSX 10.4 & 10.5 installer v 1.0' and the 'Kyocera Mita OSX 10.6 Permissions Fix' as you suggest in your reply. The former download a .mpkg.zip file which I extracted (53 items) using zipeg. When I ran the file it said that it was an installer for the printer, and completed successfully. When I checked in Print & Fax, clicked the +, there was no KM-printer installed (under default). This is consistent with the blurb about the permissions fix, which should fix this I guess?
    So I then downloaded and unzipped the Permissions Fix, which put a folder (containing a file called Kyocera OS X 10.6 solution.command) on my desktop. When I try to run this I receive the message 'this file could not be executed because you do not have the appropriate access privileges'. I'm the only user on my MBP with full privilege? When I checked through Finder, Get Info I have Read & Write access for this file.
    There is a PDF which I've found to install this file. It says
    Follow the Installation Instructions below to install the MAC 10.6 PPD Patch. The Patch will allow a new Kyocera Printer to be added.
    Subject: 10.6 PPD File Patch Installation Instructions
    On KMAconnect Download and run the OSX 10.4 & 10.5 Installer. (DONE)
    Download the OSX10.6 permissionfix.zip file to your Mac running OSX 10.6.(DONE)
    Double click the zip file to extract the contents to the desktop folder. (DONE)
    Double click the file called Kyocera OS X 10.6 solution. A Terminal window will open. (NO IT DOESN'T, I GET THE ERROR MESSAGE ABOVE)
    Key in the password for the (Root) Administrator when prompted for the changes to take affect. (CAN'T DO THIS DUE TO ERROR MESSAGE ABOVE...)
    Note: When keying in the Administrator Password, the Terminal window will keep the Password Masked so it will not display any change in the window when the characters are being input. If there is no password assigned, one must be created before running the OSX10.6 solution file.
    You can now add a Kyocera Printer in the normal manner.
    Any thoughts on how I can run this file?
    I don't know if it matters but the PDF says the file in the Permissions Fix is called Kyocera OS X 10.6 solution but it's actually called Kyocera OS X 10.6 solution.command ...?

  • How can I use the print module to print different size images on one large "canvas"?

    How can I use the print module to print different size images on one large "canvas"? An example would be in Photoshop, go to file>new, and create the size paper I want, and move images of different sizes onto it.
    I was thinking the print module would do this automatically for me.

    You can't, at present. It's been a requested feature, so we'll see if it shows up in a future version, but it's not there at present.

  • The HP C4480 all in one series PRINTER that I got free with my i-Mac is printing TINY print despite that my computer is set at 13 font Helvetica. How to reset the printer to normal print?

    The HP C4480 all in one series PRINTER that I got free with my i-Mac is printing TINY print despite that my computer is set at 13 font Helvetica. How to reset the printer to normal print?

    Is the Paper Size: set to US Letter and Scale: set to 100%
    Dennis

  • How do I use air print, after updating to 7.0 on iPad am unable to print. Pretty fed up with apples tricks

    Unable to print to hp printer AirPrint after update to 7.0. 7.1

    AirPrint Setup and Troubleshooting
    http://www.apple.com/support/ipad/assistant/airprint/
    How to print from your new iPad using AirPrint
    http://www.imore.com/print-ipad-airprint
    AirPrint Basics
    http://support.apple.com/kb/ht4356
    Try this  - 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 is equivalent to rebooting your computer.) No data/files will be erased. http://support.apple.com/kb/ht1430
     Cheers, Tom

  • HT4356 My iPad does not find the printer. I have tried the HP app and it works, but in any other app the printer is not seen. How do I get this printer visible to the iPad. All my other network computers find and print with out a problem.

    My iPad does not find the printer. I have tried the HP app and it works, but in any other app the printer is not seen. How do I get this printer visible to the iPad. All my other network computers find and print with out a problem.

    hi
    could you tell us what the other app is please

  • How can I grant users the ability to pause/resume printing without a "print operators group" password.

    Greetings,
    We are running 10.8.5 on 30 machines in an active directory environment (graphics lab). The clients are experiencing a persistant error when pausing or resuming print jobs. Each time something is paused, it requires an administrator password to resume the job. Administrators are not always present so designers are locked out of all of the printers until we come in (or remote in) to authenticate.
    I spoke with Apple today and they said they would not support active directory accounts and that the account must be edited by the department that created the account because the restrictions come from the Active Directory account preferences.
    On the other hand, I ALSO read that I can edit this in the CUPS interface or modify it with the terminal command below, locally.
    dseditgroup -o edit -u admin_name -p -a user_name -t user _lpadmin
    "dseditgroup" adds the user_name to a group (in this case, _lpadmin).
    And admin_name is the name of your administrator's account.
    a) Must this be modified on the Active directory account or CAN I modify this on the local machine via CUPS or terminal?
    b) If so, how would I grant users the ability to resume printing without an admin password?
    c) If not, exactly what must be modified in the active Directory account to allow pause/resume without an admin password.
    I have seen a terminal command that adds users to the print operatiors group (Ipadmin) and I have seen some info on editing the CUPS interface, If i must edit the CUPS interface to allow this, can anyone point to detailed instructions on how to make this change.
    I also saw info on editing the CUPS interface but the suggestion lacked details as to how and how to return to default if it does not work.
    I also saw a post with these suggestions below but without detail as to how one would carry this out.
    /etc/cups/cupsd.conf
    # All administration operations require an administrator to authenticate...
    <Limit CUPS-Add-Modify-Printer CUPS-Delete-Printer CUPS-Add-Modify-Class CUPS-Delete-Class CUPS-Set-Default CUPS-Get-Devices>
    AuthType Default
    *#Require user @SYSTEM*
    *Require valid-user*
    Order deny,allow
    </Limit>
    # All printer operations require a printer operator to authenticate...
    <Limit Pause-Printer Resume-Printer Enable-Printer Disable-Printer Pause-Printer-After-Current-Job Hold-New-Jobs Release-Held-New-Jobs Deactivate-Printer Activate-Printer Restart-Printer Shutdown-Printer Startup-Printer Promote-Job Schedule-Job-After CUPS-Accept-Jobs CUPS-Reject-Jobs>
    AuthType Default
    *#Require user @AUTHKEY(system.print.operator) @admin @lpadmin*
    *Require valid-user*
    Order deny,allow
    </Limit>
    /etc/authorization
    +The system.print.operator key is new to Snow Leopard and seems to control resuming and pausing a printer queue among other things.+
    <key>system.print.admin</key>
    <dict>
    <key>allow-root</key>
    <true/>
    <key>class</key>
    <string>user</string>
    <key>group</key>
    <string>staff</string>
    <key>shared</key>
    <true/>
    </dict>
    <key>system.print.operator</key>
    <dict>
    <key>allow-root</key>
    <true/>
    <key>class</key>
    <string>user</string>
    <key>group</key>
    <string>staff</string>
    <key>shared</key>
    <true/>
    </dict>
    I have read all posts on this subject and I still am not clear on how to proceed, please assist.
    Thanks in advance,
    V

    Hello again.  For AD environments you can run the following command on each workstation:
    sudo dseditgroup -o edit -n /Local/Default -u localadmin -p -a "Domain Users" -t group _lpadmin
    This command assumes you are typing this interactively on the machine.  Obviously change localadmin to the Mac's local admin's name.  When running you will be prompted for password twice.  Once to elevate permissions (sudo) and once to validate you are localadmin.
    If you are using Apple Remote Desktop (or JAMF or other management suite), you can push this command out while embedding the localadmin's password. 
    sudo dseditgroup -o edit -n /Local/Default -u localadmin -P yourpass -a "Domain Users" -t group _lpadmin
    Please note, if your password uses special characters (/-\) this may fail over ARD.
    In Mavericks, AD groups are cached once they are referenced.  If you are dealing with a lot mobile users (laptops) you might want to replace Domain Users with everyone
    R-
    Apple Consultants Network
    Apple Professional Services
    Author "Mavericks Server – Foundation Services" :: Exclusively available in Apple's iBooks Store

  • I am trying to print a PDF file to a legal size paper and I would like for it to fill up the page. How do I do this? I went into the settings and changed it from letter to legal, but it's still printing out the same size. Can someone help me, please?

    I am trying to print a PDF file to a legal size paper and I would like for it to fill up the page. How do I do this? I went into the settings and changed it from letter to legal, but it's still printing out the same size. Can someone help me, please?

    Are you trying to Print to PDF or are you trying to Print a PDF file to a physical printer?

Maybe you are looking for

  • Inventory Database Move

    I think I posted this originally in the wrong thread so I thought posting it here would get a better response. We have Zen 7 installed on a Netware 6.5 SP6 server. When ever the database goes to process the collected data it will from time to time ab

  • Download software for firefox

    what is the best download software for firefox? My video downloads are too often incomple.

  • 5310 Xpress Music Not Supported by PC Suite 6.86??...

    Phone: Unlocked 5310 Xpress Music Phone O.S.: Windows XP Media Center 2005 w/SP2 PC Suite Version: 6.86 Connectivity: USB Cable Problem: Installed PC Suite software, cable drivers, connectivity established to phone. PC Suite however, though it confir

  • HT1689 "unable to download song"  Why did i get this message?

    Purchased and tried to download song.  received the above message.  Why?  what can i do to fix?

  • First imac Need to know more on pc 133 sdram

    Hey guys , I picked up my first imac off ebay and I want to up the ram to 512. My mac has two sticks of pc 133 (128) =256 What I need to know is if these sticks work (links) they are both pc133 sdram 168pin # 1 http://www.atoponline.com/product.asp?T