Please help finding pre-exsisting methods

please help find pre-existing methods
JavaFirstTime Jan 2, 2005 3:21 PM
please help clever people :)
how to output decimals in 2 decimal places only?
how to output large integers using format: 12,376,452
I've been told there are pre-existing methods for that, but i just can't find it... ideally i need to know the source code...

Well, there's many ways to do it ... Here's one:
class NumberFormatDemo {
public static void main(String[] args) {
new NumberFormatDemo().go();
public void go() {
double decimal = 123.456;
System.out.println((int) decimal + "." + (int)
+ (int) (decimal * 100 + 0.5) % 100);
int largeInteger = 12376452;
System.out.println(recursive(largeInteger));
public String recursive(int largeInteger) {
if (largeInteger > 999) {
return recursive(largeInteger/1000) + ","
1000) + "," + largeInteger%1000;
} else {
return "" + largeInteger;
yes, that's exactly wot i need...
how didn't i think of that myself, using mathematics, i was thinking it would be more complicated like converting decimals to string then count letters and so on.
Thank you for putting me on the right track :)

Similar Messages

  • Please help find the program

    Please help find the program to block unwanted number, call and SMS, that not all block number ,but  the number on which you want to.

    Which part of "The 5310 is just a java phone that cannot support applications like this." did you not understand?
    If you want to achieve any form of blocking at all, it won't be with that phone. Your operator may be able to help by putting a block in place on their end, though, but I doubt it.
    Was this post helpful? If so, please click on the white "Kudos!" star below. Thank you!

  • HT5624 Please help find the IMEI number Please?  My Iphone was stolen  AIS network  (Thailand)

    Please help find the IMEI number
    By email:
    Please?
    My Iphone was stolen
    Call
    AIS network
    (Thailand)
    thank you very much
    <Personal Information Edited by Host>

    http://support.apple.com/kb/HT1267
    Regards.

  • Installed itunes, checked in, I try to download free applications out the window: this Apple ID has not yet been used with the iTunes Store. But the mail I receive, that I'm registered, and I have an Apple ID, please help find out!

    installed itunes, checked in, I try to download free applications out the window: this Apple ID has not yet been used with the iTunes Store. But the mail I receive, that I'm registered, and I have an Apple ID, please help find out!

    Diana,
    This could be a delay while internal service records were updated. Check it out again - is it okay for now?

  • Please help me with addAll method of ArrayList

    Hi guys, I am trying to wrtie a method to add all elements of one ArrayList to another one. My code is
    import java.util.*;
    public class Purse
    public Purse()
    coins = new ArrayList<String>();
    public void add(String coinName)
    coins.add(coinName);
    public String toString()
    if(coins.size() == 0)
    return "Purse[]";
    String output = "Purse[";
    for(String coin : coins)
    output = output + coin + ",";
    return output + "]";
    public void transfer1(Object other)
    Purse otherPurse = (Purse) other;
    coins.addAll(otherPurse);
    other = null;
    private ArrayList<String> coins;
    The error i got is Purse.java:41: cannot find symbol
    symbol : method addAll(Purse)
    location: class java.util.ArrayList<java.lang.String>
    coins.addAll(otherPurse);
    ^
    1 error
    Tool completed with exit code 1
    when i tried to do in simple way it is perfectly work which is
    import java.util.*;
    public class TransferArrayList
    public static void main(String args[])
    ArrayList<String> list = new ArrayList();
    list.add("abc");
    list.add("fda");
    ArrayList<String> list1 = new ArrayList();
    list1.addAll(list);
    System.out.print(list1);
    list.clear();
    System.out.println(list);
    Can some one please tell me where i m doing mistake.
    Edited by: Virk on Nov 1, 2007 6:47 AM

    As I could see the code, you are trying to add a java object into the collection which is not permitted.
    The Purse object is not a collection type. If you can see the parameter of list.addAll(Collection aCollection) method is required a collection.
    So you can try this
    *public class Purse{*
    private List coins;
    *public Purse(){*
    coins = new ArrayList();
    *public List getCoinList(){*
    return coins;
    *public void transfer1(Purse other){*
    coins.addAll(other.getCoinList());
    cheer :)

  • Forum Moderator Please help find my message

    Dear Forum Moderator:
    Yesterday (09.20.08) I placed in the FLASH General Discussion
    forum a message about problems in using Flash in my User's account.
    I do not remember the exact title but there were words: user,
    account, counterproductive.
    The message was authored by my screeen name Fonarik
    I DID see this morning this my message, but after I signed
    off and then back again I can NOT find it.
    Please help to find it, as I hope to get help on my problems.
    Thank you

    Fonarik wrote:
    > Urami:
    >
    > You are not correct in: "I only see one post by you,
    this very post
    > and nothing else ever posted from this nick name".
    > Please look at my message above and to the LEFT. You
    will see that I posted
    > TWO messages: the one that disappeared (or was
    deliberately taken away as NOT
    > PLEASANT to Adobe) and this my asking for finding it.
    >
    > By the way please clarify what you mean by applying to
    other spots - I do not
    > understand.
    >
    > Thanks for attention
    Not going to try to prove my point, just look at the obvious:
    This is the NEWS READER screen, loading messages directly
    from the Adobe News Server.
    View forum by user name, only two posts, the first one "Forum
    Moderator..." and
    the reply to my post just now:
    http://flashfugitive.com/stuff/sc_01.gif
    My news reader has copies of posts for past 3 years.
    Then by browsing Web Based Forum, searching for all the
    threads by your user name:
    http://flashfugitive.com/stuff/sc_02.gif
    Just one... in past 90 days...
    Don't believe in "shoosh" conspiracy theories. Adobe (and
    previously Macromedia) never
    suppress any posts. In fact they encourage posts dealing with
    all kind of issues because
    it helps the tech guys to learn about problems they could
    over look during very compressed
    and short testing period.
    You simply post it incorrectly and it never made to the
    forum. Just post once again
    because no matter where you believe in, there simply isn't
    any other, beside this one, posts
    from you on the forum.
    Best Regards
    Urami
    "Never play Leap-Frog with a Unicorn."
    <urami>
    If you want to mail me - DO NOT LAUGH AT MY ADDRESS
    </urami>

  • Please Help, Finder Icon got dragged on desktop accidently

    I accidently dragged my Finder icon from the Dock to the desktop and I don't know how to put it back into Dock. So now my Finder icon from the Dock is on my desktop and it's always on top of any application. I don't know what to do. I hope I didn't break it or anything. Someone please help :'(
    P.S. i posted this question in iBook section, before i posted here, sorry for any inconvenience, i don't know how to delete the other one.
    iBook G4   Mac OS X (10.3.9)  

    Anna,
    Welcome to Apple Discussions.
    Find the com.apple.dock.plist file in your Macintosh HD/Users/yourusername/Library/Preferences folder, drag it to your Desktop, log out/in or restart and let us know what happens.
    Your Dock should return to default appearance and the Finder should once again reside on the Dock.
    ;~)

  • PLEASE HELP FIND QOS

    hello, i need help finding Quality of Service for my product. it is a WRT310N wireless router and im trying to make it better for me to play on xbox live. if you could help please try to give me a step by step tutorial because im not very good with computers.
    THANKS YOU

    To use the QOS feature of your Router... You need to login to the Router setup page... and then click on the tab "Application and Gaming" and then click on the sub tab "QOS" .. Once you are under QOS tab you can make the changes on it...

  • Please help find driver, at the end of my rope with this ca

    I purchased a used soundcard from a computer repair shop near here a few months back. The sound card did not come with an installation CD. So i was pretty much left on my own to find drivers for it. Ive got a good many years experience building pcs so i figured this wouldnt be a problem. How WRONG i was lol. After being unable to find drivers for it originally I finally gave up and put the card in a static protection bag i had laying around and havent thought about it much since then just counted it as a loss. Now im back at it trying again to find drivers to get this card to work.
    The following is every bit of information i feel applicable to this sittuation, however if anymore infos needed please let me know and ill try to provide it.
    My operating system= windows XP with SP2
    The following is off the card itself. (which says its a creative sound blaster Li've!)
    Theres an inkstamp on the uppper left hand corner of the non chipset side that reads
    32AMN08B 853
    94v-0 k
    (backwards RJ looking symbol)e9697 3999
    Serial number= m48309402990
    Model number= CT4830
    Steps i've taken so far are i originally went to the creative search function and looked for the drivers on their site it gave me a link to two files which i downloaded.
    This is the link where i downloaded the following files
    http://us.creative.com/support/downloads/download.asp?MainCategory=&nRegionFK=&nCountryFK=& nLanguageFK=&sOSName=Windows+XP&region=&Product_Na me=Li've%2&Product_ID=4857&modelnumber=&driverlang =033&OS=0&drivertype=0&x=26&y=
    And this of course is the two files i got.
    . Li'veDrvPack_Patch.exe
    2. Li'veDrvUni-Pack(ENG).exe
    File number one has a warning as follows:
    (This is an update patch, it is not a complete driver installation. You must have the previous Li'veDrvPack.exe (SBLW-XPWEB-W3-US), posted July 7,2002. in your system if you wish to use this patch.)
    Ive searched the site i cant find this file (SBLW-XPWEB-W3-US) after searching through the forums a bit i found this thread http://forums.creative.com/creativelabs/board/message?board.id=soundblaster&message.id=25677&vie w=by_date_ascending&page=
    Which had lists of ISOs for all the different installation CDs. I downloaded everything i seen on filefront (http://hosted.filefront.com/BadBoyforum) badboy had posted that had LIVE in the name. These include the following ISOs.
    . SB Audigy & Li've!.iso
    2. SB Li've! 5. (SB0228).iso
    3. SB Li've! 5. (SB0229).iso
    4. SB Li've! 24bit.iso
    I mounted each image in daemon tools and attempted to install and recieved the following error
    ERROR= Setup could not detect any sound blaster audio card on your system. Please ensure that your sound blaster hardware is properly installed before running this setup program. Setup will now exit.
    Im kindve at a loss as how to proceed. Ive tryed looking through driverguide.com and a few other generic driver sites without much luck. If anybody at all has any suggestions on this id be very appreciati've. Like i said its a used card so it could be an OEM but it appears to be an ODM but who knows im by no means an expert on all this. I may have missed one of the LIVE isos off that filefront site but i dont think so. The only one i see thats left is the external one and its an internal card so i dont see how that could be right.

    shadowcage wrote:
    okay well i tryed the patching method on all of the isos i had after extracting them.
    I patched it and it said it was successful. when i ran each successi've setup it still didnt detect any soundblaster hardware.
    I also went to compaq and tryed a driver i found there without any luck. Im thinking at this point it is an OEM
    Although i still dont understand how you got compaq from the model number, im going to continue looking around their site.
    Maybe ill luck out but so far im about to the point im ready to throw this @#$%@%#@$@##@$#@$% thing away lol.
    Im looking on driver guide now again. :Sighs This is so aggrivating Normally i wouldnt have bought a card without the drivers but
    my wifes the one that got it and she didnt know. Oh well......
    You can get the model information from here.
    You can also try by installing kX drivers -> if kX package don't get installed, your card may have some problems.
    kX Home pages - http://kxproject.lugosoft.com/index.php?skip=
    kX support forum - http://www.driverheaven.net/forumdisplay.php?f=74
    jutapa

  • !please help me to write method in my program!

    I have written this program however � have to add something but I could not do it. I have to use four method for each selection. For chasis type four different type which are hatchback, sedan etc. this should be single selection. Moreover option part should be multi selection. Please could you help me for writing and adding these two method in to my program
    import java.util.Scanner;
         public class CarConfiguration {
              public static void main(String[] args) {
                   int choise = Menu();
         processSelector(choise);
              private static int Menu() {
         System.out.println("\nWELCOME TO CAR CONFIGURATION APPLICATION PROGRAM");
              System.out.println("======================================");
              System.out.println(" Enter _1_ to Chasis Type");
              System.out.println(" Enter _2_ to Engine Type");
              System.out.println(" Enter _3_ to Transmission");
              System.out.println(" Enter _4_ to Options ");
              System.out.println(" Enter _5_ to Finish ");
              System.out.println("======================================");
              System.out.print("Select Your Choise: ");
         Scanner input=new Scanner(System.in);
         int choise=input.nextInt();
         return(input.nextInt());
         switch(choise){
         case 1:
         break;
         case 2:
         break;
         case 3:
         break;
         case 4:
         break;
         case 5:
         break;
         default:
         System.out.println("Invalid selection");
         break;
         }

    Hi,
    This works now. You just need to create your methods and link them in with your case statement as flounder showed you.
    import java.util.Scanner;
    public class CarConfiguration
         public static void main(String[] args)
         int choise = Menu();
         processSelector(choise);
         private static int Menu()
              System.out.println("\nWELCOME TO CAR CONFIGURATION APPLICATION PROGRAM");
              System.out.println("======================================");
              System.out.println(" Enter _1_ to Chasis Type");
              System.out.println(" Enter _2_ to Engine Type");
              System.out.println(" Enter _3_ to Transmission");
              System.out.println(" Enter _4_ to Options ");
              System.out.println(" Enter _5_ to Finish ");
              System.out.println("======================================");
              System.out.print("Select Your Choise: ");
         Scanner input=new Scanner(System.in);
         int choise=input.nextInt();
         return(choise);
         private static void processSelector(int choise)
              switch(choise)
                   case 1: //enter mehtods here and for all other empty cases
                   break;
                   case 2:
                   break;
                   case 3:
                   break;
                   case 4:
                   break;
                   case 5:
                   break;
                   default:
                   System.out.println("Invalid selection");
                   break;
    }

  • Please help with a suitable method!

    Hello, I'm really hoping you can help me as I have a deadline (and sweets)!
    I've been given a spread sheet which I've put into Numbers that are several pages long. They contain various fee earners (Letting Fees, Management Fees, Administration fees, Renewal fees, Contractor Commissions, PDQ, & finally TDS fees). These fees have been earned over 3 different offices and the task is to allocate to which branch each of the fees were made.
    They are mostly organized into groups however there are quite a few randomly spread about the places. The previous method is to go through each page adding them up with a calculator and putting it into a simple chart which takes about 4 hours (and is almost always inaccurate).
    What I have done so far is to recreate this simple chart on 'Sheet 1' (the 3 branches as columns and the fees earners as rows), and on Sheet 2 have got all the data. I had thought the best way would be some sort of tagging method in which I could select a row in the data and somehow tag it as one of the branches particular fees (say Paris's Letting Fee). The figure for this fee would then be added into the box corresponding to 'Paris' Letting Fees' on Sheet 1 - any subsequent Letting Fees for Paris would be added giving a total in that box. Unfortunately you can't just click 'sort' because the text in the description field are all unique.
    Any help would be appreciated, although I'm not very good working with formulas so unless its something I can copy paste (with some give and take!) I'd be stumped.
    Thank you for reading and having a think.

    Here are two more examples using a similar thought process as above. The first shot shows SUMIF based on one field ("Category"), the second uses SUMIF based on the concatenation of two fields (YearMonth & Category.) The second would be useful if you'd like to "Slice & Dice" the data into Monthly periods based on Year. In your example, you could have earner & locations summarized, etc.. The possibilities are endless.
    Regards,

  • Please help, finding all zip codes within a given radius.

    I have a table which contains zip, city, state, latdec, longdec, latrad, longrad.
    From search screen, user want's to find all zip code's, within
    10 mile radius of his zip code.
    I came up with following sql but it is not correct:
    First, find his latdec, longdec from his zipcode.
    Then add radius to those values and do select as follows:
    select zip,
    latdec, longdec,
    city, state, latrad, longrad
    from zip_coord
    where latdec >= (latdec - 10)
    and latdec <= (latdec + 10)
    and longdec >= (longdec - 10)and longdec <= (longdec + 10).
    I think i need to include radians too, but i'm not able to come up with logical formula.
    I would appreciate any help with this topic.
    Thanks in advance

    I am not sure I understand the gerography concept, but I think the query should be like this:
    select zip, latdec, longdec,city, state, latrad, longrad
    from zip_coord
    where latdec between( select latdec from zip_record where zip='userinput', select latdec+10 from zip_record where zip='userinput')
    and longdec between( select longdec from zip_record where zip='userinput', select longdec+10 from zip_record where zip='userinput')
    and latrad between( select latrad from zip_record where zip='userinput', select latrad+10 from zip_record where zip='userinput')
    and longrad between( select longrad from zip_record where zip='userinput', select longrad+10 from zip_record where zip='userinput')
    Hope, it can help.
    Aiping

  • [error] Please help: Finder crashing

    Dear Apple Discussion members,
    I am having a major and annoing problem.
    This morning I was updating "Security" via Software Update.
    After that the Finder kept crashing every single minute,
    showing the attached message (I had no such a bug before).
    Any help would be very much appreciated.
    I`m on MacOS 10.4.11, PowerBook G4.
    Best,
    Alessandro Segalini
    *Thread 3 Crashed*
    Date/Time: 2009-02-17 11:38:00.711 +0200
    OS Version: 10.4.11 (Build 8S165)
    Report Version: 4
    Command: Finder
    Path: /System/Library/CoreServices/Finder.app/Contents/MacOS/Finder
    Parent: WindowServer [62]
    Version: 10.4.7 (10.4.7)
    Build Version: 1
    Project Name: Finder_FE
    Source Version: 5292900
    PID: 248
    Thread: 3
    Exception: EXCBADINSTRUCTION (0x0002)
    Code[0]: 0x00000002
    Code[1]: 0x9002705c
    Thread 0:
    0 libSystem.B.dylib 0x9fdf6f48 machmsgtrap + 8
    1 libSystem.B.dylib 0x9fdf6e9c mach_msg + 60
    2 com.apple.CoreFoundation 0x9fcec9ac __CFRunLoopRun + 832
    3 com.apple.CoreFoundation 0x9fcec2b0 CFRunLoopRunSpecific + 268
    4 com.apple.HIToolbox 0x932b0b20 RunCurrentEventLoopInMode + 264
    5 com.apple.HIToolbox 0x932b01b4 ReceiveNextEventCommon + 380
    6 com.apple.HIToolbox 0x932f5348 AcquireNextEventInMode + 72
    7 com.apple.HIToolbox 0x932f5138 RunApplicationEventLoop + 132
    8 com.apple.finder 0x00008960 0x1000 + 31072
    9 com.apple.finder 0x00004f18 0x1000 + 16152
    10 com.apple.finder 0x00069ff0 0x1000 + 430064
    11 com.apple.finder 0x00069e98 0x1000 + 429720
    Thread 1:
    0 libSystem.B.dylib 0x9fe1ac8c kevent + 12
    1 com.apple.DesktopServices 0x909fbe50 TFSNotificationTask::FSNotificationTaskProc(void*) + 56
    2 ...ple.CoreServices.CarbonCore 0x9f503734 PrivateMPEntryPoint + 76
    3 libSystem.B.dylib 0x9fe17908 pthreadbody + 96
    Thread 2:
    0 libSystem.B.dylib 0x9fe17fc8 semaphorewait_signaltrap + 8
    1 libSystem.B.dylib 0x9fe1caac pthreadcondwait + 480
    2 ...ple.CoreServices.CarbonCore 0x9f503924 MPWaitOnQueue + 224
    3 com.apple.DesktopServices 0x909fc4cc TNodeSyncTask::SyncTaskProc(void*) + 116
    4 ...ple.CoreServices.CarbonCore 0x9f503734 PrivateMPEntryPoint + 76
    5 libSystem.B.dylib 0x9fe17908 pthreadbody + 96
    Thread 3 Crashed:
    0 <<00000000>> 0x9002705c 0 + -1878888356
    1 <<00000000>> 0x05415384 0 + 88167300
    Thread 3 crashed with PPC Thread State 64:
    srr0: 0x000000009002705c srr1: 0x000000000008d030 vrsave: 0x0000000000000000
    cr: 0x40000002 xer: 0x0000000000000000 lr: 0x0000000005414c64 ctr: 0x000000009002704c
    r0: 0x0000000005414c64 r1: 0x0000000005748f40 r2: 0x0000000000000000 r3: 0x0000000061630000
    r4: 0x0000000005748f80 r5: 0x0000000040610000 r6: 0x00000000054170f8 r7: 0x0000000000000000
    r8: 0x0000000000000000 r9: 0x0000000000000000 r10: 0x0000000000000000 r11: 0x0000000005417054
    r12: 0x000000009002704c r13: 0x0000000000000000 r14: 0x0000000000000000 r15: 0x0000000000000000
    r16: 0x0000000000000000 r17: 0x0000000000000000 r18: 0x00000000054177fd r19: 0x0000000000000000
    r20: 0x0000000000000000 r21: 0x0000000000000000 r22: 0x0000000000000000 r23: 0x0000000000000000
    r24: 0x0000000000000000 r25: 0x0000000000000000 r26: 0x00000000054170f8 r27: 0x000000000541539c
    r28: 0x0000000000000000 r29: 0x0000000000000000 r30: 0x0000000000000000 r31: 0x0000000005414c2c
    Binary Images Description:
    0x1000 - 0x31dfff com.apple.finder 10.4.7 /System/Library/CoreServices/Finder.app/Contents/MacOS/Finder
    0x505000 - 0x5f3fff libxml2.2.dylib /usr/lib/libxml2.2.dylib
    0x77f000 - 0x781fff com.apple.textencoding.unicode 2.0 /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
    0x5163000 - 0x5163fff com.apple.osax.digihub 1.0 /System/Library/ScriptingAdditions/Digital Hub Scripting.osax/Contents/MacOS/Digital Hub Scripting
    0x53e6000 - 0x53effff com.stclairsoft.DefaultFolderX.osax Default Folder X Addition version 1.0 (1.0) /Users/as8/Library/ScriptingAdditions/Default Folder X Addition.osax/Contents/MacOS/Default Folder X Addition
    0x547d000 - 0x54e1fff com.DivXInc.DivXDecoder 6.6.0 /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder
    0x5605000 - 0x5642fff com.apple.osax.standardadditions 1.10.7 (???) /System/Library/ScriptingAdditions/StandardAdditions.osax/Contents/MacOS/Standa rdAdditions
    0x56bb000 - 0x56e5fff com.stclairsoft.DefaultFolderX.CarbonPatcher 1.0 /Users/as8/Library/PreferencePanes/Default Folder X.prefPane/Contents/Resources/Default Folder X.bundle/Contents/Resources/Carbon Patcher.bundle/Contents/MacOS/Carbon Patcher
    0x56ff000 - 0x5722fff com.stclairsoft.DefaultFolderX.CocoaPatcher ??? (1.0) /Users/as8/Library/PreferencePanes/Default Folder X.prefPane/Contents/Resources/Default Folder X.bundle/Contents/Resources/Cocoa Patcher.bundle/Contents/MacOS/Cocoa Patcher
    0x8fe00000 - 0x8fe52fff dyld 46.16 /usr/lib/dyld
    0x90000000 - 0x90019fff com.apple.CoreVideo 1.4.2 /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x9002a000 - 0x9035cfff com.apple.QuickTime 7.6.0 (1290) /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x908de000 - 0x908defff com.apple.CoreServices 10.4 (???) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x909f9000 - 0x90a81fff com.apple.DesktopServices 1.3.7 /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x90aea000 - 0x90b5afff com.apple.framework.IOKit 1.4 (???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x90b70000 - 0x90b82fff libauto.dylib /usr/lib/libauto.dylib
    0x90ec6000 - 0x90f46fff com.apple.CoreServices.OSServices 4.1 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x90fe7000 - 0x90ffffff com.apple.WebServices 1.1.2 (1.1.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/WebServ icesCore.framework/Versions/A/WebServicesCore
    0x910b0000 - 0x910f5fff com.apple.bom 8.5.1 (86.3) /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x91111000 - 0x9111ffff libz.1.dylib /usr/lib/libz.1.dylib
    0x91122000 - 0x912ddfff com.apple.security 4.6 (29770) /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x913dc000 - 0x913e5fff com.apple.DiskArbitration 2.1.2 /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x913ec000 - 0x913f4fff libbsm.dylib /usr/lib/libbsm.dylib
    0x913f8000 - 0x91420fff com.apple.SystemConfiguration 1.8.3 /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x91433000 - 0x9143efff libgcc_s.1.dylib /usr/lib/libgcc_s.1.dylib
    0x91453000 - 0x91481fff com.apple.openscripting 1.2.7 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x914fb000 - 0x914fbfff com.apple.ApplicationServices 10.4 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x915c1000 - 0x915d0fff libCGATS.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x915d9000 - 0x915e6fff libCSync.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x91630000 - 0x91649fff libRIP.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x91675000 - 0x91706fff com.apple.print.framework.PrintCore 4.6 (177.13) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x91841000 - 0x9189ffff com.apple.HIServices 1.5.3 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x918ce000 - 0x918f2fff com.apple.LangAnalysis 1.6.1 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x91906000 - 0x9192bfff com.apple.FindByContent 1.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ FindByContent.framework/Versions/A/FindByContent
    0x9199c000 - 0x919b0fff com.apple.speech.synthesis.framework 3.3 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x91b4a000 - 0x91b68fff libJPEG.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x91c74000 - 0x91c78fff libGIF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x91c7a000 - 0x91ce4fff libRaw.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRaw.dylib
    0x91d08000 - 0x91d0bfff libRadiance.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x91e10000 - 0x91e52fff com.apple.LaunchServices 183 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LaunchServices.framework/Versions/A/LaunchServices
    0x91f4e000 - 0x91f6dfff com.apple.Accelerate.vecLib 3.2.2 (vecLib 3.2.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x91fd9000 - 0x92047fff libvMisc.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x92052000 - 0x920e7fff libvDSP.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x92101000 - 0x92689fff libBLAS.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x926bc000 - 0x929e7fff libLAPACK.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x92a17000 - 0x92b05fff libiconv.2.dylib /usr/lib/libiconv.2.dylib
    0x92f1a000 - 0x92f24fff com.apple.framework.AppleTalk 1.2.0 (???) /System/Library/Frameworks/AppleTalk.framework/Versions/A/AppleTalk
    0x92f29000 - 0x92f47fff libGL.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x92f52000 - 0x92facfff libGLU.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x92fca000 - 0x92fcafff com.apple.Carbon 10.4 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x92fcc000 - 0x92fe0fff com.apple.ImageCapture 3.0 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x92ff8000 - 0x93008fff com.apple.speech.recognition.framework 3.4 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x93014000 - 0x93029fff com.apple.securityhi 2.0 (203) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x9303b000 - 0x930c2fff com.apple.ink.framework 101.2 (69) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x930d6000 - 0x930e1fff com.apple.help 1.0.3 (32) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x93133000 - 0x93143fff com.apple.print.framework.Print 5.0 (190.1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x9314f000 - 0x931b5fff com.apple.htmlrendering 1.1.2 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x931e6000 - 0x93235fff com.apple.NavigationServices 3.4.4 (3.4.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x93263000 - 0x93280fff com.apple.audio.SoundManager 3.9 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x93292000 - 0x9329ffff com.apple.CommonPanels 1.2.2 (73) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x932a8000 - 0x935b6fff com.apple.HIToolbox 1.4.10 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x93706000 - 0x93712fff com.apple.opengl 1.4.7 /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x937d0000 - 0x937d0fff com.apple.Cocoa 6.4 (???) /System/Library/Frameworks/Cocoa.framework/Cocoa
    0x93842000 - 0x93970fff edu.mit.Kerberos 5.5.26 /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x93a4e000 - 0x93a6bfff libresolv.9.dylib /usr/lib/libresolv.9.dylib
    0x93a74000 - 0x93af5fff com.apple.SearchKit 1.0.8 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x94192000 - 0x94204fff com.apple.CoreData 91 (92.1) /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x9423d000 - 0x94302fff com.apple.audio.toolbox.AudioToolbox 1.4.7 /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x94355000 - 0x94355fff com.apple.audio.units.AudioUnit 1.4 /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x94357000 - 0x94517fff com.apple.QuartzCore 1.4.12 /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x94561000 - 0x9459efff libsqlite3.0.dylib /usr/lib/libsqlite3.0.dylib
    0x945a6000 - 0x945f6fff libGLImage.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x94c65000 - 0x94cd6fff libstdc++.6.dylib /usr/lib/libstdc++.6.dylib
    0x95005000 - 0x9500bfff com.apple.filesync 3.0.4 (99.8) /System/Library/PrivateFrameworks/FileSync.framework/Versions/A/FileSync
    0x9572e000 - 0x95830fff libicucore.A.dylib /usr/lib/libicucore.A.dylib
    0x9588b000 - 0x95952fff libcrypto.0.9.7.dylib /usr/lib/libcrypto.0.9.7.dylib
    0x96326000 - 0x963f8fff com.apple.ColorSync 4.4.11 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x964ac000 - 0x964e4fff com.apple.AE 312.2 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ AE.framework/Versions/A/AE
    0x96500000 - 0x96542fff com.apple.CFNetwork 129.24 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x9675a000 - 0x9680bfff ATS /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x96d30000 - 0x96d35fff com.apple.URLMount 2.1.7 /System/Library/PrivateFrameworks/URLMount.framework/Versions/A/URLMount
    0x972d0000 - 0x972e6fff com.apple.AppleShareClient 1.5.4 /System/Library/Frameworks/AppleShareClient.framework/Versions/A/AppleShareClie nt
    0x972f1000 - 0x9732ffff com.apple.AppleShareClientCore 1.5.4 /System/Library/Frameworks/AppleShareClientCore.framework/Versions/A/AppleShare ClientCore
    0x97b40000 - 0x97b86fff com.apple.ImageIO.framework 1.5.8 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x97ba8000 - 0x97c5ffff libJP2.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x97cb7000 - 0x97cd6fff com.apple.vecLib 3.2.2 (vecLib 3.2.2) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x97e75000 - 0x97e8ffff libPng.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x97f0b000 - 0x97f49fff libTIFF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x984cb000 - 0x984d8fff com.apple.agl 2.5.6 (AGL-2.5.6) /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x9d52a000 - 0x9db5dfff com.apple.AppKit 6.4.10 (824.48) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x9deea000 - 0x9eba3fff com.apple.QuickTimeComponents.component 7.6 (1290) /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTim eComponents
    0x9ed12000 - 0x9edb3fff com.apple.QuickTimeImporters.component 7.6 (1290) /System/Library/QuickTime/QuickTimeImporters.component/Contents/MacOS/QuickTime Importers
    0x9edd0000 - 0x9eeb5fff com.apple.vImage 2.4 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x9eebd000 - 0x9eebdfff com.apple.Accelerate 1.2.2 (Accelerate 1.2.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x9eebf000 - 0x9eed4fff libcups.2.dylib /usr/lib/libcups.2.dylib
    0x9eed9000 - 0x9ef90fff com.apple.QD 3.10.27 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x9efcd000 - 0x9f01afff com.apple.CoreText 1.0.4 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x9f045000 - 0x9f400fff com.apple.CoreGraphics 1.258.82 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x9f48d000 - 0x9f4b7fff com.apple.Metadata 10.4.4 (121.36) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x9f4c8000 - 0x9f79ffff com.apple.CoreServices.CarbonCore 681.19 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x9f805000 - 0x9f880fff com.apple.audio.CoreAudio 3.0.5 /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x9f8bd000 - 0x9faf0fff com.apple.Foundation 6.4.12 (567.42) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x9fc14000 - 0x9fc19fff libmathCommon.A.dylib /usr/lib/system/libmathCommon.A.dylib
    0x9fc1b000 - 0x9fc9ffff libobjc.A.dylib /usr/lib/libobjc.A.dylib
    0x9fcc9000 - 0x9fda3fff com.apple.CoreFoundation 6.4.11 (368.35) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x9fdec000 - 0x9ffa8fff libSystem.B.dylib /usr/lib/libSystem.B.dylib
    Model: PowerBook6,8, BootROM 4.9.0f0, 1 processors, PowerPC G4 (1.2), 1.5 GHz, 768 MB
    Graphics: GeForce FX Go5200, GeForce FX Go5200, AGP, 64 MB
    Memory Module: DIMM0/BUILT-IN, 256 MB, built-in, built-in
    Memory Module: DIMM1/J31, 512 MB, DDR SDRAM, PC2700U-25330
    AirPort: AirPort Extreme, 405.1 (3.90.34.0.p18)
    Modem: Jump, V.92, Version 1.0
    Bluetooth: Version 1.9.5f4, 2 service, 0 devices, 1 incoming serial ports
    Network Service: Built-in Ethernet, Ethernet, en0
    Parallel ATA Device: MATSHITACD-RW CW-8123
    Parallel ATA Device: Hitachi HTS541060G9AT00, 55.89 GB
    USB Device: Bluetooth USB Host Controller, Apple, Inc., Up to 12 Mb/sec, 500 mA
    USB Device: Apple Internal Trackpad, Apple Computer, Up to 12 Mb/sec, 500 mA
    USB Device: ET-0405A-UV2.0-3, WACOM, Up to 1.5 Mb/sec, 500 mA

    Greetings BD and thank you for the welcome. I have only been working with Mac's for the last 2 1/2 years (and I love them very much!) and never had to remover / uninstall anything, so let me see if I get this. It is so simple as just opening the preference pane, right click and delete? Does that delete the stuffit program as well? Not that I have ever used it, because I haven't but I might have to go to the boss to make sure he is agreeable to me removing it. But since he doesn't know the first thing about computers he'll probably give me a blank look and tell me to do what ever I want to do. Also, for my information only, I do have a right click here at work on my main Mac, but I do not have it on the others in the office and my Mac Book Pro at home. I do not need to remove anything from those but without a right click how would I do it?
    Thanks for all your help!

  • Im new to java can someone please help me with external method calls

    I have only been doing java for a couple of months using bluej, I really dont understand external method calls, this is for an assignment and i have managed the bulk of the code, ineed to make external calls to the other classes to return and input data.
    this is the code i have writen so far.
    class CD
    // The fields.
    public Artist performer;
    private String album;
    private String genre;
    private int numberOfTracks;
    private int yearReleased;
    *Please enter CD details, text entry requires quote marks "Greatest Hits"
    public CD (String album_Name){
    album = album_Name;
    numberOfTracks = 0;
    yearReleased = 0;
    performer = new Artist();
    /**blank constructor*/
    public CD ()
    {album = "";
                genre = "";
                numberOfTracks = 0;
                yearReleased = 0;
                performer = new Artist();}
    * accessor methods
    /** method to return album details to the output window*/
    public void print_albumDetails(){
    System.out.println("Album: " + album);
    System.out.println("Genre: " + genre);
    System.out.println("Number of Tracks: " + numberOfTracks);}
    /** accessor method to return the name of the album*/
    public String show_album(){
    return album;}
    /** accessor method to show artist details from artist class*/
    public void print_details(){
    performer.print_details();}
    * mutator methods
    /** mutator method to change album name please enter name with quotes*/
    public void change_album(String newAlbum){
    album = newAlbum;}
    /**mutator method for adding the album year and checking it correct
    * please enter a year between 1900 and 2005*/
    public void album_year (int year){
    if ((year < 1900) || (year > 2005))
    System.out.println("sorry the year is incorrect please enter a year between 1900 and 2005");
    else yearReleased = year;}
    /** mutator method to alter the number of tracks and check if the ammount is greater
    * than zero*/
    public void change_Number_Of_Tracks(int no_Of_Tracks){
    if (no_Of_Tracks > 0)
    numberOfTracks = no_Of_Tracks;
    else System.out.println("you have not entered a correct number");}
    /** mutator method to change the genre and check it has been entered correctly
    * Please enter 1 for Soul
    * 2 for Blues
    * 3 for Jazz*/
    public void change_Genre(int Change_Genre){
    if ((Change_Genre <= 0) || (Change_Genre > 3)){
    System.out.println("You have not entered the correct available genres");
    System.out.println("which are 1 for Soul,2 for Blues or 3 for Jazz");}
    else if (Change_Genre == 1)
    genre = "Soul";
    else if (Change_Genre == 2)
    genre = "Blues";
    else if (Change_Genre == 3)
    genre = "Jazz";
    to this i need to add an external call to the class Artist to be able to enter firstname and second name, I know that external calls use dot notation
    and the instance of Artist is called performer but i cant get the call to these methods in the Artist class to work
    Artist class
    /** mutator method to change or add artist first name, remember to add quotes*/
    public void cName(String name){
    firstname = name;}
    /** mutator method to change or add artist surname remember to add quotes*/
    public void csurName(String surname){
    lastname = surname;}
    can some please give me some help

    Also, if you can't get them to work, what is the error message you are getting?
    Baron Samedi

  • Please help find my new skype account with the con...

    I just cannot understand what to do here?
    Is there a number I can phone to speak to a human being regarding my problem please?

    Hi, gvj-gloria,
    I would recommend you contact customer service for assistance; we here in the Community do not have access to Skype account files or records.
    Regards,
    Elaine
    Was your question answered? Please click on the Accept as a Solution link so everyone can quickly find what works! Like a post or want to say, "Thank You" - ?? Click on the Kudos button!
    Trustworthy information: Brian Krebs: 3 Basic Rules for Online Safety and Consumer Reports: Guide to Internet Security Online Safety Tip: Change your passwords often!

Maybe you are looking for

  • Message while Craeting new Exchnage rate conversion factor

    Hi,    I want to maintain new currency conversion in OB08, for CHF to INR,  we are maintianing conversion for this currecny first time  while maintaining it is giving message as No exchange rate conversion factors could be found for the currency pair

  • 2009 iMac 24" GeForce 120 problems after 10.6.7 upgrade

    Hi all, I've read a lot of threads about iMac graphic problems on these boards, but I haven't really found anything here that sounds like my problem. Several weeks ago, I upgraded my early 2009 iMac to 10.6.7. Up until this point, I have had zero pro

  • Itunes stops working when I import

    I'm trying to import book files from my attached storage device.  Everytime I click "add to itunes", I get an error message that iTunes has stopped working.

  • Checking SOAP action in monitoring

    Experts, is there a possibility somewhere in the monitoring to check what SOAP action was used for a message sent via SOAP adapter? Thank you very much in advance. Best regards Michael

  • Alerts related to monitored process  in RZ20

    HI Experts, I got below alerts(Red) in RZ20. (SAP version ECC 6.0 & Oracle 10.2.0 ) Monitored Processes     jlaunch-DSAPINFO=BW1_00_dispatcher*          SAPServiceBW1: Process Count    1        , Green 12.04.2011 , 07:47:53          SAPServiceBW1: CP