Threaded applets. Why use 'this' ?

Hi!
I just was sondering, why in every example i saw
in the book when someone wants to create
a threaded applet then always
to something like this:
Thread aa=new Thread(this)
and then define run() in the main applet class.
Well, i can understand that this is ok when you
wand to create just one parallel thread, but if
you want two? three?
What wrong with defining a class extending Thread or Runnable and creating an object of it like this:
public class MyThread extends Thread {
public void run(){
// do something
// also define start and stop and constructor
public class MyApplet extands Applet {
MyThread thread;
public void init() {
thread=new MyThread();
public void start(){
thread.start();
// do other stuff and stop handling
What's so wrong about this and why this case is never
an example in any book?
Regards,
Artem

The code you have written is fine. But you don't see
this sort of example in any book because most of the books examples are implementing Runnable interface.
And when you implement the Runnable interface you
actually get an object of the class Thread. You have spawn a thread out of that object by passing the object of the class where actually you want to have the thread to be spawned. that is why you see the code line..
Thread tt = new Thread(this);
I hope this'll make things clear for you.

Similar Messages

  • Safari Crash: Can you tell why using this report?

    Safari is my new nightmare, it creashes at startup, and I can't find a reason...
    here is the crash report:
    Process:         Safari [1199]
    Path:            /Applications/Safari.app/Contents/MacOS/Safari
    Identifier:      com.apple.Safari
    Version:         6.0.2 (8536.26.17)
    Build Info:      WebBrowser-7536026017000000~1
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [184]
    User ID:         501
    Date/Time:       2012-12-14 11:26:36.522 -0600
    OS Version:      Mac OS X 10.8.2 (12C60)
    Report Version:  10
    Crashed Thread:  1  Dispatch queue: com.apple.WebKit.ProcessLauncher
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000000
    VM Regions Near 0:
    -->
        __TEXT                 0000000104e45000-0000000104e46000 [    4K] r-x/rwx SM=COW  /Applications/Safari.app/Contents/MacOS/Safari
    Thread 0:: Dispatch queue: com.apple.main-thread
    0   libobjc.A.dylib                         0x00007fff8f5075a3 search_method_list(method_list_t const*, objc_selector*) + 2
    1   libobjc.A.dylib                         0x00007fff8f505358 getMethodNoSuper_nolock(class_t*, objc_selector*) + 71
    2   libobjc.A.dylib                         0x00007fff8f4f6f59 lookUpMethod + 177
    3   libobjc.A.dylib                         0x00007fff8f4f8cde class_respondsToSelector + 31
    4   libobjc.A.dylib                         0x00007fff8f510150 -[NSObject respondsToSelector:] + 42
    5   com.apple.AppKit                        0x00007fff8e3606ee -[NSIBObjectData instantiateObject:] + 243
    6   com.apple.AppKit                        0x00007fff8e36016d -[NSIBObjectData nibInstantiateWithOwner:topLevelObjects:] + 999
    7   com.apple.AppKit                        0x00007fff8e33f1fd loadNib + 317
    8   com.apple.AppKit                        0x00007fff8e33e729 +[NSBundle(NSNibLoading) _loadNibFile:nameTable:withZone:ownerBundle:] + 219
    9   com.apple.AppKit                        0x00007fff8e33e55e -[NSBundle(NSNibLoading) loadNibNamed:owner:topLevelObjects:] + 200
    10  com.apple.AppKit                        0x00007fff8e33e33e +[NSBundle(NSNibLoading) loadNibNamed:owner:] + 360
    11  com.apple.AppKit                        0x00007fff8e33aadf NSApplicationMain + 398
    12  com.apple.Safari.framework              0x0000000105069d54 SafariMain + 166
    13  libdyld.dylib                           0x00007fff932527e1 start + 1
    Thread 1 Crashed:: Dispatch queue: com.apple.WebKit.ProcessLauncher
    0   libsystem_c.dylib                       0x00007fff8f0b1650 strlen + 16
    1   WebKit2                                 0x000000010591fe5a WebKit::EnvironmentVariables::createStringForVariable(char const*, char const*) + 42
    2   WebKit2                                 0x000000010591fb93 WebKit::EnvironmentVariables::set(char const*, char const*) + 61
    3   WebKit2                                 0x000000010591f9e9 WebKit::EnvironmentVariables::appendValue(char const*, char const*, char) + 63
    4   WebKit2                                 0x000000010591e40c WebKit::ProcessLauncher::launchProcess() + 1302
    5   WebKit2                                 0x0000000105a331ee WorkQueue::executeFunction(void*) + 88
    6   libdispatch.dylib                       0x00007fff8d3920b6 _dispatch_client_callout + 8
    7   libdispatch.dylib                       0x00007fff8d39347f _dispatch_queue_drain + 235
    8   libdispatch.dylib                       0x00007fff8d3932f1 _dispatch_queue_invoke + 52
    9   libdispatch.dylib                       0x00007fff8d3931c3 _dispatch_worker_thread2 + 249
    10  libsystem_c.dylib                       0x00007fff8f0c5cab _pthread_wqthread + 404
    11  libsystem_c.dylib                       0x00007fff8f0b0171 start_wqthread + 13
    Thread 2:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x00007fff9327bd16 kevent + 10
    1   libdispatch.dylib                       0x00007fff8d394dea _dispatch_mgr_invoke + 883
    2   libdispatch.dylib                       0x00007fff8d3949ee _dispatch_mgr_thread + 54
    Thread 3:
    0   libsystem_kernel.dylib                  0x00007fff9327b6d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff8f0c5eec _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff8f0c5cb3 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff8f0b0171 start_wqthread + 13
    Thread 4:: WebCore: IconDatabase
    0   libsystem_kernel.dylib                  0x00007fff9327b0fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8f0c7f89 _pthread_cond_wait + 869
    2   com.apple.WebCore                       0x0000000105c700db WebCore::IconDatabase::syncThreadMainLoop() + 107
    3   com.apple.WebCore                       0x0000000105c6dbf4 WebCore::IconDatabase::iconDatabaseSyncThread() + 500
    4   com.apple.JavaScriptCore                0x00007fff917d136f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_c.dylib                       0x00007fff8f0c3742 _pthread_start + 327
    6   libsystem_c.dylib                       0x00007fff8f0b0181 thread_start + 13
    Thread 5:: Dispatch queue: com.apple.CFURLCACHE_work_queue
    0   libsystem_kernel.dylib                  0x00007fff9327ab26 __fcntl + 10
    1   libsystem_kernel.dylib                  0x00007fff9327a0cb fcntl + 232
    2   libsqlite3.dylib                        0x00007fff92b04b44 unixFileLock + 84
    3   libsqlite3.dylib                        0x00007fff92a52b30 unixLock + 496
    4   libsqlite3.dylib                        0x00007fff92ae4625 pager_wait_on_lock + 165
    5   libsqlite3.dylib                        0x00007fff92a52181 sqlite3PagerSharedLock + 97
    6   libsqlite3.dylib                        0x00007fff92a51d92 sqlite3BtreeBeginTrans + 1730
    7   libsqlite3.dylib                        0x00007fff92a474ac sqlite3InitOne + 300
    8   libsqlite3.dylib                        0x00007fff92a472e6 sqlite3Init + 102
    9   libsqlite3.dylib                        0x00007fff92a43735 sqlite3Pragma + 7541
    10  libsqlite3.dylib                        0x00007fff92a3669f yy_reduce + 58591
    11  libsqlite3.dylib                        0x00007fff92a28134 sqlite3Parser + 260
    12  libsqlite3.dylib                        0x00007fff92a260a1 sqlite3RunParser + 337
    13  libsqlite3.dylib                        0x00007fff92a258b8 sqlite3Prepare + 1480
    14  libsqlite3.dylib                        0x00007fff92a25233 sqlite3LockAndPrepare + 291
    15  libsqlite3.dylib                        0x00007fff92a24b61 sqlite3_exec + 945
    16  com.apple.CFNetwork                     0x00007fff91f3fbec __CFURLCache::PostDatabaseOpenPragmaExecute() + 48
    17  com.apple.CFNetwork                     0x00007fff91f3f83b __CFURLCache::OpenDatabase() + 225
    18  com.apple.CFNetwork                     0x00007fff91f3f5f9 ProcessCacheTasks(__CFURLCache*, bool) + 1180
    19  com.apple.CFNetwork                     0x00007fff91f3ecf6 _CFURLCacheTimerCallback(void*) + 590
    20  com.apple.CFNetwork                     0x00007fff91f40cf6 __SignalWorkerTaskToPerformWork_block_invoke_0 + 18
    21  libdispatch.dylib                       0x00007fff8d395f01 _dispatch_call_block_and_release + 15
    22  libdispatch.dylib                       0x00007fff8d3920b6 _dispatch_client_callout + 8
    23  libdispatch.dylib                       0x00007fff8d39347f _dispatch_queue_drain + 235
    24  libdispatch.dylib                       0x00007fff8d3932f1 _dispatch_queue_invoke + 52
    25  libdispatch.dylib                       0x00007fff8d3931c3 _dispatch_worker_thread2 + 249
    26  libsystem_c.dylib                       0x00007fff8f0c5cab _pthread_wqthread + 404
    27  libsystem_c.dylib                       0x00007fff8f0b0171 start_wqthread + 13
    Thread 6:: com.apple.CoreAnimation.render-server
    0   libsystem_kernel.dylib                  0x00007fff93279686 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff93278c42 mach_msg + 70
    2   com.apple.QuartzCore                    0x00007fff8ca7635b CA::Render::Server::server_thread(void*) + 403
    3   com.apple.QuartzCore                    0x00007fff8cafae76 thread_fun + 25
    4   libsystem_c.dylib                       0x00007fff8f0c3742 _pthread_start + 327
    5   libsystem_c.dylib                       0x00007fff8f0b0181 thread_start + 13
    Thread 1 crashed with X86 Thread State (64-bit):
      rax: 0x00000000ffffffff  rbx: 0x0000000000000013  rcx: 0x0000000000000000  rdx: 0x0000000000000000
      rdi: 0x0000000000000000  rsi: 0x0000000105a7666e  rbp: 0x00000001075f6a50  rsp: 0x00000001075f6a18
       r8: 0x00007fff79ba57a0   r9: 0x00007fff79ba57d0  r10: 0x00000001089938b8  r11: 0x0000000108992f00
      r12: 0x00000001075f6d20  r13: 0x0000000105a7666e  r14: 0x0000000000000000  r15: 0x0000000105a7666e
      rip: 0x00007fff8f0b1650  rfl: 0x0000000000010286  cr2: 0x0000000000000000
    Logical CPU: 16
    Binary Images:
           0x104e45000 -        0x104e45fff  com.apple.Safari (6.0.2 - 8536.26.17) <948F804E-A2F9-3E52-A178-A641675616C3> /Applications/Safari.app/Contents/MacOS/Safari
           0x104e49000 -        0x10533efff  com.apple.Safari.framework (8536 - 8536.26.17) <A28655B2-8394-32D4-82C2-725FAD855E48> /System/Library/StagedFrameworks/Safari/Safari.framework/Safari
           0x105698000 -        0x105822fff  com.apple.WebKit (8536 - 8536.26.17) <3D25C875-B5D1-390C-A449-C1D4FB7DECCB> /System/Library/StagedFrameworks/Safari/WebKit.framework/WebKit
           0x105916000 -        0x105afdff7  WebKit2 (7536.26.17) <83AB27D5-EF84-35E2-A4B7-78A4791771AF> /System/Library/StagedFrameworks/Safari/WebKit2.framework/WebKit2
           0x105c69000 -        0x106c22fff  com.apple.WebCore (8536 - 8536.26.15) <9D6C3EF1-FFC2-32FB-9953-BC76E3EAB5D8> /System/Library/StagedFrameworks/Safari/WebCore.framework/WebCore
        0x7fff64a45000 -     0x7fff64a7993f  dyld (210.2.3) <A40597AA-5529-3337-8C09-D8A014EB1578> /usr/lib/dyld
        0x7fff88a8d000 -     0x7fff88a93fff  libmacho.dylib (829) <BF332AD9-E89F-387E-92A4-6E1AB74BD4D9> /usr/lib/system/libmacho.dylib
        0x7fff88b3c000 -     0x7fff88b53fff  com.apple.CFOpenDirectory (10.8 - 151.10) <FFBBA538-00B5-334E-BA5B-C8AD6CDCDA14> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
        0x7fff88b96000 -     0x7fff88bc1fff  libxslt.1.dylib (11.3) <441776B8-9130-3893-956F-39C85FFA644F> /usr/lib/libxslt.1.dylib
        0x7fff88bc2000 -     0x7fff88bc7fff  libcache.dylib (57) <65187C6E-3FBF-3EB8-A1AA-389445E2984D> /usr/lib/system/libcache.dylib
        0x7fff88bc9000 -     0x7fff88bdcff7  com.apple.LangAnalysis (1.7.0 - 1.7.0) <2F2694E9-A7BC-33C7-B4CF-8EC907DF0FEB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
        0x7fff89171000 -     0x7fff89291fff  com.apple.desktopservices (1.7.2 - 1.7.2) <CDE8C2C2-C505-31B0-8C61-E40E4EA364A5> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
        0x7fff89292000 -     0x7fff892fbfff  libstdc++.6.dylib (56) <EAA2B53E-EADE-39CF-A0EF-FB9D4940672A> /usr/lib/libstdc++.6.dylib
        0x7fff892fe000 -     0x7fff89581fff  com.apple.RawCamera.bundle (4.00 - 658) <6786E9E0-3197-30A3-A0F4-22A6064B3EF2> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
        0x7fff895c9000 -     0x7fff895cafff  liblangid.dylib (116) <864C409D-D56B-383E-9B44-A435A47F2346> /usr/lib/liblangid.dylib
        0x7fff8a5ae000 -     0x7fff8a60bfff  com.apple.audio.CoreAudio (4.1.0 - 4.1.0) <B3198BD6-EA1D-3E5E-ADD4-37D8E6B72678> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
        0x7fff8a60c000 -     0x7fff8a62eff7  libxpc.dylib (140.41) <FAC04D8B-680E-325F-8F0C-DD69859D0E01> /usr/lib/system/libxpc.dylib
        0x7fff8a63c000 -     0x7fff8a871ff7  com.apple.CoreData (106.1 - 407.7) <24E0A6B4-9ECA-3D12-B26A-72B9DCF09768> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
        0x7fff8a872000 -     0x7fff8a8a6fff  com.apple.securityinterface (6.0 - 55024.4) <614C9B8E-2056-3A41-9A01-DAF74C97CC43> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
        0x7fff8ab5a000 -     0x7fff8ae2afff  com.apple.security (7.0 - 55179.1) <639641EF-8156-3190-890C-1053658E044A> /System/Library/Frameworks/Security.framework/Versions/A/Security
        0x7fff8b274000 -     0x7fff8b58bff7  com.apple.CoreServices.CarbonCore (1037.3 - 1037.3) <DF7CABCA-F2CB-345B-8EFF-F0F4E937B7FF> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
        0x7fff8b5bf000 -     0x7fff8b5c4fff  libcompiler_rt.dylib (30) <08F8731D-5961-39F1-AD00-4590321D24A9> /usr/lib/system/libcompiler_rt.dylib
        0x7fff8b5c5000 -     0x7fff8b5cafff  com.apple.OpenDirectory (10.8 - 151.10) <CF44120B-9B01-32DD-852E-C9C0E1243FC0> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
        0x7fff8b5cb000 -     0x7fff8b5eaff7  com.apple.ChunkingLibrary (2.0 - 133.2) <D2A746DE-002A-3C6C-961E-BE94E71DB835> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/Chunking Library
        0x7fff8b5ee000 -     0x7fff8b5f9fff  com.apple.CommonAuth (3.0 - 2.0) <74A86DDD-57D0-3178-AB74-E1F31DBFFC39> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
        0x7fff8b5fa000 -     0x7fff8b5fafff  com.apple.Accelerate.vecLib (3.8 - vecLib 3.8) <B5A18EE8-DF81-38DD-ACAF-7076B2A26225> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
        0x7fff8b603000 -     0x7fff8b604ff7  libdnsinfo.dylib (453.18) <E7595861-ECF9-336E-9901-BED2620FAA80> /usr/lib/system/libdnsinfo.dylib
        0x7fff8b63d000 -     0x7fff8b63fff7  libunc.dylib (25) <92805328-CD36-34FF-9436-571AB0485072> /usr/lib/system/libunc.dylib
        0x7fff8b640000 -     0x7fff8ba37fff  libLAPACK.dylib (1073.4) <D632EC8B-2BA0-3853-800A-20DA00A1091C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
        0x7fff8ba38000 -     0x7fff8ba38ffd  com.apple.audio.units.AudioUnit (1.8 - 1.8) <29E2C990-3617-3FA2-BDD7-DB7DF493E443> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
        0x7fff8ba39000 -     0x7fff8ba3bfff  com.apple.TrustEvaluationAgent (2.0 - 23) <A97D348B-32BF-3E52-8DF2-59BFAD21E1A3> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
        0x7fff8ba64000 -     0x7fff8bae5fff  com.apple.Metadata (10.7.0 - 707.3) <A45D75C1-B311-39F0-AF4A-63FCCC098C1D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
        0x7fff8bae6000 -     0x7fff8bb07fff  com.apple.Ubiquity (1.2 - 243.10) <F97D3A33-2C8B-3CFF-AF75-A74866D42853> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
        0x7fff8bb08000 -     0x7fff8bb1efff  com.apple.Accounts (211.2 - 211.2) <F62749B0-AEA6-3673-8FD7-550E21622893> /System/Library/Frameworks/Accounts.framework/Versions/A/Accounts
        0x7fff8bb77000 -     0x7fff8bbbffff  com.apple.framework.CoreWiFi (1.0 - 100.10) <0E863B4A-1094-3F8D-BEDE-D99537E9C588> /System/Library/Frameworks/CoreWiFi.framework/Versions/A/CoreWiFi
        0x7fff8bbc0000 -     0x7fff8bc16fff  com.apple.HIServices (1.20 - 417) <A1129272-FEC8-350B-BA26-5A97F23C413D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
        0x7fff8bca9000 -     0x7fff8bcb6fff  libbz2.1.0.dylib (29) <CE9785E8-B535-3504-B392-82F0064D9AF2> /usr/lib/libbz2.1.0.dylib
        0x7fff8bd45000 -     0x7fff8bd94ff7  libFontRegistry.dylib (100) <2E03D7DA-9B8F-31BB-8FB5-3D3B6272127F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
        0x7fff8bd95000 -     0x7fff8bdacfff  com.apple.GenerationalStorage (1.1 - 132.2) <3F5C87BD-D866-3732-8CB9-D23ED9784D6E> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
        0x7fff8bdad000 -     0x7fff8be02ff7  libTIFF.dylib (845) <ADCB4683-69EB-318B-8BE7-5FDF38BCADAF> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
        0x7fff8be56000 -     0x7fff8bff1fef  com.apple.vImage (6.0 - 6.0) <FAE13169-295A-33A5-8E6B-7C2CC1407FA7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
        0x7fff8bff2000 -     0x7fff8bffcff7  com.apple.xpcobjects (103 - 103) <9496FA67-F53E-37B8-845A-462B924AA5BE> /System/Library/PrivateFrameworks/XPCObjects.framework/Versions/A/XPCObjects
        0x7fff8bffd000 -     0x7fff8c02bfff  com.apple.CoreServicesInternal (154.2 - 154.2) <3E6196E6-F3B4-316F-9E1F-13B6B9694C7E> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/Cor eServicesInternal
        0x7fff8c055000 -     0x7fff8c056fff  libsystem_blocks.dylib (59) <D92DCBC3-541C-37BD-AADE-ACC75A0C59C8> /usr/lib/system/libsystem_blocks.dylib
        0x7fff8c064000 -     0x7fff8c072fff  com.apple.Librarian (1.1 - 1) <1635162F-239A-341E-83C7-710C55E254AF> /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian
        0x7fff8c074000 -     0x7fff8c076fff  com.apple.OAuth (18.1 - 18.1) <0DC79455-CF81-3873-87BD-6BD14D89A6F5> /System/Library/PrivateFrameworks/OAuth.framework/Versions/A/OAuth
        0x7fff8c077000 -     0x7fff8c0b4fe7  libGLImage.dylib (8.6.1) <7F31DD61-3110-3541-A9BB-035CD1262E50> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
        0x7fff8c140000 -     0x7fff8c176fff  com.apple.DebugSymbols (98 - 98) <14E788B1-4EB2-3FD7-934B-849534DFC198> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
        0x7fff8c177000 -     0x7fff8c184fff  com.apple.AppleFSCompression (49 - 1.0) <5508344A-2A7E-3122-9562-6F363910A80E> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression
        0x7fff8c185000 -     0x7fff8c189ff7  com.apple.TCC (1.0 - 1) <F2F3B753-FC73-3543-8BBE-859FDBB4D6A6> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
        0x7fff8c8cd000 -     0x7fff8c8e1fff  libGL.dylib (8.6.1) <2E00615F-97F5-34EB-BE07-75A24F3C18D7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
        0x7fff8c8e2000 -     0x7fff8c9a7ff7  com.apple.coreui (2.0 - 181.1) <83D2C92D-6842-3C9D-9289-39D5B4554C3A> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
        0x7fff8c9b9000 -     0x7fff8cb67fff  com.apple.QuartzCore (1.8 - 304.0) <BDC66714-F60C-386D-A773-F897D1E87AB6> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
        0x7fff8cb68000 -     0x7fff8cc25ff7  com.apple.ColorSync (4.8.0 - 4.8.0) <6CE333AE-EDDB-3768-9598-9DB38041DC55> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
        0x7fff8cfb2000 -     0x7fff8d00fff7  com.apple.AE (645.3 - 645.3) <FF867ACA-8628-3E5A-8FA0-AF429B42C5D7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
        0x7fff8d086000 -     0x7fff8d087fff  libDiagnosticMessagesClient.dylib (8) <8548E0DC-0D2F-30B6-B045-FE8A038E76D8> /usr/lib/libDiagnosticMessagesClient.dylib
        0x7fff8d368000 -     0x7fff8d38dff7  libc++abi.dylib (24.4) <E7BD9363-1D25-3551-A68A-2E2FF6ABECD7> /usr/lib/libc++abi.dylib
        0x7fff8d390000 -     0x7fff8d3a5ff7  libdispatch.dylib (228.23) <D26996BF-FC57-39EB-8829-F63585561E09> /usr/lib/system/libdispatch.dylib
        0x7fff8db68000 -     0x7fff8dd68fff  libicucore.A.dylib (491.11.1) <CC318A27-878A-38CE-9292-1B98353FA9C7> /usr/lib/libicucore.A.dylib
        0x7fff8dd69000 -     0x7fff8dd9aff7  com.apple.DictionaryServices (1.2 - 184.4) <054F2D6F-9CFF-3EF1-9778-25C551B616C1> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
        0x7fff8ddbe000 -     0x7fff8ddcbff7  com.apple.NetAuth (4.0 - 4.0) <F5BC7D7D-AF28-3C83-A674-DADA48FF7810> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
        0x7fff8df6d000 -     0x7fff8df6efff  libquit.dylib (130) <FD30E6D6-B4F9-3E14-8376-7036271100D1> /usr/lib/libquit.dylib
        0x7fff8df6f000 -     0x7fff8dfd7ff7  libc++.1.dylib (65.1) <20E31B90-19B9-3C2A-A9EB-474E08F9FE05> /usr/lib/libc++.1.dylib
        0x7fff8dfe5000 -     0x7fff8dff4ff7  libxar.1.dylib (105) <370ED355-E516-311E-BAFD-D80633A84BE1> /usr/lib/libxar.1.dylib
        0x7fff8e10f000 -     0x7fff8e10ffff  com.apple.CoreServices (57 - 57) <9DD44CB0-C644-35C3-8F57-0B41B3EC147D> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
        0x7fff8e16e000 -     0x7fff8e1ecff7  com.apple.securityfoundation (6.0 - 55115.4) <C5461971-E455-31A6-99B8-AF80C4BC26DD> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
        0x7fff8e1ed000 -     0x7fff8e249ff7  com.apple.Symbolication (1.3 - 93) <F2C7E0B6-B241-3020-B30A-0636D0FA3378> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
        0x7fff8e24a000 -     0x7fff8ee77ff7  com.apple.AppKit (6.8 - 1187.34) <1FF64844-EB62-3F96-AED7-6525B7CCEC23> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
        0x7fff8f003000 -     0x7fff8f023fff  libPng.dylib (845) <C3CDD2B4-3CB0-3F6D-8411-DAAF267E952B> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
        0x7fff8f024000 -     0x7fff8f08cfff  libvDSP.dylib (380.6) <CD4C5EEB-9E63-30C4-8103-7A5EAEA0BE60> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
        0x7fff8f08d000 -     0x7fff8f08ffff  libCVMSPluginSupport.dylib (8.6.1) <7EFDA31E-E463-3897-A8DC-7FD266EB713E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib
        0x7fff8f090000 -     0x7fff8f098fff  liblaunch.dylib (442.26.2) <2F71CAF8-6524-329E-AC56-C506658B4C0C> /usr/lib/system/liblaunch.dylib
        0x7fff8f0af000 -     0x7fff8f17bfe7  libsystem_c.dylib (825.25) <8CBCF9B9-EBB7-365E-A3FF-2F3850763C6B> /usr/lib/system/libsystem_c.dylib
        0x7fff8f17c000 -     0x7fff8f1e9ff7  com.apple.framework.IOKit (2.0 - 755.18.10) <142E19DD-1C8D-3D61-ABC8-83994A73279F> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
        0x7fff8f1ea000 -     0x7fff8f235fff  com.apple.framework.CoreWLAN (3.0.1 - 301.11) <8370178E-438C-375C-AA41-A8DEE60B8636> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
        0x7fff8f236000 -     0x7fff8f237ff7  libsystem_sandbox.dylib (220) <3C3B03CF-C525-3CB3-8557-62E91B93AC95> /usr/lib/system/libsystem_sandbox.dylib
        0x7fff8f238000 -     0x7fff8f23bfff  com.apple.help (1.3.2 - 42) <343904FE-3022-3573-97D6-5FE17F8643BA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
        0x7fff8f24a000 -     0x7fff8f4eefff  com.apple.CoreImage (8.2.2 - 1.0.1) <930B0B23-DD84-3B0C-B5A9-C09B7068A6F0> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage .framework/Versions/A/CoreImage
        0x7fff8f4ef000 -     0x7fff8f60792f  libobjc.A.dylib (532.2) <90D31928-F48D-3E37-874F-220A51FD9E37> /usr/lib/libobjc.A.dylib
        0x7fff8f608000 -     0x7fff8f6b9fff  com.apple.LaunchServices (539.7 - 539.7) <DA7C602E-5E01-31B8-925D-B45360CA089F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
        0x7fff8f6ba000 -     0x7fff8f80bfff  com.apple.audio.toolbox.AudioToolbox (1.8 - 1.8) <833DA682-A3C1-39E7-AEC3-9EDC734DE2A9> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
        0x7fff8f8a1000 -     0x7fff8f8ddfff  com.apple.GeoServices (1.0 - 1) <DB382348-EBFA-3AD5-888B-7F4640F41834> /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices
        0x7fff8f8de000 -     0x7fff8f928ff7  libGLU.dylib (8.6.1) <DF45C1E3-3884-3991-B84F-F39B482E8BF8> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
        0x7fff8fa9f000 -     0x7fff8fb0cfff  com.apple.datadetectorscore (4.0 - 269.1) <C94C372B-3821-3A46-A8C2-091AB1CFF7F4> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
        0x7fff8fb0d000 -     0x7fff8fb2fff7  com.apple.Kerberos (2.0 - 1) <C49B8820-34ED-39D7-A407-A3E854153556> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
        0x7fff8ff24000 -     0x7fff8ffa6fff  com.apple.Heimdal (3.0 - 2.0) <660A6C64-4912-32C8-A332-B64164032A2D> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
        0x7fff8ffa7000 -     0x7fff8ffadfff  com.apple.DiskArbitration (2.5.1 - 2.5.1) <F7DAF7CC-5893-3F06-9168-3B0192B66D15> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
        0x7fff8ffae000 -     0x7fff8ffc2fff  com.apple.speech.synthesis.framework (4.1.12 - 4.1.12) <94EDF2AB-809C-3D15-BED5-7AD45B2A7C16> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
        0x7fff9009c000 -     0x7fff900a2fff  libGFXShared.dylib (8.6.1) <CF55E720-1B9E-3E24-A1DA-7FA8B261CD8E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
        0x7fff900a3000 -     0x7fff900a5ff7  com.apple.print.framework.Print (8.0 - 258) <34666CC2-B86D-3313-B3B6-A9977AD593DA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
        0x7fff900a6000 -     0x7fff900b1fff  libsystem_notify.dylib (98.5) <C49275CC-835A-3207-AFBA-8C01374927B6> /usr/lib/system/libsystem_notify.dylib
        0x7fff900b2000 -     0x7fff900cffff  com.apple.openscripting (1.3.6 - 148.2) <33B87CFB-CACC-3EBC-893D-38AECB94FB8A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
        0x7fff9032c000 -     0x7fff903d2ff7  com.apple.CoreServices.OSServices (557.4 - 557.4) <841878A8-6F3E-300D-8F01-444B3CC1F41D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
        0x7fff903d3000 -     0x7fff903f4ff7  libCRFSuite.dylib (33) <736ABE58-8DED-3289-A042-C25AF7AE5B23> /usr/lib/libCRFSuite.dylib
        0x7fff90698000 -     0x7fff906eeff7  com.apple.opencl (2.1.20 - 2.1.20) <AF142CA4-EA1D-31B0-A48F-AA2B75D4309E> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
        0x7fff90765000 -     0x7fff90769fff  com.apple.IOSurface (86.0.3 - 86.0.3) <C121DE83-ED12-3DC1-BDB3-4FCB29AB0571> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
        0x7fff908fc000 -     0x7fff9128cc67  com.apple.CoreGraphics (1.600.0 - 324.6) <DCC70C6E-AB6D-3457-A823-7569CB29B107> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
        0x7fff9128d000 -     0x7fff91367ff7  com.apple.backup.framework (1.4.1 - 1.4.1) <A3CFCA9E-717C-302D-821B-16FD35E6673F> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
        0x7fff91368000 -     0x7fff91481ff7  com.apple.ImageIO.framework (3.2.0 - 845) <553B9828-A7D9-3AE4-A214-1C33417545FD> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
        0x7fff91482000 -     0x7fff914c5ff7  com.apple.bom (12.0 - 192) <0BF1F2D2-3648-36B7-BE4B-551A0173209B> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
        0x7fff91522000 -     0x7fff91522fff  com.apple.ApplicationServices (45 - 45) <A3ABF20B-ED3A-32B5-830E-B37831A45A80> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
        0x7fff91523000 -     0x7fff91531ff7  libsystem_network.dylib (77.10) <0D99F24E-56FE-380F-B81B-4A4C630EE587> /usr/lib/system/libsystem_network.dylib
        0x7fff91573000 -     0x7fff91592ff7  libresolv.9.dylib (51) <0882DC2D-A892-31FF-AD8C-0BB518C48B23> /usr/lib/libresolv.9.dylib
        0x7fff91593000 -     0x7fff9182dff7  com.apple.JavaScriptCore (8536 - 8536.26.7) <ADAD1276-675A-3000-B746-560A2EB596A2> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
        0x7fff9182e000 -     0x7fff918c8fff  libvMisc.dylib (380.6) <714336EA-1C0E-3735-B31C-19DFDAAF6221> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
        0x7fff91bea000 -     0x7fff91cdffff  libiconv.2.dylib (34) <FEE8B996-EB44-37FA-B96E-D379664DEFE1> /usr/lib/libiconv.2.dylib
        0x7fff91d84000 -     0x7fff91dd5ff7  com.apple.SystemConfiguration (1.12.2 - 1.12.2) <E095637C-457F-3D8F-AE32-A032F9D5A46C> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
        0x7fff91ed5000 -     0x7fff92049fff  com.apple.CFNetwork (596.2.3 - 596.2.3) <6A16C2BD-1035-30F9-AE96-D9E3BB54A976> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
        0x7fff92116000 -     0x7fff92116fff  com.apple.Carbon (154 - 155) <372716D2-6FA1-3611-8501-3DD1D4A6E8C8> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
        0x7fff92117000 -     0x7fff92117fff  com.apple.Cocoa (6.7 - 19) <1F77945C-F37A-3171-B22E-F7AB0FCBB4D4> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
        0x7fff9211e000 -     0x7fff9212afff  com.apple.CrashReporterSupport (10.8.2 - 415) <55783BF9-125E-3F9C-A412-6A095ECD9353> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
        0x7fff92130000 -     0x7fff9215eff7  libsystem_m.dylib (3022.6) <B434BE5C-25AB-3EBD-BAA7-5304B34E3441> /usr/lib/system/libsystem_m.dylib
        0x7fff9215f000 -     0x7fff9215ffff  com.apple.Accelerate (1.8 - Accelerate 1.8) <6AD48543-0864-3D40-80CE-01F184F24B45> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
        0x7fff92161000 -     0x7fff92176fff  com.apple.ImageCapture (8.0 - 8.0) <17A45CE6-7DA3-36A5-B7EF-72BC136981AE> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
        0x7fff923fc000 -     0x7fff92403fff  com.apple.NetFS (5.0 - 4.0) <82E24B9A-7742-3DA3-9E99-ED267D98C05E> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
        0x7fff92430000 -     0x7fff92760ff7  com.apple.HIToolbox (2.0 - 625) <317F75F7-4B0F-35F5-89A7-F20BA60AC944> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
        0x7fff92761000 -     0x7fff927ffff7  com.apple.ink.framework (10.8.2 - 150) <84B9825C-3822-375F-BE58-A753444FBDE2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
        0x7fff9285b000 -     0x7fff9285efff  libRadiance.dylib (845) <E8956A35-494E-3014-8B86-362D32576116> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.d ylib
        0x7fff928af000 -     0x7fff92981ff7  com.apple.CoreText (260.0 - 275.16) <5BFC1D67-6A6F-38BC-9D90-9C712684EDAC> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
        0x7fff92982000 -     0x7fff9298cfff  com.apple.speech.recognition.framework (4.1.5 - 4.1.5) <D803919C-3102-3515-A178-61E9C86C46A1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
        0x7fff9298d000 -     0x7fff92a1aff7  com.apple.SearchKit (1.4.0 - 1.4.0) <C7F43889-F8BF-3CB9-AD66-11AEFCBCEDE7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
        0x7fff92a1b000 -     0x7fff92b18fff  libsqlite3.dylib (138.1) <ADE9CB98-D77D-300C-A32A-556B7440769F> /usr/lib/libsqlite3.dylib
        0x7fff92b19000 -     0x7fff92b1fff7  libunwind.dylib (35.1) <21703D36-2DAB-3D8B-8442-EAAB23C060D3> /usr/lib/system/libunwind.dylib
        0x7fff92b3b000 -     0x7fff92d24fff  com.apple.CoreFoundation (6.8 - 744.12) <EF002794-DAEF-31C6-866C-E3E3AC387A9F> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
        0x7fff92d60000 -     0x7fff92dfafff  com.apple.CoreSymbolication (3.0 - 87) <75F2C0DD-549A-36F6-BD9E-FB40A924344F> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
        0x7fff92dfb000 -     0x7fff92e22fff  com.apple.framework.familycontrols (4.1 - 410) <AE49B2AB-7D2B-3D52-8E21-60EBEA1A38E6> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
        0x7fff92e23000 -     0x7fff92ea3ff7  com.apple.ApplicationServices.ATS (332 - 341.1) <BD83B039-AB25-3E3E-9975-A67DAE66988B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
        0x7fff92f96000 -     0x7fff92f98fff  com.apple.securityhi (4.0 - 55002) <34E45C60-DC7E-3FCC-A1ED-EBF48B77C559> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
        0x7fff92f99000 -     0x7fff92fa0fff  libcopyfile.dylib (89) <876573D0-E907-3566-A108-577EAD1B6182> /usr/lib/system/libcopyfile.dylib
        0x7fff92fbc000 -     0x7fff93142fff  libBLAS.dylib (1073.4) <C102C0F6-8CB6-3B49-BA6B-2EB61F0B2784> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
        0x7fff9317c000 -     0x7fff93180ff7  com.apple.CommonPanels (1.2.5 - 94) <AAC003DE-2D6E-38B7-B66B-1F3DA91E7245> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
        0x7fff93250000 -     0x7fff93253ff7  libdyld.dylib (210.2.3) <F59367C9-C110-382B-A695-9035A6DD387E> /usr/lib/system/libdyld.dylib
        0x7fff93269000 -     0x7fff93284ff7  libsystem_kernel.dylib (2050.18.24) <C0535565-35D1-31A7-A744-63D9F10F12A4> /usr/lib/system/libsystem_kernel.dylib
        0x7fff932d1000 -     0x7fff932fcfff  com.apple.framework.Apple80211 (8.0.1 - 801.17) <05786C8E-8C6F-31AF-80B5-9C98175757B4> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
        0x7fff932fd000 -     0x7fff93324ff7  com.apple.PerformanceAnalysis (1.16 - 16) <E4888388-F41B-313E-9CBB-5807D077BDA9> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis
        0x7fff93c1f000 -     0x7fff93c2aff7  com.apple.ProtocolBuffer (2 - 104) <3270C172-1437-3080-9E53-3E2DCA9AE2EC> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolB uffer
        0x7fff93c2b000 -     0x7fff93c3dff7  libz.1.dylib (43) <2A1551E8-A272-3DE5-B692-955974FE1416> /usr/lib/libz.1.dylib
        0x7fff93e26000 -     0x7fff93e26fff  libOpenScriptingUtil.dylib (148.2) <B8061D13-C1B2-38D5-A723-9A98D64E67AC> /usr/lib/libOpenScriptingUtil.dylib
        0x7fff93e27000 -     0x7fff93e66ff7  com.apple.QD (3.42 - 285) <8DF36FCA-C06B-30F4-A631-7BE2FF7E56D1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
        0x7fff93f71000 -     0x7fff93f73fff  libquarantine.dylib (52) <4BE2E642-A14F-340A-B482-5BD2AEFD9C24> /usr/lib/system/libquarantine.dylib
        0x7fff93f74000 -     0x7fff93f75ff7  libremovefile.dylib (23.1) <DBBFAF35-AC78-3856-92F6-6E4FD9DF14A2> /usr/lib/system/libremovefile.dylib
        0x7fff93f76000 -     0x7fff93f76fff  libkeymgr.dylib (25) <CC9E3394-BE16-397F-926B-E579B60EE429> /usr/lib/system/libkeymgr.dylib
        0x7fff93f77000 -     0x7fff94082fff  libFontParser.dylib (84.5) <617A7D30-C7BC-39FC-A1FE-59367B4A5719> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
        0x7fff94264000 -     0x7fff94272ff7  libkxld.dylib (2050.18.24) <7027CE49-007D-3553-8FFA-3E3B428B2316> /usr/lib/system/libkxld.dylib
        0x7fff942e1000 -     0x7fff9463dfff  com.apple.Foundation (6.8 - 945.11) <A5D41956-A354-3ACC-9355-BE200072223B> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
        0x7fff9463e000 -     0x7fff9468aff7  libauto.dylib (185.1) <73CDC482-16E3-3FC7-9BB4-FBA2DA44DBC2> /usr/lib/libauto.dylib
        0x7fff9473d000 -     0x7fff9473eff7  libSystem.B.dylib (169.3) <365477AB-D641-389D-B8F4-A1FAE9657EEE> /usr/lib/libSystem.B.dylib
        0x7fff9473f000 -     0x7fff94841fff  libJP2.dylib (845) <405CAF25-0AA5-3C6B-A4A6-94471A1EDD2F> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
        0x7fff94887000 -     0x7fff94893fff  libCSync.A.dylib (324.6) <2033247A-CABC-3E20-8498-7367A8F44A08> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
        0x7fff94894000 -     0x7fff948cefff  com.apple.GSS (3.0 - 2.0) <0BDF8090-5EF4-3759-94DE-8521D74188AA> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
        0x7fff948cf000 -     0x7fff948ddfff  libcommonCrypto.dylib (60026) <2D6537F5-1B5E-305C-A1CF-D1FA80CA3939> /usr/lib/system/libcommonCrypto.dylib
        0x7fff948de000 -     0x7fff949dbff7  libxml2.2.dylib (22.3) <47B09CB2-C636-3024-8B55-6040F7829B4C> /usr/lib/libxml2.2.dylib
        0x7fff94b23000 -     0x7fff94b32ff7  com.apple.opengl (1.8.6 - 1.8.6) <720CC06C-0D01-37AE-BB3D-D7F0242B262A> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
        0x7fff94b33000 -     0x7fff94b69fff  libsystem_info.dylib (406.17) <4FFCA242-7F04-365F-87A6-D4EFB89503C1> /usr/lib/system/libsystem_info.dylib
        0x7fff94b6a000 -     0x7fff94b92fff  libJPEG.dylib (845) <A32618D7-FB91-3EE2-A105-5407B2F3F8D8> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
        0x7fff94baf000 -     0x7fff94bb3fff  libpam.2.dylib (20) <C8F45864-5B58-3237-87E1-2C258A1D73B8> /usr/lib/libpam.2.dylib
        0x7fff94bb4000 -     0x7fff94bc7ff7  libbsm.0.dylib (32) <F497D3CE-40D9-3551-84B4-3D5E39600737> /usr/lib/libbsm.0.dylib
        0x7fff94bc9000 -     0x7fff94c20ff7  com.apple.ScalableUserInterface (1.0 - 1) <F1D43DFB-1796-361B-AD4B-39F1EED3BE19> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableU serInterface.framework/Versions/A/ScalableUserInterface
        0x7fff94c21000 -     0x7fff94c29ff7  libsystem_dnssd.dylib (379.32.1) <62AA0B84-188A-348B-8F9E-3E2DB08DB93C> /usr/lib/system/libsystem_dnssd.dylib
        0x7fff94c2a000 -     0x7fff94c35ff7  com.apple.bsd.ServiceManagement (2.0 - 2.0) <C12962D5-85FB-349E-AA56-64F4F487F219> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManage ment
        0x7fff94c36000 -     0x7fff94c90fff  com.apple.print.framework.PrintCore (8.1 - 387.1) <1FA17B75-33E6-35BD-9198-35F92E37B248> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
        0x7fff94c91000 -     0x7fff94c91fff  com.apple.vecLib (3.8 - vecLib 3.8) <794317C7-4E38-338A-A874-5E18001C8503> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
        0x7fff94c92000 -     0x7fff94ccafff  libtidy.A.dylib (15.10) <9009156B-84F5-3781-BFCB-B409B538CD18> /usr/lib/libtidy.A.dylib
        0x7fff94ccb000 -     0x7fff94ce1fff  com.apple.MultitouchSupport.framework (235.28 - 235.28) <BD78B16E-9B5A-3E07-93B4-13AD1A538CAC> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
        0x7fff94cea000 -     0x7fff94d39ff7  libcorecrypto.dylib (106.2) <CE0C29A3-C420-339B-ADAA-52F4683233CC> /usr/lib/system/libcorecrypto.dylib
        0x7fff94d3a000 -     0x7fff94d3efff  libCoreVMClient.dylib (24.4) <55F71158-ADEE-3863-92E9-4772DCEA8E31> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
        0x7fff94d3f000 -     0x7fff94d82fff  com.apple.RemoteViewServices (2.0 - 80.5) <F3A897C9-A277-3B56-8FB3-2BC2C10C33BF> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices
        0x7fff94d83000 -     0x7fff94dadff7  com.apple.CoreVideo (1.8 - 99.3) <C424838A-889C-39E5-8108-FD05C93D26A0> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
        0x7fff951a8000 -     0x7fff951ecfff  libcups.2.dylib (327) <9B3F3321-D2BC-3195-BF20-4008FC52A390> /usr/lib/libcups.2.dylib
        0x7fff951ed000 -     0x7fff95249fff  com.apple.corelocation (1.0 - 1239.39) <88EFC8F1-0A91-3EB6-A1F6-76294541D85D> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
        0x7fff954fe000 -     0x7fff95502fff  libGIF.dylib (845) <2690CE83-E934-3EF8-A30A-996EDADCE3E4> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
        0x7fff95530000 -     0x7fff9594dfff  FaceCoreLight (2.4.1) <A34C9575-C4C1-31B1-809B-7751070B4E8B> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLi ght
        0x7fff95a03000 -     0x7fff95a0cfff  com.apple.CommerceCore (1.0 - 26) <997CD214-BC78-3C61-A1B8-813EA1CB9997> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
    External Modification Summary:
      Calls made by other processes targeting this process:
        task_for_pid: 2
        thread_create: 0
        thread_set_state: 0
      Calls made by this process:
        task_for_pid: 0
        thread_create: 0
        thread_set_state: 0
      Calls made by all processes on this machine:
        task_for_pid: 360
        thread_create: 0
        thread_set_state: 0
    VM Region Summary:
    ReadOnly portion of Libraries: Total=186.6M resident=141.0M(76%) swapped_out_or_unallocated=45.5M(24%)
    Writable regions: Total=1.1G written=4844K(0%) resident=5620K(0%) swapped_out=0K(0%) unallocated=1.1G(100%)
    REGION TYPE                        VIRTUAL
    ===========                        =======
    CG shared images                       96K
    CoreServices                         1732K
    JS JIT generated code                   8K
    JS JIT generated code (reserved)      1.0G        reserved VM address space (unallocated)
    MALLOC                               74.8M
    MALLOC guard page                      48K
    SQLite page cache                     192K
    STACK GUARD                          56.0M
    Stack                                11.0M
    VM_ALLOCATE                            36K
    __DATA                               14.4M
    __IMAGE                               528K
    __LINKEDIT                           65.0M
    __TEXT                              121.6M
    __UNICODE                             544K
    mapped file                          27.2M
    shared memory                         308K

    Please read this whole message before doing anything.
    This procedure is a test, not a solution. Don’t be disappointed when you find that nothing has changed after you complete it.
    Step 1
    The purpose of this step is to determine whether the problem is localized to your user account.
    Enable guest logins* and log in as Guest. For instructions, launch the System Preferences application, select Help from the menu bar, and enter “Set up guest users” (without the quotes) in the search box. Don't use the Safari-only “Guest User” login created by “Find My Mac.”
    While logged in as Guest, you won’t have access to any of your personal files or settings. Applications will behave as if you were running them for the first time. Don’t be alarmed by this; it’s normal. If you need any passwords or other personal data in order to complete the test, memorize, print, or write them down before you begin.
    Test while logged in as Guest. Same problem?
    After testing, log out of the guest account and, in your own account, disable it if you wish. Any files you created in the guest account will be deleted automatically when you log out of it.
    *Note: If you’ve activated “Find My Mac” or FileVault, then you can’t enable the Guest account. The “Guest User” login created by “Find My Mac” is not the same. Create a new account in which to test, and delete it, including its home folder, after testing.
    Step 2
    The purpose of this step is to determine whether the problem is caused by third-party system modifications that load automatically at startup or login.
    Disconnect all wired peripherals except those needed for the test, and remove all aftermarket expansion cards. Boot in safe mode* and log in to the account with the problem. The instructions provided by Apple are as follows:
    Shut down your computer, wait 30 seconds, and then hold down the shift key while pressing the power button.
    When you see the gray Apple logo, release the shift key.
    If you are prompted to log in, type your password, and then hold down the shift key again as you click Log in.
    Safe mode is much slower to boot and run than normal, and some things won’t work at all, including wireless networking on certain Macs.
    The login screen appears even if you usually log in automatically. You must know your login password in order to log in. If you’ve forgotten the password, you will need to reset it before you begin.
    *Note: If FileVault is enabled, or if a firmware password is set, or if the boot volume is a software RAID, you can’t boot in safe mode.
    Test while in safe mode. Same problem?
    After testing, reboot as usual (i.e., not in safe mode) and verify that you still have the problem. Post the results of steps 1 and 2.

  • Repaint() an applet from a swing applet, why does this code not work?

    below are three files that work as planned except for the call to repaint(). This is envoked when a button is hit in one applet and it should repaint another applet. I opened them up in a html file that simply runs both applets. If you could see why the repaint doesn't work I'd love to know. good luck.
    //speech1
    import java.awt.*;
    import java.applet.Applet;
    import java.awt.event.*;
    //java extension packages
    import javax.swing.*;
    public class speechapp1 extends JApplet implements ActionListener{
    // setting up Buttons and Drop down menus
    char a[];
    Choice choicebutton;
    JLabel resultLabel;
    JTextField result;
    JLabel enterLabel;
    JTextField enter;
    JButton pushButton;
    TreeTest PicW;
    // setting up applets G.U.I
    public void init(){
    // Get content pane and set it's layout to FlowLayout
    Container container = getContentPane();
    container.setLayout( new FlowLayout() );
    // initialise buttons and shit
    a = new char[30];
    choicebutton = new Choice();
    enterLabel = new JLabel("Test");
    enter = new JTextField(30);
    resultLabel= new JLabel("speech label");
    result = new JTextField(30);
    result.setEditable(false);
    // Add items to Choice Button
    choicebutton.addItem("abc");
    choicebutton.addItem("def");
    choicebutton.addItem("ghi");
    choicebutton.addItem("jkl");
    pushButton = new JButton("Click to continue");
    // Add new Tree from file TreeTest.java
    PicW = new TreeTest();
    // Add buttons to container.
    container.add(resultLabel);
    container.add(result);
    container.add(enterLabel);
    System.out.println("");
    container.add(choicebutton);
    System.out.println("");
    container.add(pushButton);
    pushButton.addActionListener(this);
    //choicebutton.addActionListener( this );
    // Set the text in result;
    result.setText("Hello");
    //public void paint(Graphics gg){
    // result.setText("Hello");
    public void actionPerformed(ActionEvent event){
    // continue when action performed on pushButton
    String searchKey = event.getActionCommand();
    System.out.println("");
    if (choicebutton.getSelectedItem().equals("abc"))
    PicW.getPicWeight(1);
    if (choicebutton.getSelectedItem().equals("def"))
    PicW.getPicWeight(2);
    if (choicebutton.getSelectedItem().equals("ghi"))
    PicW.getPicWeight(3);
    if (choicebutton.getSelectedItem().equals("jkl"))
    PicW.getPicWeight(4);
    System.out.println("repainting from actionPerformed method()");
    PicW.repaint();
    import java.applet.Applet;
    import java.awt.*;
    import java.util.*;
    public class TreeTest extends Applet{
    Tree BackgroundImageTree;
    Tree PlayerImageTree;
    Image snow,baby;
    int weight;
    public void getPicWeight(int w){
    weight = w;
    System.out.println("the new weight has been set at: "+weight);
    this.repaint();
    public void init()
    // initialising trees for backgound images and player images
    BackgroundImageTree = new Tree();
    PlayerImageTree = new Tree();
    // initialising images and correcting size of images to correctly fit the screen
    snow = getImage(getDocumentBase(),"snow.gif");
    baby = getImage(getDocumentBase(),"baby.gif");
    // inserting images into correct tree structure
    System.out.println("inserting images into tree: ");
    // inserting background images into tree structure
    BackgroundImageTree.insertImage(1,snow);
    // inserting players into tree structure
    PlayerImageTree.insertImage(1,baby);
    public void paint(Graphics g){
    System.out.println("Searching for selected Image");
    if((BackgroundImageTree.inorderTraversal(1)==null)&&(PlayerImageTree.inorderTraversal(1)==null)){
    System.out.println("There is no tree with the selected value in the trees");
    }else{
    g.drawImage(BackgroundImageTree.inorderTraversal(1),1,3,this);
    //g.drawImage(PlayerImageTree.inorderTraversal(1),55,150,this);
    import java.awt.*;
    import java.applet.Applet;
    class TreeNode {
    TreeNode left;
    Image data;
    TreeNode right;
    int value;
    public TreeNode(int weight,Image picture){
    left = right = null;
    value = weight;
    data = picture;
    public void insert(int v, Image newImage){
    if ( v< value){
    if (left ==null)
    left = new TreeNode(v,newImage);
    else
    left.insert(v,newImage);
    else if (v>value){
    if (right ==null)
    right = new TreeNode(v,newImage);
    else
    right.insert(v, newImage);
    public class Tree{
    private TreeNode root;
    public Tree() {
    root = null;
    public void insertImage(int value, Image newImage){
    if (root == null)
    root = new TreeNode(value,newImage);
    else
    root.insert(value,newImage);
    // in order search of tree.
    public Image inorderTraversal(int n)
    return(inorderHelper(root,n));
    private Image inorderHelper(TreeNode node, int n){
    Image temp = null;
    if (node == null)
    return null;
    if (node.value == n ){
    return(node.data);
    temp = inorderHelper(node.left,n);
    if (temp == null){
    temp = inorderHelper(node.right,n);
    return temp;
    }

    I can fix your problems
    1. You get an error here because you can only invoke the superclass's constructor in the subclass's constructor. It looks like that's what you're trying to do, but you're not doing it right. Constructors don't return any value (actually they do, but it's implied, so you don't need the void that you've got in your code)
    2. I'm not sure, but I think your call to show might be wrong. Move the setsize and setvisible calls to outside of the constructor

  • Why use “synchronized” to decorate an object which its type is Vector

    Hello,guys.
    Recently,I readed the source code of java.util.Observable.Unfortunately,I encounted some problems&#12290;In the source code ,there is an object named “obs”.Its type is Vector. As we all know,Vector is thread-safe.why use “synchronized” in below code?
        public synchronized void deleteObservers() {
         obs.removeAllElements();
        }thanks.
    Edited by: qiao123 on Dec 21, 2009 7:07 PM

    My " NewBie" Definition of Thread Safe :Is of no interest. It already has a definition and that isn't it.I wanted to make clear what my definition is.
    The [JLS DEF FOR COLLECTION|http://java.sun.com/j2se/1.4.2/docs/api/java/util/Collections.html] says:
    That is the Javadoc for Collections actually, nothing to do with the JLS or Collection.They are authoritative links for Java Language and the discussion in hand, not Fantasies of Lucy Aunty.
    So,how do we draw any inference(s) here?Yes, that you have selectively quoted the Javadoc, which goes on to talk about how you have to use it when iterating.Still not answering my question,Sir.
    ejp,you seem to have knowledge but you don't have the attitude to forward the same to others or bear what others say,even when initiative has been taken by others to put forward a problem.
    P.S : Not all hackers are arrogant and not all arrogant are hackers.
    Another P.S : Waste of my time really !!!
    Edited by: punter on Dec 22, 2009 1:09 AM

  • I am trying to use macro express and adobe acrobat 9 profession keeps shutting down, why is this happening?  I tried to run as administrator already as well on both Macro Express and in Adobe and it still keeps shutting down.

    I am trying to use macro express and adobe acrobat 9 profession keeps shutting down, why is this happening?  I tried to run as administrator already as well on both Macro Express and in Adobe and it still keeps shutting down.

    same problem, it's been happening to me for a week or two now i'm thinking about backing up my documents and just wiping it completely, see if that works. Has anyone else tried this? I'm loosing time and have already lost a good few hours of work as it just crashes randomly. need help!!!
    - saving these threads on my favourites cause i'm about to crash . . .

  • In Siri, I can call by my voice, but why I can not use Siri voice call in my country (Laos), just can call only us phone number; my country we use like 3 number for option call, 8 numbers for call friend but Siri cannot use this please help us, thanks

    In Siri, I can call by my voice, but why I can not use Siri voice call in my country (Laos), just can call only us phone number; my country we use like 3 number for option call, 8 numbers for call friend but Siri cannot use this please help us, thanks
    And please help me can type Laos font in it like andrio phone.

    Hi Cozumel,
    Thanks for posting. I'm sorry you're having problems with your bills. I can take a look at this for you. Drop me an email with your account details and a link to this thread for reference. You'll find the address in my profile.
    Cheers
    David
    BTCare Community Mod
    If we have asked you to email us with your details, please make sure you are logged in to the forum, otherwise you will not be able to see our ‘Contact Us’ link within our profiles.
    We are sorry but we are unable to deal with service/account queries via the private message(PM) function so please don't PM your account info, we need to deal with this via our email account :-)

  • HT201209 iTunes will not use the redeemed gift cards on my account, I have a $30 credit and when I try to purchase a song it goes right to my credit card on file. Why does this keep happening

    iTunes will not use the redeemed gift cards on my account, I have a $30 credit and when I try to purchase a song it goes right to my credit card on file. Why does this keep happening???

    Any time you've changed anything in your billing, it does this once to very things.

  • I have a 2 different .me e-mail accounts I was able to use one in my new mac but I can't create the other. Why is this happening? What can I do to enable de second one.

    Hi, my wife has 2 different .me e-mail accounts. She uses one of them on her old mac-mini, that account was .mac and then updated to .me, and so she sends and gets mail there. Now she a new mac mini and she is using her second .me account on the new mac but when I try to open (create) other it won't let me. In other words she wants both of the accounts to be on the same computer (the new mac mini) since she wants to to sell the old one. I don't have much experience with Mac and all this ID thing has me confused. Why is this happening? What can I do to enable de second mail account on the same computer?

    Welcome to the Apple Community.
    Enter the details of her second account at system preferences> mail, contacts & calendars.

  • TS3297 i can no longer connect to itunes. a message comes up "we could not complete your itunes request. The itunes store is temporarily unavailable. please try again later. but when i use a different acct. it goes through right away . why did this start

    i can no longer connect to itunes. a message comes up "we could not complete your itunes request. The itunes store is temporarily unavailable. please try again later. but when i use a different acct. it goes through right away . why did this start happening?

    I don't know - but I am having the same problem and have not had any useful help from Apple Support.  Everything they told be to do has been done and it hasn't fixed the problem.

  • I just got an ipad mini for christmas. charged it fully. was using it fine, then went to turn it back on and nothing is happening. i plugged it in and it doesn't even make a sound like it's charging. the screen is completely black. why would this happen?

    i got an ipad mini for christmas, charged fully. was using it..and it was fine.. went to turn it back on to use again and it's a blank screen. went to plug in and nothing seems to show it's charging or anything. why can this happen??

    Try resetting it.  Hold the on/off and home buttons together for about 10 seconds.  Hopefully you will see the Apple logo.
    If it's a brand new iPad Mini (with retina display), it is under warranty.  You can always take it to an Apple Store or Authorized Apple Service Center for service.

  • I am constantly getting an alert on my iPhone to enter my Apple ID password. I enter the password that I have always used when I first got my iPhone 4. Why is this?

    I am constantly getting an alert on my iPhone to enter my Apple ID password for iCloud. I have been getting this since I got my iPad Air. I enter my Apple ID password and I get an alert that the password I entered is incorrect. Why is this happening? I have used the same password since I first purchased my iPhone.

    1.
    How to find your Apple ID - Apple Support
    2.
    If you forgot your Apple ID password - Apple Support
    3.
    Manage your Apple ID primary, rescue, alternate, and notification email addresses - Apple Support
    1.Find your e-mail address which is your Apple ID
    2.Change your password
    3.Delete all e-mails not active anymore
    There you go.
    Charly

  • How can i use this as an applet ?

    i have this applet :
    import java.applet.*;
    import java.io.*;
    public class calculator2 extends Applet {
    /*<Applet code=calculator2.class width=500 height=500></applet>*/
    /*the above comment has to be there for applet view to work. Type in at the promt "appletviewer calculator2.java"*/
    public void init() {
    int num1,num2,num3,num4,num5,num6,sum;
    num1 = num2 = num3 = num4 = num5 = num6 = sum = 0;
    /*Program statemants start here*/
    BufferedReader br = null;
    try {
    br = new BufferedReader(new InputStreamReader(System.in));
    System.out.println("Input Rent");
    num1 = Integer.parseInt(br.readLine());
    System.out.println("Input Utility bills");
    num2 = Integer.parseInt(br.readLine());
    System.out.println("Input mobile bills");
    num3 = Integer.parseInt(br.readLine());
    System.out.println("Input food");
    num4 = Integer.parseInt(br.readLine());
    System.out.println("Input soialising");
    num5 = Integer.parseInt(br.readLine());
    System.out.println("Input savings");
    num6 = Integer.parseInt(br.readLine());
    sum=num1+num2+num3+num4+num5+num6;
    System.out.println("Enter your income: ");
    int income = Integer.parseInt(br.readLine());
    income -= sum;System.out.println(income);
    } catch (IOException ioe) {
    } catch (NumberFormatException nfe) {
    System.out.println("That wasn't a valid number!");
    System.out.println("Someone else did my homework for me! ");
    but when i run it i still need to write my answers in the comand prompt window not the applet its self,
    i know i need to do something like this but i don't know how
    add the line import java.awt; Instead of using System.out.println you can
    a)Paint the characters using paint
    public void paint(Graphics g){
    g.drawString(x, y, "" + yourVariableName); //use this for each System.out.println
    b)store the variables in a label and add
    Label yourName = newLabel("")// do this for each thing you want to print.
    yourName.setText("" + yourVariableName); //replace all sytem.out.println with this.
    anyone offer any advice ??
    thanking you in advance
    Anthony

    You seem to be asking an awful lot of questions that could be found in any basic Java textbook. Won't make you too popular on here!
    This should get you started anyway
    import java.applet.*;
    import java.awt.*;
    import java.awt.event.*;
    public class calculator2 extends Applet implements ActionListener
    int total;
    Label label1, label2;
    TextField text1, text2;
    Button clicker;
    public void init()
    label1 = new Label ("Input Rent");
    label2 = new Label ("Input Bills");
    text1 = new TextField (5);
    text2 = new TextField (5);
    clicker = new Button("Calculate");
    add(label1);
    add(text1);
    add(label2);
    add(text2);
    add(clicker);
    clicker.addActionListener(this);
    } // end init
    public void paint (Graphics g)
    g.drawString ("The total is " + total, 50,100);
    } // end paint
    public void actionPerformed (ActionEvent e)
    total = Integer.parseInt(text1.getText()) +Integer.parseInt(text2.getText());
    repaint();
    } // end actionPerformed
    } // end class

  • HT2499 I have a new MacBook Pro with OS X Lion 10.7.4. The DVD player does not have a feature to store film clips. Why? This is useful for my work and I had it on my older computer? Why the loss of capacity?

    I have a new MacBook Pro with OS X Lion 10.7.4. The DVD player does not have a feature to store film clips. Why? This is useful for my work and I had it on my older computer? Why the loss of capacity?

    I cannot recall the DVD player ever being a place to "store" videos - it is simply an app to play videos.
    If your machine is new, then iMovie should be included as the "shrunk" version of iLife is included with Lion (iMovie, Garageband, and iPhoto). However, iMovie is not a place to store videos either - it is a video editor. You import your clips and edit them in order to then burn to a DVD or share via a social media site.
    Have you considered simply dragging the clips to your folder "Movies"? That would be a great place to just store them (please be aware that videos are usually large files, so keep your hard drive space in mind so you keep a minimum free and available for the OS to operate properly):

  • I just bought photoshop elements 13 last night. Today I am watching tutorial videos to show me how to use it, but the videos are showing me things I don't have. Asking me to click on tabs i don't have. Why is this? Is there another way I can learn? Or is

    I just bought photoshop elements 13 last night. Today I am watching tutorial videos to show me how to use it, but the videos are showing me things I don't have. Asking me to click on tabs i don't have. Why is this? Is there another way I can learn? Or is my download messed up and not giving me everything I need?

    Got a link showing us which video tutorials you're watching and examples of what's missing in your software?

  • Macbook Air is locked. What command should I use to reboot? Why is this happening? Pics included

    I recently got a MacBook Air from someone who owed me money. The MacBook Air is completely locked and Im not sure how to bypass the secured login screen or which code to use that will boot in an alternative mode. I've tried Command + R, Command + S, Option and none of these three worked. When I press Command + R, I get the following lock screen (the picture is just upside down, not sure why.)
      I own a macbook pro and have reset my password using Command+R. Not sure if MacBook Airs need a different command. When I press Command+S I get a loading screen, then a screen that tells me "Your computer is disabled. Try Again in 60 minutes"
    Why is this happening?
    What command can I press to bypass this?
    Could I put a clean OS on a USB drive and install it that way to have a clean install? If so, how do I boot it, if I can only get to these screens?
    Now that my computer is disabled and I have to wait 60 minutes, should I perform the correct command once the time is expired or can I use it immediately, while the disabled time is still active?
    Please help!!!!
    Also, not sure which OS its running since I can't get pass this to fully inspect the Macbook Air.

    That is an EFI Firmware Password.
    There are only two ways around it: bring it and some money to Apple, who will certainly want proof of ownership, or obtain the password from its previous owner.
    A third method that I do not recommend is to pay any number of sketchy third party outfits that allege a means of removing the password. There are several reasons I do not recommend it, among them: I have no personal experience with them, I have no idea if they will be successful, and you may have no recourse if they damage the Mac and render it permanently broken. Apple will certainly refuse service if anyone other than Apple or an authorized Apple repair facility tampers with it.
    MacBook Air (Original), MacBook Air (Late 2008), and MacBook Air (Mid 2009): Recovering a lost EFI firmware password - A…
    If you lost or forgot your firmware password - Apple Support

Maybe you are looking for

  • How to call Link in Rejection mail

    Hi Experts, When a Approver rejects a Shopping Cart, i am sending an email.In that email i wnat to send a link using which the user can login and directly open the shopping cart in change mode. How do i create that Link or how do i call a transaction

  • Illustrator is destroying my artwork!

    okay, so without me actually moving Illustrator (13.0), (or anything else for that matter) I am getting a message saying that sometime before I opened my file, illustrator was "moved" from its original location. Now I am shown four options in regards

  • What does "other"other" mean? I was attempting to transfer my iPot music to my MacBook.That the music is gone is okey, however my iPod now shows about 35 Gs of "other"

    I was attempting to transfer my iPod music to my MacBook.That the music is gone is okey, however my iPod now shows about 35 Gs of "other". Unless I hear otherwise I will delete it if someone tells me how.

  • Resource Bundle message in EL

    Hi out there, I would like to use a message from a resource bundle in an Expression Language expression. In the Java EE 5 Tutorial i saw, that a ResourceBundleELResolver exists that seems to do that, but I don't get it to work. Here is what I would l

  • .flv not working in website

    I have a website built in flash.  This site has video in the form of  .flv.  When I open the index.html on my local machine the video plays.   The video and all other content is in the root folder.  When I upload  the site to the server none of the v