Cant change profile icon to photo

Keeps askin if I want to save or share when I press to add photo

OK -- the cardscol1 and 2 and 3 JLABEL arrays reference cards11, 12, 13, 14, etc. etc... THESE CARDS are within the initComponents class that is in a seperate class as well -- so that is probably my problem-- how do I get this submitButtonHandler class to see the cards that are in my initComponents class???
AND THIS initComponents class is listed as PRIVATE!!! ((This is a class that the NetBeans GUI maker sets up -- very nice feature, but I cannot edit this class at all!))
Message was edited by:
tvance929

Similar Messages

  • Cant change profiles as code /Applications/Firefox.app/Contents/MacOS/firefox-bin -ProfileManager says its not recognized and ive restarted it twice to make sure its closed

    Cant change my profiles and the code /Applications/Firefox.app/Contents/MacOS/firefox-bin -ProfileManager as stated on the page doesnt work..It says -bash: /Applications/Firefox.app/Contents/MacOS/firefox-bin: No such file or directory...I cant create a new one or manage them cause of not allowing in the profile area..
    == This happened ==
    Every time Firefox opened
    == i typed it in and it stated it was not recognized

    An update.
    I almost never use TFF24 so I haven't really been testing this.  However, I did have an issue with TFF17 where it crashed or something.  When I restarted TFF17 it had somehow decided to start using my TFF24 profile.  No real harm there other than puzzlement, and I was missing all my plugins and extensions.  Fortunately I keep the profile switcher extension in both profiles so I used it to switch back to my TFF17 profile.  A few days later I needed to use TFF24.  When I tried starting it with TFF17 still running it did not start up but gave me the old warning about not being able to run two versions of Firefox.  I quit TFF17, started TFF24 and it started up using my TFF17 profile.  Of course then it ran an extension compatibility check, found the "outdated" ones and removed them from the profile!  They were still gone when I restarted in TFF17.   An add-on check said one of them (Classic Compact) only had a Firefox20+ version available until I did some real web searching and finally found a page with the older version.  By the way, simply copying the extensions folder from a profile backup does not seem to install a full suite of extensions, you have to do the full profile.
    Observations:
    - If you do this, keep a profile switcher add-on in both copies of TFF.  Select it to always display at startup which is annoying but not a huge amount of labor to click through.  That way you can make sure each version is starting with the correct profile.  I also installed an add-on which stops TFF from doing an add-on compatibility check when starting, just in case.  It is easy to toggle on and off if you really want one done.
    - Of course right now I don't have capability to keep both versions running at the same time unless I go back and set it all up again, but at least I can have two different versions for when I need to run the newer one.

  • Cant change JLabel icon with setIcon a second time???

    Hey all,
    I have drawn 21 cards on my GUI - then as a user selects one of three columns via a radio button and subsequent Submit button, the deck reshuffles itself, and is THEN supposed to change all the labels to the new cards in their New order.
    All the code is good up until the point where it tries to reset the icon - and then I get a
    "AWT-EventQueue-0" java.lang.NullPointerException
    pointing to the line of my first Label that I am changing.
    I am trying to use the same settings as I did in the initial setting and think that maybe this could be my problem, but cannot find a proper setting in the Interface.
    My initial settings are this :
    for (i=0; i < 7; i++)
              cardscol1.setIcon(new ImageIcon("images\\" + deck.get(i)));
    cardscol2[i].setIcon(new ImageIcon("images\\" + deck.get(i + 7)));
    cardscol3[i].setIcon(new ImageIcon("images\\" + deck.get(i + 14)));
    THEN I tried this again (( INSIDE MY buttonHandler ))
    for (i=0; i < 7; i++)
                            j=0;
                            cardscol1.setIcon(new ImageIcon("images\\" + deck.get(j)));
    j++;
    cardscol2[i].setIcon(new ImageIcon("images\\" + deck.get(j)));
    j++;
    cardscol3[i].setIcon(new ImageIcon("images\\" + deck.get(j)));
    j++;
    And this is where I get the NULL POINTER EXCEPTION -- help??
    ****UPDATE:
    I cant access these Label PERIOD from within my Button Handler -- any idea why?

    OK -- the cardscol1 and 2 and 3 JLABEL arrays reference cards11, 12, 13, 14, etc. etc... THESE CARDS are within the initComponents class that is in a seperate class as well -- so that is probably my problem-- how do I get this submitButtonHandler class to see the cards that are in my initComponents class???
    AND THIS initComponents class is listed as PRIVATE!!! ((This is a class that the NetBeans GUI maker sets up -- very nice feature, but I cannot edit this class at all!))
    Message was edited by:
    tvance929

  • Cant change a icon..

    hello,
    I wanted to change the adobe suit's icons. I had no problem changing all but Indesign's icon does not change. It seems like its locked. I have never experinced this before.
    Anything I can do about it ?
    Thanking in advance.
    Gokce

    If you can't do it by means of the Finder Get Info panel then swap the app's icon in its bundle…
    Prepare the icon you want to use as an .icns. Quit from the app. Control-click on the app's icon and select "Show Package Contents". Open "Contents" and then "Resources". You will see the current .icns (probably called "InDesign.icns"). Drag it out and keep it somewhere in case you want to restore it. Give the icon you prepared exactly the same name as the one you just pulled out and put yours in "Resources". Close the folders.
    You may have to play around a bit with launching and relaunching the app, and/or logging out/in before Finder recognises the change. You may need to drag the app's alias from the Dock and drag it back onto the Dock.
     

  • Cant change bookmark icon

    basically what i have been trying to do is change the bookmark icon on my desktop for a web-link the link is for Air Droid ( i also have the Firefox addon on my phone) to transfer files but the icon is quite bad and easy to miss a white icon with a green paper airplane i have tried for multiple hours if you have any knowledge on the subject you can tell me please do share

    You will have to set an icon yourself to an shortcut on the desktop in the Properties via the right-click context menu if the current icon isn't distinctive enough.
    You can toggle the browser.shell.shortcutFavicons pref to see if that makes Firefox use the favicon for a desktop shortcut
    You can open the <b>about:config</b> page via the location/address bar.
    You can accept the warning and click "I'll be careful" to continue.
    *http://kb.mozillazine.org/about:config

  • Cant change window Icon in a JFrame

    I cannot seem to set the icon in the upper left of the window or in the task. I am using NetBeans and it created my JFrame for me using the following code to initialize:
    java.awt.EventQueue.invokeLater(new Unable() {
                public void run() {
                    new MainFrame().setVisible(true);
            });I have checked online tutorials and this seem to be a trully easy task BUT my JFrame, MainFrame, seems not to have the method I need....
    I should be able too do this:
    MainFrame.setIconImage(Image image); But it seems I cannot get that method in my JFrame at all, it just doesnt show up in NetBeans and wont allow me to compile. I have tried looking at the base JFrame class and see no setIconImage there either. Any help would be apriciated.
    KN

    Can you post the code for your MainFrame class. Use
    code tags.Ok, 1st excuse the messy code, I am teaching myself Java and the code is a bit unproffesional. Also the code is large as it is a calendar program that allows you to input text into the actual calendar day boxes, loads, saves etc. Here is the declaration of the MainFrame class and the MainFrame constructor.
    public class MainFrame extends javax.swing.JFrame {
        // Constants
        public final int DATE_HEIGHT = 17;
        public final int DAY_HEIGHT = 80;
        public final boolean DBG = true;
        public boolean Init = true;
        public int curMonth = 0;
        public int curYear = 0;
        /** Creates new form MainFrame */
        public MainFrame() {
            initComponents();
            for(int x = 0;x < 12;x = x + 2){
                jTable1.setRowHeight(x,DATE_HEIGHT);
                jTable1.setRowHeight(x+1,DAY_HEIGHT);
            jTable1.setDefaultRenderer(Object.class, new ColorCellRenderer());
            DateFormat dateFormat =
                    DateFormat.getDateInstance(DateFormat.FULL);
            // Create our Gregorian Calendar.
            GregorianCalendar cal = new GregorianCalendar();
            cal.setTime(new Date());
            DaYear.setYear(cal.get(cal.YEAR));
            DaMonth.setMonth(cal.get(cal.MONTH));
            Init = false;
            LoadIt(curMonth, curYear);
        }KN

  • HT1048 Hi, I'm trying to order a photo album through IPhoto, my billing address is in the UK but I'd like the book to be sent to an address in the US. I cant change the shipping address to US.

    Hi, I'm trying to order a photo album through IPhoto, my billing address is in the UK but I'd like the book to be sent to an address in the US. Step 3 says enter shipping address, I go to enter new address and the only country it offers is the UK, I cant change the shipping address to US.

    Go to File / Provide Feedback and tell Apple that you want this enhancement in their product.

  • Concerning Epson Printer 4880: after changing the Ink from Photo Black to Matte Black I'm not getting the Epson Software in Photoshop and Lightroom. I can not select the paper medium, I don't see my profiles. What is wrong?

    Concerning Epson Printer 4880: after changing the Ink from Photo Black to Matte Black I'm not getting the Epson Software in Photoshop and Lightroom. I can not select the paper medium, I don't see my profiles. What is wrong?

    That is priceless!!!  Thanks!  I sure needed a good laugh after spending/wasting hours & days trying to either get my c6280 to give up on its Ink System Failure fixation, or find a decent replacement.  Unfortunately I need the Smart Web Printing feature that I guess only HP has, or I'd try a different brand. And now even HP has very few models with that available.
     My error msg is a little different from those previously stated, but close:  0xc18a0201.  Even tho there were frustrations with my c6280, I did like several of its unique features which are hard to find now under $100.  I hate how HP (& I suppose other brands also) are CONSTANTLY changing models & then of course ink cartridges.
    Oh heavens, I've had the c6280 a whopping 2 1/2 years!   I'm sure they want us poor slobs to have to buy a new one every year & a day!  To say nothing of the exorbitant prices for ink.  And now if this one is really dead in the water, I have SIX unused #02 ink cartridges which I cannot return---I got them in a combo pack, & for some reason have wound up with THREE lite pink & THREE lite blue cartridges, while having to buy extras of the other colors, that ran out before the others!!!   Yeah, & what's with that not being able to print in BLACK if a color runs out????
    Anyway I really loved your essay!   It's a classic!  And says it all!  I hate that we have to be 'slaves' to the electronic 'wonders'!!!

  • How to change color profile of exported photos in iPhoto

    Hi
    Please help. I want to change color profile of exported photos in iPhoto. The iPhoto in my macbook air with mac OS X Yosemite always exports photos in Adobe RGB 1998. How can I make it export photos in sRGB color profile?
    Thanks

    You can assign a color profile with Preview.

  • How do change my icon from i photo back to color

    how do i change my icon from iphoto back to color

    What icon? Do you mean the icons on the left hand pane of the iPhoto Window? You can't.
    IPhoto menu -> Provide iPhoto Feedback and let them know what you think.
    Regards
    TD

  • Cant change my BBM Picture

    Just got a t-mobile curve 8520 and i cant change my bbm icon. I dont even see an option to view my profile. Can somebody help me?

    Are you not able to actually click in your BBM profile > click on your picture and choose another picture?
    Can you see the new picture ON your Z10 or not?
    If you can see it, can your BBM friends?
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • [solved]script fails when changing profile through powerdevil.

    i use ondemand governor and i want to change up_threshold value.
    Whenever i change profile through powerdevil up_threshold gets its default vaule of 80.
    what i did was to create a script named threshold containing the lines:
    #!/bin/bash
    sudo sh -c 'echo 50 > /sys/devices/system/cpu/cpu0/cpufreq/ondemand/up_threshold'
    i have also set through /etc/sudoers that this script is passwordless for my user.
    if i run the script, it successfully changes the value. It also runs successfully if i put it in startup.
    My problem is that it fails to run when i choose it to run when a profile loads through powerdevil. I am refering to the feature shown below :
    at first i thought that this function has a problem. so i chose to run kate, and when i changed profile, kate started immediately. So i guess that there is a problem with my script.
    Any ideas?
    Last edited by mechmg93 (2009-10-20 20:14:30)

    I hope someone reads this thread also its already marked as solved...
    Anyway, i would like to use CPU frequency scaling, but in the powermanagement settings,
    i cant shoose anything for frequency scaling.
    What do i have to do to be able to set "ondemand" or "always lowest frequency"?
    Wich daemons and/or modules do i have to activate to change the frequency policy?
    Would be very nice if someone could help me.

  • Is there a way to change the icon associated with icloud account?

    Is there a way to change the icon associated with my iCloud account? It's currently a rose and i do not like it.

    Welcome to the Apple Support Communities
    Are you referring to your iCloud account picture or your user picture?
    It looks like you are referring to your user picture. To change it, open System Preferences > Users & Groups, press the picture box and choose the user picture you want from the ones that came by default. If you want to select a different picture stored on your Mac, drag that photo onto the picture box.
    If you want to change your iCloud account picture, open http://www.icloud.com and log in with your Apple ID. Then, press your name at the top right of the site and press the user picture. If you put the cursor on the picture box, you will see a button at the top of the box to change your picture

  • Change new cartridge black photo then i got the warning with yellow and magenta ink low

    According the first install of new cartrige in table below :-
    4 normal color were change on 2014-05-21, today after I change the new black photo then I have got the warning in front panel that yellow and magenta are low. what can I do for this problems.
    my email is [edited by Moderator]
    Thanks
      Ink Cartridge:
    Color Supply Zone(PX)            First Installation Date (Y-M-D)         End-of-Warranty Date (Y-M-D) Part Number
      Black                                      2014-05-21                                        2016-06-17                                   HP 564
      Yellow                                    2014-05-21                                        2016-06-17                                   HP 564
      Cyan                                       2014-05-21                                        2016-06-17                                   HP 564
      Magenta                                2014-05-21                                        2016-06-17                                   HP 564
      Photo Black                          2014-05-28                                        2016-06-24                                   HP 564

    Hi @prachayab ,
    Thank you for visiting the HP Support Forums. I'm sorry to inform you that your post has needed some editing to remove personal information such as the email address in your post. From our Rules of Participation:
    Protect privacy - yours and others'. Don't share anything about yourself that you would not want to see on a road-side billboard. Don't post contact or other personal information-your own or anyone else's-or any content that you receive in one-to-one communications without the author's consent. For example, don’t post your computer’s serial # or contact information publicly, and do not allow someone you don’t know to remotely take control of your computer.
    If you need people to contact you directly, either ask them to send you a private message or subscribe to the thread so you will be notified when there are replies. You may also click on your name anywhere in the forum and you will be taken to your profile page, where you can find a list of threads you have participated in.
    Sharing personal email addresses, telephone numbers, and last names is not allowed for your safety. If you have any questions feel free to send me a private message in reply.
    Thank you
    George
    I work for HP

  • How to make icons of photos bigger when selecting to attach to email?

    how to make icons of photos bigger when selecting to attach to email?

    Changing the DPI to 120 won't affect the font size of the menu bar in the Editor.  See this FAQ for what happens when you change the DPI:
    http://www.johnrellis.com/psedbtool/photoshopelements-6-7-faq.htm#The_Organizers_Menu_Bar_ doesnt_show

Maybe you are looking for

  • Can't change my paper settings to print from Photoshop cs4 printer Epson

    I've been trying for hours/days to get my printer to print a custom paper size for greetings cards to my Epson printer via the rear feed. I know it can be done because a friend helped me with it in the past but the setting did not save and they cant

  • I have a yahoo mail account address - Mail will not work with that?

    I tried to mail an email using my Yahoo mail account address. Mail sent it back to me saying that Yahoo rejected it. Do I just keep using mailing from Yahoo instead of Mail to keep things working? When I click on an e-mail address Mail does come up a

  • Return Delivery without reference

    Hi all, i have one specific query. i have matl in my stock ( customer returns). i know the vendor code but i don't know the reference doc no of GR posted for that purchase order. I want to send this matl back to vendor without any reference. I can fi

  • Video displays a "Scrolling Torn Picture" every 15 - 20 seconds

    On all downloaded TV shows or Movies, every 15 to 20 seconds the video (picture) does what I can only describe as a "scrolling rip or tear" in which the picture displays a line across the screen that separates the picture slightly and starts at the b

  • Oracle APEX 4.0 - Interactive Report - Table Column Filter Issue Posted: No

    Environment: Oracle APEX 4.0 - Interactive Report - Table Column header Filter Issue We have developed an interactive report using Oracle APEX 4.0, which contains a record count of around 3,000 Rows. All the rows values are unique in nature. When we