JLable replace "\r\n" with a box, how do i remove box

Hi I have a string where it has multiple lines sepearted by "\r\n" but when I print it in JLable it replaces it with little box at the end of each line. How do I remove that box.
I am printing in a JLabel because that page which ha JLabels needs to printed as formal report on printer.
If I use JTextArea it has border apeared around those lines which I dont want in printed report.
Please HELP.
THANKS.
java lover

and for that printer thing using JLabel is not a answer (i mean standard way)
what u can do is use the graphic object from textPane and format it according to the way u want.

Similar Messages

  • Spry Tabbed Panels - replace text tab with an image, how to?

    Hi all, I'm stumped. I've uploaded 2 files to:
    http://docs.google.com/leaf?id=0B4zgjxAaUD97MmUzZTk3NjMtMDNkYi00NDJjLWExNzctOWNjMzM0MDlmMj g0&hl=en&authkey=CMWGoeEP
    http://docs.google.com/leaf?id=0B4zgjxAaUD97YTQ1MDliNzEtZGVhZS00MmYzLTllZWMtMzJiODQwMjRlMT Bl&hl=en&authkey=CILrxq0G
    I'm working in Dreamweaver CS3, 4 tab "Spry Tabbed Panel" with 3 columns (one column is a form and submit btn). The 1st photo is a mockup of what I'm trying to accomplish. In the 2nd photo, Nokia designed a page for its Nokia Developer Summit 2010 (been pulled down since). This is the desired effect. I'm trying to replace the typical text tabs in the tabbed panel with images, or, at the very least, change the color between states ON and OFF (images the same except for bg color - green verses gray), which is probably the better way to go, given page load time.
    I need the CSS and HTML code. I'd settle for just the image problem, but if someone can give me guidance on the content boxes too, that would be AWESOME!
    REALLY hoping anyone can help (Ben, I'm an Aussie too) - been on this for a month now.
    Very grateful Adobe staffs such a great resource tool as this site with a lot of really good, courteous brainiacs.
    Thanks,
    Louis cat

    G'day Ben,
    Upgraded to Dreamweaver CS5, added Tabbed Panels 2 widget to page.
    Here's a mockup of what I'm trying to do: http://docs.google.com/leaf?id=0B4zgjxAaUD97MmUzZTk3NjMtMDNkYi00NDJjLWExNzctOWNjMzM0MDlmMj g0&hl=en&authkey=CMWGoeEP
    Questions:
    1. Want to change Spry TP tabs to images (see link, above), then make them vertical tabs, with morph effect - How?
    2. How do I change the default TabbedPanels2 instance name? (not easy to rename)
    3. The first section of the code was planted in my index page - shouldn't this be pasted into a CSS file, or just leave it alone?
    ================================================
    FIRST SECTION OF THE CODE: -------------------------------------------------------------------------------
    <style type="text/css">
    /* BeginOAWidget_Instance_2138522: #TabbedPanels2 */
    /* TabbedPanelsTabGroup */
    #TabbedPanels2 .TabbedPanelsTabGroup {
    top: 1px;
    left: 0px;
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    color: inherit;
    background-color: transparent;
    border-left: solid 0px inherit;
    border-bottom: solid 0px inherit;
    border-top: solid 0px inherit;
    border-right: solid 0px inherit;
    padding: 0px 0px 0px 0px;
    /* TabbedPanelsTab */
    #TabbedPanels2.TabbedPanels .TabbedPanelsTab,
    #TabbedPanels2.VTabbedPanels .TabbedPanelsTab {
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    color: inherit;
    background-color: #DDD;
    border-left: solid 1px #CCC;
    border-bottom: solid 1px #999;
    border-top: solid 1px #999;
    border-right: solid 1px #999;
    padding: 4px 10px 4px 10px;
    #TabbedPanels2.TabbedPanels .TabbedPanelsTab a,
    #TabbedPanels2.VTabbedPanels .TabbedPanelsTab a {
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    color: inherit;
    /* TabbedPanelsTabHover */
    #TabbedPanels2.TabbedPanels .TabbedPanelsTabHover,
    #TabbedPanels2.VTabbedPanels .TabbedPanelsTabHover {
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    color: inherit;
    background-color: #EEE;
    border-left: solid 1px #CCC;
    border-bottom: solid 1px #999;
    border-top: solid 1px #999;
    border-right: solid 1px #999;
    padding: 4px 10px 4px 10px;
    #TabbedPanels2.TabbedPanels .TabbedPanelsTabHover a,
    #TabbedPanels2.VTabbedPanels .TabbedPanelsTabHover a {
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    color: inherit;
    /* TabbedPanelsTabSelected */
    #TabbedPanels2.TabbedPanels .TabbedPanelsTabSelected,
    #TabbedPanels2.VTabbedPanels .TabbedPanelsTabSelected {
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    color: inherit;
    background-color: #EEE;
    border-left: solid 1px #CCC;
    border-bottom: solid 1px #EEE;
    border-top: solid 1px #999;
    border-right: solid 1px #999;
    padding: 4px 10px 4px 10px;
    #TabbedPanels2.TabbedPanels .TabbedPanelsTabSelected a,
    #TabbedPanels2.VTabbedPanels .TabbedPanelsTabSelected a {
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    color: inherit;
    /* TabbedPanelsTabFocused */
    #TabbedPanels2.TabbedPanels .TabbedPanelsTabFocused,
    #TabbedPanels2.VTabbedPanels .TabbedPanelsTabFocused {
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    color: inherit;
    background-color: #EEE;
    border-left: solid 1px #CCC;
    border-bottom: solid 1px #EEE;
    border-top: solid 1px #999;
    border-right: solid 1px #999;
    padding: 4px 10px 4px 10px;
    #TabbedPanels2.TabbedPanels .TabbedPanelsTabFocused a,
    #TabbedPanels2.VTabbedPanels .TabbedPanelsTabFocused a {
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    color: inherit;
    /* TabbedPanelsContentGroup */
    #TabbedPanels2 .TabbedPanelsContentGroup {
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    color: inherit;
    background-color: #EEE;
    border-left: solid 1px #CCC;
    border-bottom: solid 1px #CCC;
    border-top: solid 1px #999;
    border-right: solid 1px #999;
    padding: 0px 0px 0px 0px;
    /* TabbedPanelsContentVisible */
    #TabbedPanels2 .TabbedPanelsContentVisible {
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    color: inherit;
    background-color: transparent;
    border-left: solid 0px #CCC;
    border-bottom: solid 0px #CCC;
    border-top: solid 0px #999;
    border-right: solid 0px #999;
    padding: 4px 12px 4px 12px;
    #TabbedPanels2.BTabbedPanels .TabbedPanelsTab {
    border-bottom: solid 1px #999;
    border-top: solid 1px #999;
    #TabbedPanels2.BTabbedPanels .TabbedPanelsTabSelected {
    border-top: solid 1px #999;
    #TabbedPanels2.VTabbedPanels .TabbedPanelsTabGroup {
    width: 10em;
    height: 20em;
    top: 1px;
    left: 0px;
    #TabbedPanels2.VTabbedPanels .TabbedPanelsTabSelected {
    background-color: #EEE;
    border-bottom: solid 1px #EEE;
    /* EndOAWidget_Instance_2138522 */
    </style>
    ========================================================
    SECOND SECTION OF THE CODE: ----------------------------------------------------------------------------------------
      <div id="TabbedPanels2">
        <h2>Tab 1</h2>
        <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce sapien lacus, porttitor vitae pretium eget, sodales sed libero. Maecenas non urna lacus, ac sollicitudin justo. Ut erat mi, hendrerit ac accumsan ac, congue eu dui. Pellentesque consectetur condimentum elit, et eleifend urna porta id.  </p>
        <h2>Tab 2</h2>
        <p>Nulla facilisi. Vestibulum ipsum elit, tincidunt sed tristique sit amet, faucibus in orci. Nunc sit amet elit lorem. Sed eget arcu ipsum, pharetra ullamcorper lectus. Sed ac diam ac tortor mattis mollis. Etiam mattis felis vel augue tempus in rhoncus ligula elementum. Vestibulum ut iaculis risus. Aliquam erat sem, feugiat vel laoreet in, lobortis non mauris. Vestibulum neque nibh, vehicula eleifend tincidunt sed, bibendum id dolor. </p>
        <h2>Tab 3</h2>
        <p>Suspendisse potenti. Proin ut erat sit amet turpis egestas tempor. Integer arcu dolor, aliquam ut egestas nec, pharetra ut mauris. Duis urna mi, aliquam id vulputate et, consequat in dolor. Duis congue sem feugiat nulla malesuada scelerisque. Aenean vitae augue nec diam euismod imperdiet. </p>
      </div>
      <script type="text/javascript">
    // BeginOAWidget_Instance_2138522: #TabbedPanels2
      var TabbedPanels2 = new Spry.Widget.TabbedPanels2("TabbedPanels2", {
       injectionType: "replace",
       widgetID: "TabbedPanels2",
       autoPlay: true,
       defaultTab: 0,
       enableKeyboardNavigation: true,
       hideHeader: true,
       tabsPosition: "top",
       event:"click",
       stopOnUserAction: true,
       displayInterval: 5000,
       minDuration: 300,
       maxDuration: 500,
       stoppedMinDuration: 100,
       stoppedMaxDuration: 200,
       plugIns:[]
    // EndOAWidget_Instance_2138522
      </script>
    ===================================================
    Any help would be much appreciated, Ben. Cheers from another Aussie. Louis Cat!

  • Need help with pages.  How do I remove the " " from my flyer that are around  the text box

    How do I remove the blue + on this???????? HELP please!!!!!!!!!! This is done on pages for IOS
    <Edited by Host>

    Hi Baurhouse,
    I case you are wondering why your post was <Edited by Host> I reported your post for your own protection. It showed an email address and a postal address. Not good to show personal details on this public forum .
    Regards,
    Ian.

  • If I only have one window with no tabs, how do I remove the tab label at the top of the window?

    Ok, I open a window to my home page. At the top left of the window I have the Firefox icon and next to it the name of the page I'm on. Below that is the menu bar which I use enough to leave it there. And now below that, with no other tabs open, is a tab lable/tab strip/whatever with the Firefox icon and next to it the name of the page I'm on. Below that is the url/address bar which also is usually showing the name of the page I'm on.
    I like a clean screen with as little clutter as possible. I usually know what page/window I'm on because I'm the one who got me there. I don't need an additional tab strip for a window that has no tabs open taking up more space and telling me what I already know.
    If I could drop the Firefox icon wasting that entire top portion of my screen that would be great, but I'm sure that isn't an option.
    If I could put that menu bar on the same line as the address bar I'd be in efficiently used space heaven! But I'm also pretty sure that's not going to happen either.
    This new tab strip/tab label though, I know doesn't need to be there because it never was before until I opened a new tab and then logically would have a use for the tabs.
    But, since I don't like it and I want it gone, I'm presuming that means that it's new because some person or persons thought redundancy is fun and there is no option to remove it either.
    Can anyone educate me in any areas where my ignorance is causing me to suffer here? Give me back my inch at the top of my screen and I promise to not ask for a mile!
    Thanks to anyone who can/will assist me.
    Much Peace

    With Firefox 23 and TabMixPlus 0.4.1.0 installed, an additional box is added to the Tabs options panel that allows 3 options for the tab bar:
    *One is to '''Always''' hide the tab bar. I do not know whether future versions of TabMixPlus will remove that option. I have tested in Firefox 23 and it is possible to completely hide the tab bar regardless of the number of tabs open.
    Other options added in the additional box with TabMixPlus 0.4.1.0 are:
    *Never
    *When I have only one tab

  • How do i remove box at bottom of screen telling me what i do and the talking?

    My cat sat on my Air and this bar at bottom of the screen came up and is now telling me what i am doing in writing and with some man talking to me. Please help me remove it.
    Thanks

    Welcome to Apple Support Communities
    It's VoiceOver. Press Command and F5 keys to turn off VoiceOver, or open System Preferences > Accessibility > VoiceOver, and unmark the box to enable VoiceOver

  • IMac with OS10.9, how do I remove an old apple ID and password?

    I am using a iMac with OS X 10.9.5, 2.4 Ghz intel Core Duo, 4Gb 667 Mhz DDr2 SDRAM.   I have an old User ID and password that pops up when I am trying to update iPhoto.  requesting the password for the old username (E-mail address) but does not recognize the password.  I would like to remove the old ID and Password but I do not know how?????? can any one help ME?

    You have to contact Apple ID support.
    https://www.apple.com/support/appleid/contact/
    Best.

  • Something is wrong with Safari. How do I remove this bug?

    Sometime soon after I downloaded and started using OSX Yosemite I began having problems with Safari. I have attached a screen shot of the message I receive shortly after opening Safari. I am pretty sure its a scam/virus as that is clearly not the apple care number. How do I fix this??

    Helpful Links Regarding Malware Problems
    If you are having an immediate problem with ads popping up see The Safe Mac » Adware Removal Guide and AdwareMedic. If you require anti-virus protection Thomas Reed recommends using ClamXAV. (Thank you to Thomas Reed for this recommendation.)
    Open Safari, select Preferences from the Safari menu. Click on Extensions icon in the toolbar. Disable all Extensions. If this stops your problem, then re-enable them one by one until the problem returns. Now remove that extension as it is causing the problem.
    The following comes from user stevejobsfan0123. I have made minor changes to adapt to this presentation.
    Fix Some Browser Pop-ups That Take Over Safari.
    Common pop-ups include a message saying the government has seized your computer and you must pay to have it released (often called "Moneypak"), or a phony message saying that your computer has been infected, and you need to call a tech support number (sometimes claiming to be Apple) to get it resolved. First, understand that these pop-ups are not caused by a virus and your computer has not been affected. This "hijack" is limited to your web browser. Also understand that these messages are scams, so do not pay any money, call the listed number, or provide any personal information. This article will outline the solution to dismiss the pop-up.
    Quit Safari
    Usually, these pop-ups will not go away by either clicking "OK" or "Cancel." Furthermore, several menus in the menu bar may become disabled and show in gray, including the option to quit Safari. You will likely have to force quit Safari. To do this, press Command + option + esc, select Safari, and press Force Quit.
    Relaunch Safari
    If you relaunch Safari, the page will reopen. To prevent this from happening, hold down the 'Shift' key while opening Safari. This will prevent windows from the last time Safari was running from reopening.
    This will not work in all cases. The shift key must be held at the right time, and in some cases, even if done correctly, the window reappears. In these circumstances, after force quitting Safari, turn off Wi-Fi or disconnect Ethernet, depending on how you connect to the Internet. Then relaunch Safari normally. It will try to reload the malicious webpage, but without a connection, it won't be able to. Navigate away from that page by entering a different URL, i.e. www.apple.com, and trying to load it. Now you can reconnect to the Internet, and the page you entered will appear rather than the malicious one.

  • With Windows XP, how do I remove bing from my browser page?

    I have tried all the standard methods but it is still on my monitor screen. It does not appear in my programs list in the "add-remove-programs" list. It is not listed in my add-on's list. It is not in my internet options, firefox mozilla is the home page and nothing else is listed there. Has anyone else who is running Win XP SP3 found a way to remove this invader? Thanks in advance.

    Right click "Tools". Uncheck "Search Toolbars".

  • How can i remove box-shadow from table (user agent stylesheettable)?

    Dear all,
    at my website VINDSTERS - Wij Vinden wat u zoekt! there is a form at the bottom. As you can see this has a shadow.
    But i don't want any
    When i inspect the element (see below), i see there IS a shadow/border, but i can find it anywhere in my .CSS.
    Can someone help me out?
    table[Attributes Style] { 
    width: 1000px;
    height: 806px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    user agent stylesheettable { 
    display: table;
    border-collapse: separate;
    border-spacing: 2px;
    border-color: gray;

    Add 'frameBorder="0"' to line 360 as in
    <iframe src="vindditnuphpversion.php" width="80%" height="800px" id="formulier" style="margin-top:10px; margin-right:10%; margin-left:10%; margin-bottom:0%; margin-top:100px; width:80%; display:block; float:left;" frameBorder="0" > </iframe>
    Note the uppercase letter 'B'.
    Laat de leeuw niet in z'n hempie staan.

  • How to replace an MDB with a servlet

    I got a situation to replace an MDB with a servlet,How can I do that,more appreciated if u send me some sample code.

    Hi,
    An MDB can be replaced by a normal java class by doing the following.
    Make a jndi lookup for the queue/topic connection factory and then create a javax.jms.QueueConnection. Then create a javax.jms.QueueSession using this connection. Make a JNDI look up for the Queue. Create a javax.jms.QueueReceiver using the created QueueSession. Call start on the QueueConnection and receive a message by calling the receive method on QueueReceiver.
    Thanks,
    marvlex

  • . How to put Check box in every row in Table

    Hi Friends,
    I have one doubt in Webdynpro with java. How to put Check box in every row in Table?
    For Exam My requirement is I am getting BAPI from ECC System. So I have to go given input details in first view and output details in SecondView. So in Second View I will taken Table that data will displayed in rows. I need each and every row first I need check box.
    Here Select Check Box of particular row then click GetData button.  That row data will be displayed in one popup window.
    In table suppose 6 rows available in table. Every Row first Check box available.
                             empid, name, sal  ,firstname, last Name
                             empid, name, sal  ,firstname, last Name
                             empid, name, sal  ,firstname, last Name 
    How to put Check box in every row in Table?  can you send any examples applications
    Regards
    Vijay

    Hi Friend,
    When we are getting BAPI From ECC System. that BAPI Have nodes and Attribues...in under node we can't create "CheckBox"
    attribute.
    So i am doing like this.I am create on Checbox attribue out side of Node. Check Box data type is boolean.
    next i am creating table ( that table having rows and columns) Right click on table-->Click on Insert GroupedColumn->again right click on nsert GroupedColumn---> Here Select Check Box.
    Okay...here i am getting one problem. i have got Check boxes .But i am select check box in  first row. that time all check boxes will be selected.
    i need select first row check box that only first row will be selected suppose i selected second row check box that only second will be selected.
    i need this can u help me....
    Regards
    Vijay

  • How do I remove user account with UID=0 (except of root)

    Macbook Pro 13; I have Parallels software and did not realize I needed to upgrade to version 10 before upgrading to OS X Yosemite.  I get an error stating Parallels 10 cannot be installed because there is a user account other than root that has UID=0.  I checked UIDs in Terminal Utilities and there is one other username with UID=0  How do I remove username peggy?
    MacBook-Pro:~ pmcvicar$ dscl . -list /Users UniqueID
    _amavisd                83
    _appleevents            55
    _appowner               87
    _appserver              79
    _ard                    67
    _assetcache             235
    _astris                 245
    _atsserver              97
    _avbdeviced             229
    _calendar               93
    _ces                    32
    _clamav                 82
    _coreaudiod             202
    _coremediaiod           236
    _cvmsroot               212
    _cvs                    72
    _cyrus                  77
    _devdocs                59
    _devicemgr              220
    _displaypolicyd         244
    _distnote               241
    _dovecot                214
    _dovenull               227
    _dpaudio                215
    _eppc                   71
    _ftp                    98
    _geod                   56
    _iconservices           240
    _installassistant       25
    _installer              96
    _jabber                 84
    _kadmin_admin           218
    _kadmin_changepw        219
    _krb_anonymous          234
    _krb_changepw           232
    _krb_kadmin             231
    _krb_kerberos           233
    _krb_krbtgt             230
    _krbfast                246
    _krbtgt                 217
    _launchservicesd        239
    _lda                    211
    _locationd              205
    _lp                     26
    _mailman                78
    _mcxalr                 54
    _mdnsresponder          65
    _mysql                  74
    _netbios                222
    _netstatistics          228
    _networkd               24
    _nsurlsessiond          242
    _nsurlstoraged          243
    _pcastagent             55
    _pcastlibrary           225
    _pcastserver            56
    _postfix                27
    _postgres               216
    _qtss                   76
    _sandbox                60
    _screensaver            203
    _scsd                   31
    _securityagent          92
    _serialnumberd          58
    _softwareupdate         200
    _spotlight              89
    _sshd                   75
    _svn                    73
    _taskgated              13
    _teamsserver            94
    _timezone               210
    _tokend                 91
    _trustevaluationagent   208
    _unknown                99
    _update_sharing         95
    _usbmuxd                213
    _uucp                   4
    _warmd                  224
    _webauthserver          221
    _windowserver           88
    _www                    70
    _xcsbuildagent          237
    _xcscredserver          238
    _xgridagent             86
    _xgridcontroller        85
    daemon                  1
    deputydebi              504
    Guest                   201
    nobody                  -2
    peggy                   0
    pmcvicar                501
    root                    0
    MacBook-Pro:~ pmcvicar$

    BobM53, That would be needed regardless of what front end my users log in with, in my case I was looking for them to access the DIT via the DSCC/DCC, which is not possible.  Regardless, thank you for your reply, it is reassuring to know I am headed in the right direction.
    I am now looking towards installing something else like Apache Directory Studio, or some other GUI for users to manage the directory. 
    I will most likely create one or more ACI's to build groups, adding members to those groups as needed; each group being allowed to perform functions such as create users, lockout users, add/modify hosts, etc.
    I will most likely follow the steps outlined in:
    Directory Server Groups, Roles, and CoS - 11g Release 1 (11.1.1.7.0)
    Slightly OT, does anyone have a suitable and similar proven method to "lockdown" root accounts, and who has root access?
    Thank you

  • How can I remove a Disabled Extension not compatible with Firefox 4.0.1? I just want to remove it... I don't want to wait for a compatible update. Why can't I remove it?

    When I upgraded from 3.XX to 4.0.1, it informed me that 2 extensions were not compatible and it never gave me the option to remove them. Firefox 4.0.1 disabled them and now I'm not able to remove them.
    Also they were added by Acrobat Pro X (Adobe Acrobat - Create PDF 1.0) and Nokia Ovi Suite (Firefox Synchronisation Extension 7.3.4.51).
    These extensions won't probably be updated unless they update the software that installed them. With this said, How can I remove the disabled extensions? Why it doesn't give me a button to remove them to start with?

    I think it's not the problem of compatibility. Extensions installed into Windows registry won't have a remove button ( or it's greyed out ). For these extensions, you can have a look into these keys:
    HKEY_CURRENT_USER\Software\Mozilla\Firefox\Extensions\
    HKEY_LOCAL_MACHINE\Software\Mozilla\Firefox\Extensions\
    If you are under a 64bit OS as I am, you may also try this key:
    HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Mozilla\Firefox\Extensions\
    And you may find the registry entries corresponding to the extensions you want to remove. Just export them to a backup.reg, then delete these entries. Firefox will do the rest, but it seems that fx still leaves extensions.rdf untouched. You can also delete the RDF entries corresponding to those extensions inside extensions.rdf
    cf: http://kb.mozillazine.org/Uninstalling_add-ons#Windows_Registry_extension
    BUT the Wow6432Node key wasn't mentioned in the above article
    I had to search the registry to find out the entry corresponding to a Fiddler2 extension, then I found the Wow6432Node key. I also saw the Nokia Ovi Suite entry beside the Fiddler2 entry.
    Hope it helps.

  • IPad synced with PC - how do I remove "settings and preferences" from PC?

    Hi all: initially, I synced my iPad with my office PC, but I decided to let my iPhone stay synced to that PC and I'll sync my iPad with my home MacBook Pro. It seems that the apps for the iPhone and iPad are really different. I ended up having to buy all new apps for the iPad as the iPhone apps showed up really small.
    Anyway with that said, how do I remove the "settings/preferences" of the iPad on the PC?
    Please give directions slowly as I'm really a Mac user and don't know my way too well around a PC.
    Thanks,
    Anne

    Although most iPhone apps can be installed and used on an iPad, they are different. They were written to be optimized for the iPhone and iPod Touch screen size. After an app is upgraded to be universal which includes being optimized for the iPad's screen size, it will look much better on the iPad. With my apps that have been upgraded to being universal, I do not have two versions in my iTunes library - one optimized for the iPod, and another optimized for the iPhone.
    Anyway with that said, how do I remove the "settings/preferences" of the iPad on the PC?
    You don't, or can't.
    In regards to iTunes content, an iPad can be synced with an iTunes library on a single computer only, and photos can be transferred from a single computer only. When transferring iTunes content including 3rd party apps from an iTunes library on another computer, all iTunes content transferred from a different computer will be erased from the iPad first.
    You can sync contacts, calendar events, and Safari bookmarks with the supported applications on multiple computers. An iPad can have different sync preferences under the various tabs for the iPad sync preferences with iTunes on each computer.

  • How can I remove the flags on emails on my Ipad all at the same time. I marked them all by mistake 4800 :(

    i marked by mistake all my emails with a flag how can I remove them all at the same time

    Click on 'Music' in the iTunes sidebar. Look to see whether you have a 'Kind' column:
    If you haven't, choose 'View Options' from the 'View' menu and check 'Kind':
    Now go to the Music list again and click on the label of the 'Kind' column. This will group all your AACs and MP3s together. Locate the MP3s: click on the top one. Hold the shift key and click on the bottom one to select them all. If you want to save them drag them to a folder on your Desktop. Then hit 'Delete'. IMPORTANT: when promted, choose to have them moved to the Trash, otherwise they will be removed from the list but kept in the actual library.

Maybe you are looking for

  • HD video using Macbook

    Is there any way to edit HD video on a Macbook 2GHZ Intel core 2 duo without it being RIDICULOUSLY slow? I can't even play back a track in the sequence without having to render first, and if i edit that same track, i have to render again for playback

  • Are there liner notes for digital download albums?

    I just started purchasing albums via digital download and I was wondering if there was a digital equivalent to the liner notes you used to get with vinyl albums?  I also noticed there are no composer credits listed with the songs. I used to learn alo

  • How to stripe and mirror 4 drives on my Mac

    I have a Mac Pro. 4 internal 2TB SATA drives. I've already striped two drives as one array. I then used Carbon Copy Cloner to clone my boot drive to the striped array. It boots up and works fine (with a BIG increase in disk speed). I've striped the o

  • .pdf hyperlinks in word open in Internet Explorer instead of Firefox

    I have website addresses copied and pasted into a word document, which automatically makes them a hyperlink. Normal website addresses open fine in firefox (which is my default browser) when I Ctrl+click on them. Web links to a .pdf, however, open Int

  • How to make jar executable?

    I am distributing jar file to the user, which is executed using a batch file.In the batch file following things are done: 1. Setting the sytem variables 2. lauching the jar file I want to avoid the usage of batch file as it is not safe. Is there any