How do I customize my background picture?

I would like to add my personal photo as my background. Anyone know how I can do this?
Also I just noticed that Apple works has been Cached on my computer. Any idea of how to get it back?

Welcome to the discussions, yihh.
In the second tab of the inspector, you'll find the "Page" information. At the bottom of this tab is an area for "Page Background". Change this to Image Fill and you'll be asked to supply an image.

Similar Messages

  • How do I add a background picture til my swing CUI

    How do I add a background picture til my CUI. I�m using Swing - not using any JPanel.
    Here my code:
    class Start extends JFrame implements ActionListener
         JButton soeg, tilfoj, afslut;
         JTextField beskedText;
         JLabel besked;
         private Image baggrund;
         public Start()
              setTitle("Video Registrerings System");
              setSize(300,250);
              setVisible(true);
              addWindowListener(new WindowAdapter()               // Opretter vinues "lytter"
                   public void windowClosing(WindowEvent e)
                        System.exit(0);
              Container c;
              c = getContentPane();
              c.setLayout(null);
              try
                   URL imagename = new URL("file:/c:/jdk1.3.1_02/java/vrs_background.jpg");
                   baggrund = createImage((ImageProducer) imagename.getContent());
              catch (Exception e) {}
              // Tilf�jer knapperne
              tilfoj = new JButton("Tilf�j ny video");
              tilfoj.setBounds(75,110,150,25);
              tilfoj.setVisible(true);
              tilfoj.addActionListener(this);
              c.add(tilfoj);
              soeg = new JButton("Video s�gning");
              soeg.setBounds(75,145,150,25);
              soeg.setVisible(true);
              soeg.addActionListener(this);
              c.add(soeg);
              afslut = new JButton("Afslut");
              afslut.setBounds(75,180,150,25);
              afslut.setVisible(true);
              afslut.addActionListener(this);
              c.add(afslut);
              //Tilf�jer tekstfelt og label
              besked = new JLabel("Besked:");
              besked.setBounds(10,45,50,25);
              besked.setVisible(true);
              c.add(besked);
              beskedText = new JTextField(" V�lg en af de nedenst�ende knapper");
              beskedText.setBounds(65,45,215,25);
              beskedText.setVisible(true);
              c.add(beskedText);
         }

    Here is a link that might help you:
    http://forum.java.sun.com/thread.jsp?forum=57&thread=219443

  • How do I set a background picture for my homepage, not just the edges but the entire screen?

    When I use other web browsers I have the ability to set a background picture on my homepage. How do I do that on Firefox?

    Is this picture to be used in a drop zone or used as the total background of a theme?  If the former it's not possible to do that as that's the nature of the drop zone .
    For a general background for the menu the image should have a 4:3 size ratio in the landscape orientatikon.  For a portrait oriented photo that would mean either cropping to a 4:3 landscape ratio or creating  a 4:3 landscape canvas and putting the portrait image in the center, edgo or wherever and using the composite image.  There will be some white space but that can be filled with a color that goes with the image.
    Of course you will need to use 3rd party image editor that an handle layers or Pages.
    Some Image Editors That Support layers:
    Photoshop Elements 11 for Mac - $79
    Rainbow Painter - $30
    Imagerie - $38
    Acorn - $50
    Pixelmator - $60 
    Seashore - Free
    GIMP for Mac - Free
    Xee 2.1 - free
    You will get something like this:
    One could move the image to the right or left edge for better esthetics and have the buttons in the "white" area.
    OT

  • How do I change the background picture that is shown when i start my Mac?

    On the iMacs in my school they have a different name for everyone of the after for example the band Queen and then there is a picture on the inlogg screen with queen on it. So then you log in and there is another background picture after that. I Have a macbook pro and I would like to change that "start-picture".
    Right now it´s kind of boring and grey. Can you change it somehow?

    It sounds like you're using Adobe Send for Outlook.  Correct?
    Unfortunately, there is no way to change the default text that is inserted into your message. You'll have to change it each time.
    I will pass along your request to the Adobe Send team.

  • How can I made a background picture in the page?

    HI
       I made a news scene user km,but the news display page is very bald and ugly,How I can made a picture as the background or the banner of the page?
    Message was edited by:
            cui zhao

    Hi
    Collection renderer settings
    http://help.sap.com/saphelp_nw04/helpdata/en/87/3d48475ee8bd448c4031aa98d90524/frameset.htm
    change the background color of KM Navigation iview
    https://www.sdn.sap.com/irj/sdn/thread?messageID=1469984#1469984
    pdf
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/3915a890-0201-0010-4981-ad7b18146f81
    Regards
    Ganesan S

  • How do I customize the background color of the Bookmarks Drop Down Menu?

    The drop down bookmark menu is a very light grey and the highlighting is also very light and hard to see. Where in about:config can I change these colors.
    Also is there a way to bold certain bookmark items in the bookmark menu?
    I'm using ver. 19.02

    ''bmail wrote:''
    I appreciate the amount of time you put into typing up the example and I'm sure the example is great, but again...I have no idea how to use it or where to put it.
    You were supposed to install [https://addons.mozilla.org/firefox/addon/stylish/ the Stylish extension]. Once installed, there's a new category in the Add-ons Manager called User Styles. In that category, there's a button labeled Write New Style which opens a window where you can paste or write CSS code; click the Preview button to see what how your style affects the interface or a web page, or the Save button to keep it.
    Styles in the userChrome.css file cannot be previewed, and any changes only take effect after restarting Firefox. Since the ChromeEdit Plus extension simply allows you to edit that file, presumably it has the same limitations.
    Anyway...
    ''bmail wrote:''
    What code would I need to have all the sub menus be the same background color as the main bookmark menu?
    <pre><nowiki>/* Menu bar bookmarks menu background */
    #bookmarksMenuPopup hbox {
    background: silver !important;
    }</nowiki></pre>
    Note that you can replace '''silver''' with another named color, or an RGB color value.
    * https://developer.mozilla.org/en-US/docs/CSS/color_value
    ''bmail wrote:''
    What code would I use to change the highlight color that you see as your cursor hovers over the menu items?
    I wrestled with this one for a while, but I couldn't get it to work, and I gave up due to time constraints. Again, I suggest you head over to the userstyles.org forum and ask there.
    * http://forum.userstyles.org
    ''bmail wrote:''
    How do I designate what menu items I want in bold face?
    The relevant bit of information is the bookmark or folder name. Note the value of the label attribute in the above example (the stuff between quotation marks); that's how you show the Recently Bookmarked folder in bold text. You can combine several selectors (the stuff before the first { character) into one by separating them with a comma, like so:
    <pre><nowiki>#bookmarksMenuPopup menu[label="Some folder"],
    #bookmarksMenuPopup menu[label="A different folder"],
    #bookmarksMenuPopup menuitem[label="This one's a bookmark"],
    #bookmarksMenuPopup menuitem[label="Some other bookmark"],
    #bookmarksMenuPopup menu[label="Yet another folder"] {
    font-weight: bold !important;
    }</nowiki></pre>
    You're welcome.

  • How do I customize my desktop pictures?

    I'd like to rotate through different desktop pictures - and love some of the pictures provided. But I'd like to select which ones I want, and maybe add some. How can I do that?

    Think I've found the answer!  Thanks anyway!

  • How do I change the background picture format along the top of the page?

    at one time, I was given the opportunity at log on to Firefox to choose a picture background that appears at the top. I would like to change it and cannot find a menu item to take me to that option.

    It's called a Persona. Go here: http://www.getpersonas.com/en-US/gallery/All/Popular/23
    To narrow the field down a bit, choose a category in the menu on the left.
    If you have a few already, click the Firefox button, go to Add-ons, then Appearance menu.

  • How do I change the background picture?

    When I installed the last version of Firefox, one of the options was to choose a picture. I didn't really understand where this picture would appear and now that I know, I'd like to remove it. I picked a very "busy" picture and it really makes it difficult to now see what's on the tool bars.

    That will be a Persona that you installed. This is a light-weight theme, you can switch to the default theme to remove the Persona. For details see [[using themes with Firefox]].

  • How do I change my profile picture?

    I'm a long term subscriber, The 4 songs out of the first 5 I saved to my spotify account became my profile picture. Two of the 4 pictures are the same band. I like these songs but dont feel they represent my true musical taste or favorites. How can I customize my profile picture?
    Edit - My apologies, I think I posted this in the wrong forum, I'm using the downloadable Spotify app for PC. Mods please move if need be.

    Hi,
    Also, just to add:
    There is an idea for being able to edit your profile picture without connecting to facebook here. It has been marked as Not right now as they have other priorities right now but that doesn't mean they won't come back to it in the future.
    There is also an idea for customising playlist pictures and info here.
    Feel free to add Kudos and comment on them to show your support!
    Anthony :)
    Edit #1: Spelling correction

  • How to stop the auto change of the desktop background picture ?

    How to stop the auto change of the desktop background picture ?

    Well . . thanks, but I already have done that and I still have the problem. The background changes to the standard picture galaxy not to one of the options. Sorry my question wasn't clear enough.
    Thanks. 

  • After turning on iMAC the sign in page comes up and accept my password. It then goes to a page with a background pictures but nothing else. If I leave it there it eventually fades and shows the clock.  How to I get it to open from there?

    After turning on iMAC the sign in page comes up and accept my password. It then goes to a page with a background pictures but nothing else. If I leave it there it eventually fades and shows the clock.  How to I get it to open from there?

    Hello,
    See if it'll Safe Boot from the HD, (holding Shift key down at bootup).

  • TS3899 Getting a "background picture of angry birds" in back of my e mail messages...any ideas how to get rid of this?  Thanks for your help

    All of a sudden I am getting a background picture of angry birds in my e mail.  I can view the mail but it is annoying.
    I have cleard the history an still it appears.   Any ideas on how to get rid of this garbage?  Thanks for your help.

    Bettina:
    Do you see the color in Designer, or only Acrobat. If it's only in Acrobat, try changing the menu item Forms >> Highlight Fields. This toggles entry field highlights on and off.
    Mark
    You can shut off or change the highlight with this
    app.runtimeHighlightColor = color.red;
    if (app.runtimeHighlight)
    app.runtimeHighlight = false;

  • After rotobrush, how to make background picture appear in the video when exporting it to PremierePro

    I seem to have problems saving/using it with premiere pro. it's a 10 second video of myself with 3 pics: 2 that I put in front of the video and one as a background. In after effects, in the bottom left corner box, the 2 pics are above the video file and the background picture is below it. Still in after effects, the background pic is there behind me and the 2 other pictures are in front of my video which is where everything should be, great. When i save it, then export it to premiere pro, the 2 pics in front are there but not the background pic, the background is just my full video as if I didn't rotobrush it.  Help??
    Also, how can i export the project as a file in Avi, mpeg, mp4...?
    Thanks in advance

    Hello Mylenium, i do apologize about my ambiguous question. I'm starting to learn how to use it and in some way, i didn't even know what i was talking about myself. But thanks to your help, i now got it.
    "When you export an After Effects project as an Adobe Premiere Pro project, Adobe Premiere Pro uses the settings from the first composition in the After Effects project for all subsequent sequences. Keyframes, effects, and other properties are converted in the same way as when you paste an After Effects layer into an Adobe Premiere Pro sequence."
    so as it says above, it only uses the initial video. What i did was only render using the rotobrush and i didn't "render queue" the whole project afterwards simply because i didn't know i had to do that. I thought rendering it from rotobrushing it and adding the background effects would be enough.
    Again, thank you. and i also learned how to save it in different format, since AVI outputs a huge file size.

  • Hi - Re Keynote  I'm trying to figure out how to create a music album on USB flash drive. What I want is a background picture with 'click-buttons' to play each track listed, also similar for embedded videos and photos etc.  Is this possible with Keynote ?

    Hi - Re Keynote  I'm trying to figure out how to create a music album (as an artist) on USB flash drive, (accessible by both Mac and PC). What I want is a background picture with 'click-buttons' to play each track listed, and play in order (like a cd) - also similar for embedded videos and photos etc. This should all be on the one page.  
    Is this possible with Keynote, or any other software package for Mac (am using Macbook Pro) ?
    Gav 88

    Hi there,
    Yikes, it sounds like you've been doing a lot of work on this project... Unfortunately, however, this isn't the Adobe Encore forum, but the Acrobat.com forum. While it seems like an exciting question, we're not able to address issues pertaining to other Adobe products and services. Here's a link to the Adobe Encore forum, where you're more likely to get help for this specific issue:
    http://forums.adobe.com/community/encore
    Sorry not to be of more specific help to you. Best of luck!
    Kind regards,
    Rebecca

Maybe you are looking for

  • Problem with MPF and url filtering

    Hi I have a problem. I have configured an ASA Firewall for modular policy framework. I want to stop one user from browsing the facebook and youtube sites. The user is on the inside part of the network. The topology is something like that: PC User (19

  • Video no longer plays in the project

    I looked all over for this same problem, but could not find another discussion on it. I have created several projects, (iMovie 09) the video and audio worked fine. I had to have pushed some button, but now the video no longer plays on any of my proje

  • Help w/ AEBS and TC

    So I need some help here.  I have 4 Apple wireless devices. Airport Extreme Base Station - this is in my network closet here in my home office, plugged into my internal switch.  SSID is freedymacs, 802.11n (b/g compat).  I have a 1TB drive plugged in

  • Issue while executing F.05

    Hi While executing F.05(Foreign currency valuation), it is asking for Profit center for certain accounts. Pls. let me know the reason. Rgds Ravi

  • Tax Break Up through Query

    Hi All, I am trying to get tax break up for individual line items through query and i want it to auto populate on the udf created. The problem is that the value is not getting auto populated even though the fms is kept as refresh regulary. The docume