South Sudan missing

I'm not able to change my call forwarding to South Sudan. The country is not listed in the drop box of countries. What do you suggest?
Best,
Miep

Hi and welcome to the Skype Community,
Indeed the call forwarding settings on the web account page is missing South Sudan. I've forwarded your feedback internally.
If you have access to Skype for Windows desktop or Mac you can use the options -> Calls -> Call forwarding to set up call forwarding to South Sudan there meanwhile.
Follow the latest Skype Community News
↓ Did my reply answer your question? Accept it as a solution to help others, Thanks. ↓

Similar Messages

  • South Sudan (SS) not known in Locale of Java

    I'm currently programming a payment program and I'm encountering an issue with my validation of BIC's. I have a giant list of all known BIC's but one seems to fail (I validate on it's ISO country code where is use the build in Locale API from Java.
    But unfortunately it doesn't seem to know South Sudan (SS) as valid ISO country, but according to Wikipedia and Swift (=keeper of the BIC's) South Sudan is a valid country and ISO:
    http://en.wikipedia.org/wiki/ISO_3166-2:SS
    Also Java seems to follow the ISO 3166 standard and they also state that South Sudan SS exists:
    http://www.iso.org/iso/support/country_codes/iso_3166_code_lists/iso-3166-1_decoding_table.htm#SS
    I can work around this (but I don't like to create exceptions for this sort of things :p), but maybe someone can give me an explanation. Or should I submit a bug report ;)?
    Thanks in advanced
    Regards

    Updated yesterday to be sure I had the latest version:
    Java JDK 7.0u4
    NetBeans 7.1.2
    Below I'm listing all country code's available to Java. SS doesn't seem to be in there :-/
    Result of following code
    Locale country = new Locale("en", "SS");
    System.out.println(country.getDisplayCountry() + "\nList all countery CODE");
    for (String con : Locale.getISOCountries()) {
         System.out.println(con);
    Properties p = System.getProperties();
    Enumeration keys = p.keys();
    while (keys.hasMoreElements()) {
         String key = (String) keys.nextElement();
         String value = (String) p.get(key);
         System.out.println(key + ": " + value);
    }SS >> This should be South Sudan, but since Java doesn't know it, they display SS
    List all countery CODE
    AD|AE|AF|AG|AI|AL|AM|AN|AO|AQ|AR|AS|AT|AU|AW|AX|AZ|BA|BB|BD|BE|BF|BG|BH|BI|BJ|BL|BM|BN|BO|BQ|BR|BS|BT|BV|BW|BY|BZ|CA|CC|CD|CF|CG|CH|CI|CK|CL|CM|CN|CO|CR|CU|CV|CW|CX|CY|CZ|DE|DJ|DK|DM|DO|DZ|EC|EE|EG|EH|ER|ES|ET|FI|FJ|FK|FM|FO|FR|GA|GB|GD|GE|GF|GG|GH|GI|GL|GM|GN|GP|GQ|GR|GS|GT|GU|GW|GY|HK|HM|HN|HR|HT|HU|ID|IE|IL|IM|IN|IO|IQ|IR|IS|IT|JE|JM|JO|JP|KE|KG|KH|KI|KM|KN|KP|KR|KW|KY|KZ|LA|LB|LC|LI|LK|LR|LS|LT|LU|LV|LY|MA|MC|MD|ME|MF|MG|MH|MK|ML|MM|MN|MO|MP|MQ|MR|MS|MT|MU|MV|MW|MX|MY|MZ|NA|NC|NE|NF|NG|NI|NL|NO|NP|NR|NU|NZ|OM|PA|PE|PF|PG|PH|PK|PL|PM|PN|PR|PS|PT|PW|PY|QA|RE|RO|RS|RU|RW|SA|SB|SC|SD|SE|SG|SH|SI|SJ|SK|SL|SM|SN|SO|SR|ST|SV|SX|SY|SZ|TC|TD|TF|TG|TH|TJ|TK|TL|TM|TN|TO|TR|TT|TV|TW|TZ|UA|UG|UM|US|UY|UZ|VA|VC|VE|VG|VI|VN|VU|WF|WS|YE|YT|ZA|ZM|ZW
    java.runtime.name: Java(TM) SE Runtime Environment
    sun.boot.library.path: C:\Program Files (x86)\Java\jdk1.7.0_04\jre\bin
    java.vm.version: 23.0-b21
    user.country.format: BE
    java.vm.vendor: Oracle Corporation
    java.vendor.url: http://java.oracle.com/
    path.separator: ;
    java.vm.name: Java HotSpot(TM) Client VM
    file.encoding.pkg: sun.io
    user.country: US
    user.script:
    sun.java.launcher: SUN_STANDARD
    sun.os.patch.level: Service Pack 1
    java.vm.specification.name: Java Virtual Machine Specification
    user.dir: D:\Steven\Documenten\Java\PaymentGenerator
    java.runtime.version: 1.7.0_04-b20
    java.awt.graphicsenv: sun.awt.Win32GraphicsEnvironment
    java.endorsed.dirs: C:\Program Files (x86)\Java\jdk1.7.0_04\jre\lib\endorsed
    os.arch: x86
    java.io.tmpdir: C:\Users\Steven\AppData\Local\Temp\
    line.separator:
    java.vm.specification.vendor: Oracle Corporation
    user.variant:
    os.name: Windows 7
    sun.jnu.encoding: Cp1252
    java.library.path: C:\Program Files (x86)\Java\jdk1.7.0_04\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;"C:\Program Files (x86)\Java\jre7\bin";.
    java.specification.name: Java Platform API Specification
    java.class.version: 51.0
    sun.management.compiler: HotSpot Client Compiler
    os.version: 6.1
    user.home: C:\Users\Steven
    user.timezone:
    java.awt.printerjob: sun.awt.windows.WPrinterJob
    file.encoding: UTF-8
    java.specification.version: 1.7
    java.class.path: C:\Program Files (x86)\Java\jdk1.7.0_03\db\lib\derbyclient.jar;C:\Program Files (x86)\Java\jdk1.7.0_03\db\lib\derby.jar;D:\Steven\Documenten\Java\lib\jdom-1.1.3.jar;D:\Steven\Documenten\Java\lib\commons-lang3-3.1-sources.jar;D:\Steven\Documenten\Java\PaymentGenerator\build\classes
    user.name: Steven
    java.vm.specification.version: 1.7
    sun.java.command: eu.uytterhoeven.paymentgenerator.bank.BIC
    java.home: C:\Program Files (x86)\Java\jdk1.7.0_04\jre
    sun.arch.data.model: 32
    user.language: en
    java.specification.vendor: Oracle Corporation
    user.language.format: nl
    awt.toolkit: sun.awt.windows.WToolkit
    java.vm.info: mixed mode, sharing
    java.version: 1.7.0_04
    java.ext.dirs: C:\Program Files (x86)\Java\jdk1.7.0_04\jre\lib\ext;C:\Windows\Sun\Java\lib\ext
    sun.boot.class.path: C:\Program Files (x86)\Java\jdk1.7.0_04\jre\lib\resources.jar;C:\Program Files (x86)\Java\jdk1.7.0_04\jre\lib\rt.jar;C:\Program Files (x86)\Java\jdk1.7.0_04\jre\lib\sunrsasign.jar;C:\Program Files (x86)\Java\jdk1.7.0_04\jre\lib\jsse.jar;C:\Program Files (x86)\Java\jdk1.7.0_04\jre\lib\jce.jar;C:\Program Files (x86)\Java\jdk1.7.0_04\jre\lib\charsets.jar;C:\Program Files (x86)\Java\jdk1.7.0_04\jre\lib\jfr.jar;C:\Program Files (x86)\Java\jdk1.7.0_04\jre\classes
    java.vendor: Oracle Corporation
    file.separator: \
    java.vendor.url.bug: http://bugreport.sun.com/bugreport/
    sun.io.unicode.encoding: UnicodeLittle
    sun.cpu.endian: little
    sun.desktop: windows
    sun.cpu.isalist: pentium_pro+mmx pentium_pro pentium+mmx pentium i486 i386 i86
    Edited by: 923091 on Apr 30, 2012 1:56 PM

  • New Country (South Sudan) to be set up in SAP

    Hi,
    I have to set up new country, South Sudan (SS) in SAP. I know   how to configure and also have the OSS note related. However, I cannot find the Alternative Country Key to be used. Not specified in the OSS (1620561) either. Can someone tell me how to find the Alternative Country Key for this new country??
    Thanks

    Check the below links;
    http://www.bundesbank.de/meldewesen/mw_aussenwirtschaft_schluessel.en.php
    http://www.bundesbank.de/download/meldewesen/aussenwirtschaft/schluessel/listofcountries.pdf
    I couldn't find S.Sudan in it. If you dont find in your search, may be you can check with them or SAP.
    Regards
    TGB

  • What is the correct procedure for upgrading to aperture 3.4

    I am working in South Sudan and am shortly going to be in a place where I can download all the updates. The last time I did an update was around 2 weeks ago.
    I presume that there will be updates for Mountain Lion, iPhoto and Aperture, plus a whole pile of iOS updates. From the support questions I see that there is a number of people having problems.
    I presume that the first thing to do will be to rebuild the library of aperture.
    What is the correct procedure after that?

    If I do an upgrade through AppStore, and find it does not work, do I uninstall first by removing to trash? What do you mean by revert to an earlier version, and which previous version of Aperture should I use.
    Neville,
    So you did buy Aperture from the AppStore?
    Then move the Aperture application to the Trash, but do not empty it, just in case
    Sign into the AppStore and reinstall. In this case you do not need to revert to an earlier version. If the AppStore installer does not find an Aperture in your Applications folder, it will have to make a full install, and no incompatible frameworks should remain, as is the problem with the partial upgrades right now.
    Yes, I have a bootable clone,
    And have you checked, if you really can boot from your clone? Just being very cautious.
    Do you use facebook? Some posters are having problems, even after reinstalling, if the want to publish to Facebook. Post back, if you encounter that problem.
    Good Luck
    Léonie

  • Reporting on Malicious 419 scammers

    Hi Skype,
    Firstly let me say I'm seriously dissapointed in your support services. I used to be able to just email a problem and someone would get back to me very promtly. Now, for whatever reason one has to jump through hoops to find an actual person. With nothing in your forums, I took to sending you a private facebook message which has not been responded to for over a week, in addition the form I found to email you directly keeps breaking. That's seriously lacking guys.
    Anyway... below is the security concern. You really should have systems in place to report this kind of thing. I would have expected so much more from you... especially since I have been a paying customer for many years. 
    All I ask is please get back to me with assurance you are going to block this profile.
    =====================================
    MY FB MESSAGE SENT TO YOU ON 13/05/2014 09:46
    =====================================
    Hi Skype.
    Where can I report a fake skype account that is used for malicious /phishing purposes? I can't find anything on your website.
    Here is a screenshot of his account details
    http://prntscr.com/3irx4g
    And here is our conversation:
    [2014/05/12 12:04:44 PM] David Wood: Hello! Please add me to your Contact list.
    [2014/05/12 12:57:53 PM] *** Jo has shared contact details with David Wood. ***
    [2014/05/12 01:02:59 PM] Jo: Hi David. How do we know each other?
    [01:15:14 AM] David Wood: i just wanna be your good trusted friend
    [08:25:54 AM] Jo: Right. So we have had no previous interaction prior to this, or you have no interest in discussing any business operations?
    [08:30:32 AM] David Wood: that is the reason why i contacted you
    [08:43:39 AM] Jo: For business reasons? Can you be specific?
    [08:44:38 AM] Jo: Also, how were you referred to me?
    [08:45:25 AM] David Wood: firstly let me introduce myself to you
    [08:46:08 AM] David Wood: I'm David Wood a medical doctor but am currently on assignment here in South Sudan for UNHCR Peace Keeping mission in Sudan,regards to the crises, which i suppose it's not new to you
    [08:48:39 AM] David Wood: i am contacting you to help be my foreign beneficiary and a business partner to receive a consignment box that the sum of $2,000,000.00 belonging to refugee from Damascus Syria been deposited in a security company
    [09:36:16 AM] Jo: oh please
    [09:36:38 AM] Jo: you should be ashamed of yourself
    (David them prompty blocked me.)
    Please advise as to where this should be reported,
    Jo
    =====================================
    Solved!
    Go to Solution.

    Thanks for replying. I didn't realize it was so bad as this is my first one.  I'm fully aware of 419 scams, but I do use for Skype for work purposes and am sometimes contacted by strangers so unfortunately I do need to initially engage a little. 
    I have checked again and I don't see any place within the skype app to report a user. I can block them, but not report them.
    I still feel that skype should at a minimum do these 2 things:
    1) List and warn users of 419 scams under the security FAQ/Support areas. (Not just phishing) 
    2) Allow an online area, or within the app to report users so MS/Skype can disable the account permanately. 

  • Canada Area Code 249

    I was chatting with Customer Support for an hour on Monday about this issue, who kept treating me like a moron but couldn't understand this very simple issue. Area code 249 is not in South Sudan, it is in Ontario, Canada. Google it. My daughter has a new phone number and I've had Skype to Go for years and use it to call Canada. All their area codes were 705, but now she has 249 and Skype will not recognize it and cannot call it. What is up? Will I need to cancel my Skype to Go that I have had for years? Bummer.

    Here's an update on this issue from over a year ago: nothing has been corrected. Good grief.

  • Power BI Designer Maps

    Is it just me or is there a serious bug with the map graphs in PBID?
    It could be that we are sitting behind a proxy, although the map loads from Bing, showing country outlines and names, then suddenly it gives an error and hangs
    Sign here

    HI Alex,
    I Cannot Attach the csv source file, but I've pasted the M code a screendump and some lines from the csv file:
    (note that the map actually loads and starts to plonk down circles per country code, and then it bombs)
    Code:
    let
        Source = Csv.Document(File.Contents("C:\DL\dotLogic\DemoData\GDP.csv"),null,",",null,1252),
        #"Changed Type" = Table.TransformColumnTypes(Source,{{"Column1", type text}, {"Column2", type text}, {"Column3", type text}, {"Column4", type text}, {"Column5", type text}, {"Column6",
    type text}, {"Column7", type text}, {"Column8", type text}, {"Column9", type text}, {"Column10", type text}}),
        #"Removed Columns" = Table.RemoveColumns(#"Changed Type",{"Column3", "Column6", "Column7", "Column8", "Column9", "Column10"}),
        #"Removed Top Rows" = Table.Skip(#"Removed Columns",3),
        #"Filtered Rows" = Table.SelectRows(#"Removed Top Rows", each ([Column2] <> "" and [Column2] <> ".. Not available.  " and [Column2] <> "Note: Rankings include only those
    economies with confirmed GDP estimates. Figures in italics are for 2011 or 2010." and [Column2] <> "a. Includes Former Spanish Sahara.  b. Excludes South Sudan  c. Covers mainland Tanzania only. d. Data are for the area " and
    [Column2] <> "controlled by the government of the Republic of Cyprus.   e. Excludes Abkhazia and South Ossetia.  f. Excludes Transnistria.")),
        #"First Row as Header" = Table.PromoteHeaders(#"Filtered Rows"),
        #"Renamed Columns" = Table.RenameColumns(#"First Row as Header",{{"", "CountryCode"}, {"US dollars)", "USD"}})
    in
        #"Renamed Columns"
    CSV Extract:(paste into a text editor and save as csv):
    ,Gross domestic product 2012,,,,,,,,
    ,,,,(millions of,,,,,
    ,Ranking,,Economy,US dollars),,,,,
    USA,1,,United States," 16,244,600 ",,,,,
    CHN,2,,China," 8,227,103 ",,,,,
    JPN,3,,Japan," 5,959,718 ",,,,,
    DEU,4,,Germany," 3,428,131 ",,,,,
    FRA,5,,France," 2,612,878 ",,,,,
    GBR,6,,United Kingdom," 2,471,784 ",,,,,
    BRA,7,,Brazil," 2,252,664 ",,,,,
    RUS,8,,Russian Federation," 2,014,775 ",,,,,
    ITA,9,,Italy," 2,014,670 ",,,,,
    IND,10,,India," 1,841,710 ",,,,,
    CAN,11,,Canada," 1,821,424 ",,,,,
    AUS,12,,Australia," 1,532,408 ",,,,,
    ESP,13,,Spain," 1,322,965 ",,,,,
    MEX,14,,Mexico," 1,178,126 ",,,,,
    KOR,15,,"Korea, Rep."," 1,129,598 ",,,,,
    IDN,16,,Indonesia," 878,043 ",,,,,
    TUR,17,,Turkey," 789,257 ",,,,,
    NLD,18,,Netherlands," 770,555 ",,,,,
    SAU,19,,Saudi Arabia," 711,050 ",,,,,
    CHE,20,,Switzerland," 631,173 ",,,,,
    SWE,21,,Sweden," 523,806 ",,,,,
    IRN,22,,"Iran, Islamic Rep."," 514,060 ",,,,,
    Sign here

  • I can no longer hear my phone "ringing" since latest update. Same ringtone sample in iTunes south louder than it actually play once bought. I am missing calls due to poor volume

    My iPhone 4S with latest os no longer "rings" loud enough to hear of phone in holster or pocket. I am missing all my calls. Are there any fixes?

    Ah yes school boy error there out of frustration and discontent..
    My issue is with music/apps/films etc not downloading from iTunes / App Store.
    They initially fail and message is displayed stating unable to download / purchase at this time, yet if I retry it says I've already purchased (?) or alternatively I go to the purchased section and there they are waiting with the cloud symbol..
    However some items get frozen in the download window and cannot be retried or deleted. Message appears stating to tap to retry, but even if you stole every bath and sink in the uk you'd still not have enough taps.
    I post here as the iTunes guys are useless in there 'help' and have only advised posting here or phoning apple, at my expense, to explain a problem that could be rectified by forwarding my original email to a techie. However the tech team apparently don't have an email address as they're from ye olde Middle Ages..!
    Anyways I digress.
    So I tried sync to pc, but instead of showing the file as ready to listen/use/view, the iCloud symbol shows and I'm back to square one as the item is unable to download..
    At frustration station waiting for a train from pain...
    All my software is up to date, and had all worked fine prior to the last big iOS update that resulted in all the changes in display and dismay.
    Answers in a postcard :-)
    Much love

  • HT1923 I tried to install latest version of itunes on my PC and everthing went south. no matter how many times I reinstall it the new version or even an old version I get ERROR 7 (Windows error 126) and then fail to start because MSVCR80.dll is missing. H

    I tried to install latest version of itunes on my PC now the program doesn't start at all. I remove and reinstalled the program 5 times and I still get ERROR 7 (Windows 126) and failure to start because MSVCR80.dll is missing. Is there a simple fix?

    Click here and follow the instructions.
    (98915)

  • Missing bonus points for South Park?

    94 points was added to my pending points...I thought 500 was going to be pending? Do I get both the 94 points and a 10 dollar certificate? I talked to someone yesterday, THEY DIDN'T KNOW WHAT THEY WERE TALKING ABOUT. I called the elite hotline today, the person said they were gonna check up on me, but never came back to the phone and the call ended.
    I am getting tired of bestbuy's customer service. Can you tell me how this 10 dollar promo works? I saw a post about the titanfall console bundle, how a rep said they would receive the 10 dollars and the points for the console. If I get a 10 dollar certificate and the 94 points, thats awesome. I just want somoene to clarify. I want to use this certificate towards infamous second son.

    Hello ButterMan,
    Thank you for pre-ordering South Park: The Stick of Truth from Best Buy.  I can answer your question today.
    For the Get $10 promotion points will post to a customer's account in about 20 days after the purchase.  While it is common for these points to appear as pending on a My Best Buy account, they may not.
    If for any reason an account holder does not see their eligible points post after the standard time, he or she can reach out to us here and we will be happy to check on that with them.
    Thanks,
    Mike|Social Media Specialist | Best Buy® Corporate
     Private Message

  • Internet Tethering application missing

    I'm delighted with my new iPhone 3GS - a little surprised that it's only 802.11b/g not 802.11n, but I suppose that's to do with battery life.
    The main problem, though, is that the Internet Tethering application is missing. Is this to do with my service provider (Vodacom in South Africa)?
    Is there somewhere that I can download it? It doesn't seem to be on the iTunes site.

    Hallo to everybody. I'm experiencing the same problem. Yesterday morning i received a new iphone 3gs bought from apple store on the web. I connected it to Itunes. It said everything is ok, enjoy. But when i went to settings/network i was supposed to find internet tethering but sadly, very sadly, there was nothing. My carrier does allow internet tethering as i was used to do it with samsung omnia. I bought iphone 3gs expecially for that, and bluetooth which also doesnt' work, but i'm not having nothing.
    Does anybody can help me......
    I got it yesterday and i just connected it to itunes. I don't think i made something wrong.

  • Missing method body or declare abstract error

    Hi!
    I have been working on this simple Java 1.3.1 program for three days now and cannot figure out what I am doing wrong. If anyone has done the "Building an Application" tutorial in the New to Java Programming Center, you might recognize the code. I am trying to set up a frame with panels first using the BorderLayout and then the FlowLayout within each section of the BorderLayout. It will have textfields and checkboxes. I am working on the code to retrieve the user input from the text boxes and also to determine which checkbox the user has checked. Here is my code: (ignore my irrelivent comments!)
    import java.awt.*;
    import javax.swing.*;
    import java.io.*;
    import java.awt.event.*;
    import java.awt.Color.*;
    import java.awt.Image.*;
    //Header Comment for a Routine/Method
    //This method gathers the input text supplied by the user from five text fields on the Current
    //Purchase tab of the tabbed pane of the MPGLog.java program. The way it gathers the text
    //depends on the current processing state, which it retrieves on its own. It saves the text to
    //a text file called textinput.txt.
    public class CollectTextInput extends JPanel implements ActionListener
    { // Begin class
         //Declare all the objects needed first.
         // These are the text fields
         private JTextField currentMileage;
         private JTextField numofGallonsBought;
         private JTextField dateofPurchase;
         private JTextField pricePerGallon;
         private JTextField gasBrand;
         // Declaring the Labels to go with each TextField
         private JLabel lblcurrentMileage;
         private JLabel lblnumofGallonsBought;
         private JLabel lbldateofPurchase;
         private JLabel lblpricePerGallon;
         private JLabel lblgasBrand;
         // Declaring the Checkboxes for the types of gas bought
         private JCheckBox chbxReg;
         private JCheckBox chbxSuper;
         private JCheckBox chbxUltra;
         private JCheckBox chbxOther;
         private JCheckBox chbxHigher;
         private JCheckBox chbxLower;
         // Declaring the Buttons and images needed
         private JButton enter;
         private JButton edit;
         //private JButton report; //Will be used later
         private JLabel bluecar;          //Used with the ImageIcon to create CRV image
         private JPanel carimage;     //Used in buildImagePanel method
         private JPanel datum;          //Used in buildDatumPanel method
         private JPanel gasgrade;     //Used in buildGasTypePanel method.
         //Declaring the Panels that need to be built and added
         //to the border layout of this panel.
         //private JPanel panlimages;
         //private JPanel panltextinputs;
         //private JPanel panlchkBoxes;
         // Class to handle functionality of checkboxes
         ItemListener handler = new CheckBoxHandler();
         // This is where you add the constructor for the class - I THINK!!
         public CollectTextInput()
         { // Opens collectTextInput constructor
              // Must set layout for collectTextInput here
              // Choosing a BorderLayout because we simply want to
              // add panels to the North, Center and South borders, which, by
              // default, will fill the layout with the three panels
              // we are creating
              setLayout(new BorderLayout());
              //Initialize the objects in the constructor of the class.
              //Initialize the textfields
              currentMileage = new JTextField();
              numofGallonsBought = new JTextField();
              dateofPurchase = new JTextField();
              pricePerGallon = new JTextField();
              gasBrand = new JTextField();
              // Initialize the labels that go with each TextField
              lblcurrentMileage = new JLabel("Enter the mileage at the time of gas purchase: ");
              lblnumofGallonsBought = new JLabel("Enter the number of gallons of gas bought: ");
              lbldateofPurchase = new JLabel("Enter the date of the purchase: ");
              lblpricePerGallon = new JLabel("Enter the price per gallon you paid for the gas: ");
              lblgasBrand = new JLabel("Enter the brand name of the gas: ");
              //Initialize the labels for the checkboxes.
              chbxReg = new JCheckBox("Regular ", true);
              chbxSuper = new JCheckBox("Super ");
              chbxUltra = new JCheckBox("Ultra ");
              chbxOther = new JCheckBox("Other: (Choose one from below) ");
              chbxHigher = new JCheckBox("Higher than Ultra ");
              chbxLower = new JCheckBox("Lower than Ultra ");
              //Initialize the buttons that go on the panel.
              enter = new JButton("Save Data");
              edit = new JButton("Edit Data");
              //Initialize the image that oges on the panel.
              bluecar = new JLabel("2002 Honda CR-V", new ImageIcon("CRVBlue.jpg"),JLabel.CENTER);
              // Now bring it all together by calling the other methods
              // that build the other panels and menu.
              buildImagePanel();
              buildDatumPanel();
              buildGasTypePanel();
              // Once the methods above build the panels, this call to add
              //  them will add the panels to the main panel's border
              // layout manager.
              add(datum, BorderLayout.NORTH);
              add(carimage, BorderLayout.EAST);
              add(gasgrade, BorderLayout.CENTER);
         } // Ends the constructor.
            // This method creates a panel called images that holds the car image.
         public void buildImagePanel();
         { // Opens buildImagePanel.
              // First, create the Panel
              carimage = new JPanel();
              //Second, set the color and layout.
              carimage.setBackground(Color.white);
              carimage.setLayout(new FlowLayout());
              // Third, add the image to the panel.
              carimage.add(bluecar);
         }// Closes buildImagePanel
         //This method creates a panel called datum that holds the text input.
         public void buildDatumPanel();
         { //Opens buildDatumPanel
              // First, create the Panel.
              datum = new JPanel();
              //Second, set the background color and layout.
              datum.setBackground(Color.white);
              datum.setLayout(new GridLayout(2, 4, 20, 20));
              //Third, add the textfields and text labels to the panel.
              datum.add(lblcurrentMileage);
              datum.add(currentMileage);
              datum.add(lblnumofGallonsBought);
              datum.add(numofGallonsBought);
              datum.add(lbldateofPurchase);
              datum.add(dateofPurchase);
              datum.add(lblpricePerGallon);
              datum.add(pricePerGallon);
              datum.add(lblgasBrand);
              datum.add(gasBrand);
              //Optionally - Fourth -set a border around the panel, including
              // a title.
              datum.setBorder(BorderFactory.createTitledBorder("Per Purchase Information"));
              //Fifth - Add listeners to each text field to be able to
              //  know when data is input into them.
              currentMileage.addActionListener(this);
              numofGallonsBought.addActionListener(this);
              dateofPurchase.addActionListener(this);
              pricePerGallon.addActionListener(this);
              gasBrand.addActionListener(this);
         }// Closes buildDatumPanel
         // This method builds a panel called gasTypePanel that holds the checkboxes.
         public void buildGasTypePanel()
         { // Opens buildGasTypePanel method
              // First, create the panel.
              gasgrade = new JPanel();
              // Second, set its background color and its layout.
              gasgrade.setBackground(Color.white);
              gasgrade.setLayout(new GridLayout(5, 1, 10, 20));
              // Third, add all the checkboxes to the panel.
              gasgrade.add(chbxReg);
              gasgrade.add(chbxSuper);
              gasgrade.add(chbxUltra);
              gasgrade.add(chbxOther);
              gasgrade.add(chbxHigher);
              gasgrade.add(chbxLower);
              //Optionally, - Fourth - set a border around the panel, including
              // a title.
              gasgrade.setBorder(BorderFactory.createTitledBorder("Gas Type Information"));
              // Fifth - CheckBoxes require a CheckBox Handler.
              // This is a method created separately
              // outside of the method where the checkboxes are added to
              // the panel or where the checkboxes are even created.
              // This method (CheckBox Handler) implements and ItemListener
              // and is a self-contained method all on its own. See
              // the CheckBox Handler methods following the
              // actionPerformed method which follows.-SLM
         } // Closes the buildGasTypePanel method
    // Create the functionality to capture and react to an event
    //   for the checkboxes when they are checked by the user and
    //   the text fields to know when text is entered. Also to react to the
    //   Enter button being pushed and the edit button being pushed.
    public void actionPerformed(ActionEvent evt)
    { // Opens actionPerformed method.
         if((evt.getSource() == currentMileage) || (evt.getSource() == enter))
              { // Opens if statement.
                // Retrieves the text from the currentMileage text field
                //  and assigns it to the variable currentMileageText of
                //  type String.
                String currentMileageText = currentMileage.getText();
                lblcurrentMileage.setText("Current Mileage is:    " + currentMileageText);
                // After printing text to JLabel, hide the text field.
                currentMileage.setVisible(false);
           } // Ends if statement.
          if((evt.getSource() == numofGallonsBought) || (evt.getSource() == enter))
              { // Opens if statement.
                // Retrieves the text from the numofGallonsBought text field
                //  and assigns it to the variable numofGallonsBoughtText of
                //  type String.
                String numofGallonsBoughtText = numofGallonsBought.getText();
                lblnumofGallonsBought.setText("The number of gallons of gas bought is:    " + numofGallonsBoughtText);
                // After printing text to JLabel, hide the text field.
                numofGallonsBought.setVisible(false);
           } // Ends if statement.
           if((evt.getSource() == dateofPurchase) || (evt.getSource() == enter))
                     { // Opens if statement.
                       // Retrieves the text from the dateofPurchase text field
                       //  and assigns it to the variable dateofPurchaseText of
                       //  type String.
                       String dateofPurchaseText = dateofPurchase.getText();
                       lbldateofPurchase.setText("The date of this purchase is:    " + dateofPurchaseText);
                       // After printing text to JLabel, hide the text field.
                       dateofPurchase.setVisible(false);
           } // Ends if statement.
           if((evt.getSource() == pricePerGallon) || (evt.getSource() == enter))
                            { // Opens if statement.
                              // Retrieves the text from the pricePerGallon text field
                              //  and assigns it to the variable pricePerGallonText of
                              //  type String.
                              String pricePerGallonText = pricePerGallon.getText();
                              lblpricePerGallon.setText("The price per gallon of gas for this purchase is:    " + pricePerGallonText);
                              // After printing text to JLabel, hide the text field.
                              pricePerGallon.setVisible(false);
           } // Ends if statement.
           if((evt.getSource() == gasBrand) || (evt.getSource() == enter))
                       { // Opens if statement.
                         // Retrieves the text from the gasBrand text field
                         //  and assigns it to the variable gasBrandText of
                         //  type String.
                         String gasBrandText = gasBrand.getText();
                         lblgasBrand.setText("The Brand of gas for this purchase is:    " + gasBrandText);
                         // After printing text to JLabel, hide the text field.
                         gasBrand.setVisible(false);
           } // Ends if statement.
           // This provides control statements for the Edit button. If the
           //  Edit button is clicked, then the text fields are visible again.
           if(evt.getSource() == edit)
           { // Opens if statement.
             // If the edit button is pressed, the following are set to
             //  visible.
                currentMileage.setVisible(true);
                numofGallonsBought.setVisible(true);
                dateofPurchase.setVisible(true);
                pricePerGallon.setVisible(true);
                gasBrand.setVisible(true);
         }// Closes if statement.
    } // Closes actionPerformed method.
         private class CheckBoxHandler implements ItemListener
         { // Opens inner class
              public void itemStateChanged (ItemEvent e)
              {// Opens the itemStateChanged method.
                   JCheckBox source = (JCheckBox) e.getSource();
                        if(e.getStateChange() == ItemEvent.SELECTED)
                             source.setForeground(Color.blue);
                        else
                             source.setForeground(Color.black);
                        }// Closes the itemStateChanged method
                   }// Closes the CheckBoxHandler class.
    } //Ends the public class collectTextInput classThe error I keep receiving is as follows:
    C:\jdk131\CollectTextInput.java:128: missing method body, or declare abstract
         public void buildImagePanel();
    ^
    C:\jdk131\CollectTextInput.java:142: missing method body, or declare abstract
         public void buildDatumPanel();
    ^
    2 errors
    I have looked this error up in three different places but the solutions do not apply to what I am trying to accomplish.
    Any help would be greatly appreciated!! Thanks!
    Susan

    C:\jdk131\CollectTextInput.java:128: missing methodbody, or declare ?abstract
    public void buildImagePanel();^
    C:\jdk131\CollectTextInput.java:142: missing methodbody, or declare abstract
    public void buildDatumPanel();Just remove the semicolons.
    Geesh! If I had a hammer I would be hitting myself over the head with it right now!!! What an obviously DUMB newbie mistake!!!
    Thanks so much for not making me feel stupid! :-)
    Susan

  • No notification for missed iCal event/alerts in Mountain Lion?

    Anyone else having an annoying issue in Mountain Lion whereby iCal alerts are not showing for events that have been missed/triggered while their Mac is either asleep or occured within the timeframe while the PC is shutdown? No alerts are shown for these event following starting up the machine or resuming from sleep which they defnitiely used to do with Lion. Notification Center only seems to show future events or those occuring "now" (by design?) so right now for myself the only way to know if I have missed something is to trawl back through my days events etc manually.
    I've done quite a bit of searching and found only a couple of related references on the web so it does not look widespread but any ideas as to a fix would be greatly appreciated. Upgraded from Lion to ML on a 2011 MacBook Air 11" so nothing unusual etc.
    Cheers

    Yes.  I have ML 10.8.2 on a 2009 macbook pro.  The Apple store genius was no help.
    If I happen to be using my machine at the time, I'll see an alert in the upper right screen the correct amount of time before the item start.  My choices are to close or snooze.
    In the prior os, I could select from a number of snooze options and be reminded indefinitely.  Now snooze will remind by default in 15 minutes even if the item starts the next day.  Repeatedly snoozing in 15 minute intervals is dumb.  Plus, if my machine is asleep, the alert will disappear at some point anyway.
    If I do nothing, the alert counts down to the start time, displays 'now', and then disappears from the screen and notifications at the end time.  Yet system preferences says notification alerts stay on the screen until dismissed.  So even when my machine is awake, alerts still aren't persistent.  Maybe it's a power nap and app issue as well?  I sure won't regress os-wise.  It took me weeks to recover from the last upgrade and compile a list of everytihing that went south.
    I've gone low tech and keep a stack of old business cards on my desk.  The backs contain all the appointments, events, and tasks I need to remember in chronological order.  If an item can be postponed, I move the card to a second stack - my equivalent of indefinite snoozing while keeping the item in front of me.  Periodically, I shuffle through this stack to see what I want to move to the top or act on.  I'd try google calendar except from what I read on forums syncing between these apps is also problematic.

  • HDX 16 1370 us notebook/ Windows 7 upgrade/ Boot Manager Missing hit ctrl + alt _ delete to restart

    Hard drive was going south. I replaced it with new one. The original OS was Vista but I had upgraded to windows 7 a year ago. I placed the Windows 7 CD into the optical drive and windows begin to load. I got past the point of the screen that ask for language and so forth then my dog jumped on me and pulled the power cord from the computer. I plugged the cord back in and tried to restart the process. Now the first thing that happens is I get the message Bootmgr missing hit ctrl alt delete to restart. 
    I do not know what to do now. 
    I can't get into command prompt from shift+ F10, so I am totally lost. Is there any hope??
    Thanks

    Are you saying that you inserted the Windows 7 upgrade disc to boot to? Was Windows Vista already installed on the hard drive? Have you run the hard drive test in BIOS?
    I work for HP.
    Please click the White Kudos star on the left to say thanks.
    Please mark Accept As Solution if this resolves your issue.

  • Using Flowlayout in GUI - what am I missing here?

    The following is some code from an open source applet that I am trying to modify to change the look of the GUI a bit. What this code does is place three buttons on a panel called "btnPan". "Btnpan" is then placed in another panel called jpanel1, along with two text fields (called txtInput and txtOutput) using gridlayout (see the seventh line below, including blank lines in the count, and also lines 23, 32, and 33). jpanel1 is then placed in a larger panel called jpanel3 in the SOUTH area, using borderlayout. A blank (for now) panel called jpanel2 is placed in the NORTH section, but the rest of jpanel3 is empty.
    This version works fine. The three buttons, and the two text fields wind up evenly spaced along a row like they should. See the code below:
    jPanel3.setLayout(new java.awt.BorderLayout());
    jPanel3.add(jPanel2, java.awt.BorderLayout.NORTH);
    txtOutput.setEditable(false);
    txtOutput.setFont(new java.awt.Font("Dialog", 0, 10));
    jPanel1.setLayout(new java.awt.GridLayout(0, 3));
    //jPanel1.setLayout(new java.awt.FlowLayout(java.awt.FlowLayout.LEFT, 0, 0));
    btnPan.setLayout(new java.awt.FlowLayout(java.awt.FlowLayout.LEFT, 0, 0));
    btnTalk.setLabel("Talk");
    btnTalk.addActionListener(new java.awt.event.ActionListener() {
    public void actionPerformed(java.awt.event.ActionEvent evt) {
    btnTalkActionPerformed(evt);
    btnPan.add(btnTalk);
    btnPan.add(volPlus);
    btnPan.add(volMinus);
    jPanel1.add(btnPan);
    txtInput.setFont(new java.awt.Font("Dialog", 0, 10));
    txtInput.addActionListener(new java.awt.event.ActionListener() {
    public void actionPerformed(java.awt.event.ActionEvent evt) {
    txtInputActionPerformed(evt, playerNick);
    jPanel1.add(txtInput);
    jPanel1.add(txtOutput);
    jPanel3.add(jPanel1, java.awt.BorderLayout.SOUTH);
    this.setLayout(new java.awt.FlowLayout(java.awt.FlowLayout.LEFT, 0, 0));
    this.add(jPanel3);
    The problem occurred when I decided that I'd rather use flowlaout and have the buttons and text areas shoved against each other toward the left. I eliminated line 7 and replaced it with the commented out line shown as line 8 , above:
    jPanel1.setLayout(new java.awt.FlowLayout(java.awt.FlowLayout.LEFT, 0, 0));
    When I use that line, the three buttons and the first text field (txtInput) disappear, but the last text field (txtOutput) remains off toward the right side of jpanel1.
    I cannot find anything wrong with the flowlayout statement, but this is the first time that I have tried anything with GUI so I am probably just missing something obvious. Anyone know what could be going wrong?

    Are you using DC with Dreamweaver? DC is inteded for Flash
    Lite development. For Flash Lite development, it's great. It
    emulates processer performance (and actually slows down your movies
    if they are too processor intesive), shows you how your content
    will look on most Flash Lite enabled phones, and gives you an
    interface to test keyPress on a mobile phone. Additionally (and
    this is not on any Adobe spec sheets), if for some reason Developer
    Central crashes, you don't lose what you were working on in Flash.
    For XHTML mobile phone emulation refer to:
    http://ready.mobi/index.html
    For WAP mobile phone emulation refer to:
    http://emulator.tagtag.com/wapemulator.cgi
    I also wrote an article on my blog that has some other mobile
    Web development resources:
    http://www.punchkickinteractive.com/blog/index.php/mobile-marketing/the-essential-mobile-w ap-and-web-site-development-tools-and-resources/

Maybe you are looking for

  • Photoshop Elements 8 - error 150:30

    Hello I've recently tried opening my copy of Elements 8 (had it working fine for at least 2 years) and am unable to as I receive a 150:30 error.  I've restarted but still see the error - any help gratefully received! thanks!

  • Error in hashtable mapping

    hi all, in the following code, I get an error in the "find()" method in this statement comparedURL = (Document)ht.get(findElement); It gives me a null ptr exception.. any ideas...? Here is the code static void compareDocuments ( Hashtable ht ) Enumer

  • Removing iPad from otterbox case

    In response to an earlier post about removing residue from an iPad screen, I was going to try the warm water on a cloth approach but I can't get the iPad out of the case now:). I have the commuter series I think is what it's called, it's the cheaper

  • CRM functional questions

    HI, can anyone please post some CRM functional interview questions. I have seen only technical questions so far. I am not interested in answers. This is urgent Regards, Karthik

  • Basic Question:  How to call a Class in mxml and Run it

    Hi.  I'm doing my bit to try and learn Away3D.  I have successfully run the application from Flash Builder 4.0 standard as an ActionScript Project.  However now I want to run it as a Flex Project which gives me the ability to run it as a desktop appl