Help with a scrolling flash panel

Hello, Ive used the excellent tutorial to create a scrolling thumb panel (http://library.creativecow.net/articles/brimelow_lee/scrolling_thumbnail_panel/video-tutor ial.php)
It works brilliantly and I have movie thumbs linking to a flash player. It all works fine, what Im needing help with is to change the scrolling.
At current it scrolls up and down according to where I have set the 'line', I would like it to scroll up and down near the top and the bottom, rather than all the time (effectively creating a dead zone in the middle). I cant figure out how to change the code to get this to behave as required.
Please Help!
Below is the code used:
panel.onRollOver = panelOver;
function panelOver() {
this.onEnterFrame = scrollPanel;
delete this.onRollOver;
var b = stroke.getBounds(_root);
function scrollPanel() {
if(_ymouseb.yMax || _xmouseb.xMax) {
this.onRollOver = panelOver;
delete this.onEnterFrame;
if(panel._y >= 278) {   //FIRST BUTTON 'Y' POSITION
panel._y = 278;
if(panel._y <= -177) { //CHANGE '229' TO THE 'Y' POSITION OF THE LAST BUTTON IN THE 'PANEL' MOVIE, POSITIONED VISIBLE WITHIN THE BOARDERS.
panel._y = -177;
var ydist = _ymouse - 251; //POSITION ON STAGE OF UP/DOWN SCROLLING 'LINE'
panel._y += -ydist / 150;   //SPEED OF SCROLLING (LOWER = HIGHER)

use:
panel.onRollOver = panelOver;
function panelOver() {
this.onEnterFrame = scrollPanel;
delete this.onRollOver;
var b = stroke.getBounds(_root);
function scrollPanel() {
if(_ymouseb.yMax || _xmouseb.xMax) {
this.onRollOver = panelOver;
delete this.onEnterFrame;
if(panel._y >= 278) {   //FIRST BUTTON 'Y' POSITION
panel._y = 278;
if(panel._y <= -177) { //CHANGE '229' TO THE 'Y' POSITION OF THE LAST BUTTON IN THE 'PANEL' MOVIE, POSITIONED VISIBLE WITHIN THE BOARDERS.
panel._y = -177;
var ydist = _ymouse - 251; //POSITION ON STAGE OF UP/DOWN SCROLLING 'LINE'
if(_ymouse>lowerY || _ymouse<upperY){
if((_ymouse>lowerY){
ydist=_ymouse-lowerY;  // define lowerY
} else {
ydist=_ymouse-upperY;  // define upperY
} else {
ydist=0;
panel._y += -ydist / 150;   //SPEED OF SCROLLING (LOWER = HIGHER)

Similar Messages

  • Help with smooth scrolling (masked movie clip)

    Ok, I really need help here, and I'll be very grateful for
    help before Monday.
    Someone has made a movie with a different set of text on each
    frame, the text goes out of the viewable area.
    I have been asked to make these frames appear in a pop-up on
    another flash and be scrollable.
    i thought this would be easy...just cut and paste them into a
    movie clip, then using a mask to hide the rest of the text.
    However, it is going painstakingly slow.
    Seems to be a performance issue, but it might be my code.
    Any help with the code, or optimisation elsewhere would be
    helpfully.
    Heres a simplified version of the flash;
    www.darkflame.co.uk/flashwork/Flash_popuptest.fla
    Code for the scrolling;
    _global.MoveUp = function(text) {
    _root.ITproduct.IT_productlist._y =
    _root.ITproduct.IT_productlist._y+6;
    updateAfterEvent();
    //trace('press');
    Called and stopped by;
    on (press){
    //this._parent.IT_productlist._y =
    this._parent.IT_productlist._y +10;
    //_global.scrollon = "yes";
    clearInterval(IntervalID);
    IntervalID = setInterval(MoveUp,100);
    updateAfterEvent()
    //updateAfterEvent();
    //MoveUp();
    //scroll on
    on (release) {
    //this._parent.IT_productlist._y =
    this._parent.IT_productlist._y +10;
    clearInterval(IntervalID);
    updateAfterEvent();
    //scroll off
    which is linked to a button.
    I dont know if this is a actionscript problem, or the way the
    page is made, or both.
    Any help would be appreciated.
    Thanks in advance,
    Thomas Wrobel

    you have extraneous graphics on-stage that are slowing the
    scrolling (and even causing problems in the authoring environment).
    here's your file with those graphics removed:
    http://www.gladstien.com/Files.popupTest.fla

  • Need help with video-scroll

    Hello,
    I need some help with a project. What I eventually want is that a webcam controls the mouse position and the mouse position
    controls a video. But first I would like the part where the mouse position controls the video.
    So if the mouse is on the left on your screen the video will be at the first frame and when you move you're mouse to
    the right the video will play accordingly to the movement. and stop when the mouse is all the way to the right.
    Effectivly the mouse scrolles through the video. It only needs to be on the x-axis.
    I'm not that formilliar with flash so any help would be great
    Thx!
    Thijs

    I fixed it in an other way.
    Made a imgseq and following code (with some help ):
              stop();
              stage.addEventListener(Event.RESIZE, resizeHandler);
              stage.addEventListener(FullScreenEvent.FULL_SCREEN, resizeHandler);
              stage.addEventListener(MouseEvent.MOUSE_MOVE, inputHandler);
              stage.scaleMode = StageScaleMode.NO_SCALE;
              stage.align = StageAlign.TOP_LEFT;
              var imgSeq:ImgSeq = new ImgSeq();
              var columnWidth;
              var numColumns;
              stage.addChild(imgSeq);
              imgSeq.x = 350
              imgSeq.gotoAndStop(1);
              columnWidth = stage.stageWidth / imgSeq.totalFrames;
              numColumns = stage.stageWidth / columnWidth;
              function resizeHandler(e:Event):void {
              // verdeel het scherm in kolommen, iedere keer dat het scherm geresized wordt.
                        // breedte van 1 kolom (schermbreedte gedeeld door aantal plaatjes)
                        columnWidth = stage.stageWidth / imgSeq.totalFrames;
                        // totaal aantal kolommen dat binnen het scherm past (breedte gedeeld door breedte van één kolom )
                        numColumns = stage.stageWidth / columnWidth;
              function inputHandler(e:MouseEvent):void {
              // voer dit iedere keer dat je de muis beweegt uit.
                        // kijk voor iedere kolom of de muis er binnen valt.
                        for(var i = 1; i <= numColumns; i++){
                                  //vergelijking die checkt of de muispositie binnen de waarden van kolom valt.
                                  if(mouseX <= i * columnWidth && mouseX >= (i * columnWidth) - columnWidth ){
                                            // zet het framenummer van de imageSequence gelijk aan de huidige kolom.
                                            imgSeq.gotoAndStop(i);
    many thx!

  • MAC OS 10.6.8 Using Safari 5.1 Needing Help With Updating Adobe Flash

    Hello-
    Recently Adobe Flash installed an icon in my System Preferences and when I click the icon there are several tabs.  One allows updates to check automatically.  It says it will install the latest version of Flash without having to remove the previous version, but I have never been told that a newer version is available unless I clcik "check now."  although "Check for updates automatically" is checked, I do not know where it tells me a newer version is available.  Also, there has been 5 "newer versions" available since this icon was installed in System Prefeences, I have only found out about the newer versions when I clicked "Check Now."  If I read that with this new way to install the latest Mac version of Flash does not require me to uninstall the previous version of Flash how do I install the most recent version of Flash?  Does it come in an email?
    Since it is not telling me that there is a more recent version of Flash unless I click "Check Now" should I still do it the way I used to install the latest version of flash?  (The way before this icon was added to System Preferences)?
    I would appreciate help with updating Flash to the most recent version.  I used to uninstall the older version, restart the browser and download the most recent version and install it.  It always worked find but this was before there was an Adobe icon in my system Preferences.

    Hello,
    The way you used to do this (uninstall, restart the browser, etc.) is still definitely valid and probably the "safest" way to get a new version installed.  Uninstalling shouldn't be required, but it definitely doesn't hurt.  If you feel comfortable doing it the old way, please feel free to continue using that process.
    As for notifications, this is a bit trickier, but in general you should be notified within 30 days (or so) after a new player is released.  This usually occurs when the browser loads swf content.  Clicking the button will, like you mention, immediately check.  Another alternative to finding out when a new player is released is to subscribe to our Flash Player Releases feed.
    Is there a way to be automatically notified when a new Flash Runtime release is made?
    Thanks,
    Chris

  • Help with creating a flash banner

    Hi,
    I need some help with a creating/replicating a flash banner I
    saw online. I cant find it anymore but I will do my best to
    describe it.
    The banner had multiple images layered on top of each other
    horizontally. Each image covered the image to the left of it. When
    you moused over an image the image expanded to full size while the
    other remained contracted.
    How can I create something with the above description? Are
    there any good tutorials for something like this or maybe someone
    can provide me with a few tips/tricks for doing this?
    I am proficient in PShop and a beginner with Flash so the
    design portion is not the hard part, just the programming/setup in
    flash is what has me stumped.
    Thanks in advance for any assitance.
    Regards,
    Mike
    Hookah Life

    Update:
    The banner on this template has an exact example of what I am
    shooting for.
    http://www.algozone.com/zencart-templates-zc03c00287-p-1191.html

  • I need help with my shockwave flash it is crashed i need help fixing

    I need help with shockwave flash it is crash i need help fixing it

    http://forums.adobe.com/thread/1195540

  • Help with removing the Flash DRM module

    Hi,
    To be able to play DRM content, Flash requires a separate DRM module that is not bundled with the Adobe Flash installer, this is downloaded separatly upon first playback of DRM content. We've successfully implemented this flow. But we now need to be able to test it in a prober way. It seems like this module is not uninstalled when uinstalling Adobe Flash. Can anyone give us instructions on how to remove this module to be able to test this flow?

    I also had to do this, but I had different results and wanted to share what I found.
    On different operating systems, I found a Flash Player folder containing a NativeCache folder in similar places:
    Windows XP/Vista/7: %APPDATA%\Adobe\Flash Player\NativeCache
    Mac OS X: ~/Library/Caches/Adobe/Flash Player/NativeCache
    Linux: ~/.adobe/Flash_Player/NativeCache
    I found that inside this directory there was at least one randomly named directory which contained at least one randomly named directory which contained a platform-specific 'adobecp' module. It would seem some of these random directory structures correspond to flash player versions.
    Simply removing the "NativeCache" directory was enough to trigger a re-download of the DRM module.
    I'm not sure why anyone else found a NativeModule directory or why I didn't find that directory on any of my systems. Also I'm not sure what "Roaming" means, but it is probably related to roaming profiles and ActiveDirectory.
    Your mileage may vary.

  • Hi i need help with my mp3 flash player

    Hi i need help with my mp3 player, i wan't to add pause button..can you help me?
    i created button i added btn_pause and it won't work.
    function soundStatus(){
              var amountLoaded = _root.sound_mc.sound_obj.getBytesLoaded() / _root.sound_mc.sound_obj.getBytesTotal();
              _root.loader.loadBar._width = amountLoaded * 260;
              duration = _root.sound_mc.sound_obj.duration;
              position = _root.sound_mc.sound_obj.position;
              _root.playHead._x = position / duration * 272 + 5;
    btn_play.onRelease = function() {
              clearInterval(timeInterval);
              _root.timeDisplay_txt.text = "00:00/00:00";
              this._parent.sound_mc.songStarter(songfile[song_nr]);
    btn_pause.onRelease = function() {
              clearInterval(timeInterval);
              _root.timeDisplay_txt.text = "00:00/00:00";
              this._parent.sound_mc.sound_obj.pause();
    btn_stop.onRelease = function() {
              clearInterval(timeInterval);
              _root.timeDisplay_txt.text = "00:00/00:00";
              this._parent.sound_mc.sound_obj.stop();
    btn_fw.onRelease = function() {
              clearInterval(timeInterval);
              _root.timeDisplay_txt.text = "00:00/00:00";
              (song_nr == songfile.length-1) ? _global.song_nr=0 : _global.song_nr++;
              _root.sound_mc.songStarter(songfile[song_nr]);
    btn_rev.onRelease = function() {
              clearInterval(timeInterval);
              _root.timeDisplay_txt.text = "00:00/00:00";
              (song_nr == 0) ? _global.song_nr=songfile.length-1 : _global.song_nr--;
              _root.sound_mc.songStarter(songfile[song_nr]);
    <moved by mod from as3 - kglad>


    function soundStatus(){
              var amountLoaded = _root.sound_mc.sound_obj.getBytesLoaded() / _root.sound_mc.sound_obj.getBytesTotal();
              _root.loader.loadBar._width = amountLoaded * 260;
              duration = _root.sound_mc.sound_obj.duration;
              position = _root.sound_mc.sound_obj.position;
              _root.playHead._x = position / duration * 272 + 5;
    btn_play.onRelease = function() {
              clearInterval(timeInterval);
              _root.timeDisplay_txt.text = "00:00/00:00";
              this._parent.sound_mc.songStarter(songfile[song_nr]);
    btn_pause.onRelease = function() {
              clearInterval(timeInterval);  // you should re-set this interval when the unpause button is clicked
             // _root.timeDisplay_txt.text = "00:00/00:00";
              this._parent.sound_mc.sound_obj.stop()
    btn_unpause.onRelease=function(){
    this._parent.sound_mc.sound_obj.start(position/1000);
    btn_stop.onRelease = function() {
              clearInterval(timeInterval);
              _root.timeDisplay_txt.text = "00:00/00:00";
              this._parent.sound_mc.sound_obj.stop();
    btn_fw.onRelease = function() {
              clearInterval(timeInterval);
              _root.timeDisplay_txt.text = "00:00/00:00";
              (song_nr == songfile.length-1) ? _global.song_nr=0 : _global.song_nr++;
              _root.sound_mc.songStarter(songfile[song_nr]);
    btn_rev.onRelease = function() {
              clearInterval(timeInterval);
              _root.timeDisplay_txt.text = "00:00/00:00";
              (song_nr == 0) ? _global.song_nr=songfile.length-1 : _global.song_nr--;
              _root.sound_mc.songStarter(songfile[song_nr]);

  • Hello  I need your help with installing the flash drive into my laptop

    Hi
    I am Rachel Friedman asking for your help with installing the flashdrive player into my laptop.
    Thanks
    Rachel

    To give you any useful advice, I'm going to need to know more about your computer and browser:
    https://forums.adobe.com/message/5249945#5249945

  • Could you help with installation of flash player?

    I am experiencing problems with installation of flash player on my computer.  I have Windows 7 with 2.77 Ghz and 64 bit system.  I get a message that says, "Close Internet Explorer."  I close it and the download still is unable to go through.  It stops at 50%.  I have also gone to my tool bar and disabled ActiveX as suggested.  What else do I need to do to be able to download the Flash Player?
    Thank you.

    See How to close Internet Explorer and other programs running on Windows?

  • Can someone help with insertion of Flash actionscript 3.0 swf into Dreamweaver spry widget panel?

    Working on a thesis project due soon... Created flash actionscript 3.0  swf for home page, text plus image, previews beautifully in Flash  Publish, stored in my root folder, previews great when I open it in the  root folder, dragged and dropped it into my dreamweaver code page,  within a spry widget framework, size is perfect. and upon view in design  or browsers or browser lab, I just get a nice empty white box.  In  design view, I see the F symbol and when I click play in properties, I  get a message that says "Unable to find the plug in that handles this  media type.  Dreamweaver looks in both the "config/Plugins folder and  the plug in folder for each o your installed browsers".  I have Flash  Professional CS 5.  Reinstalled it just in case that was the issue with  the plug in and didn't resolve the problem.  Dreamweaver version is  CS5.  Using a template with spry widget panels. Before I inserted the  swf, the preview in browsers and browser lab was fine on the spry widget  and background.  PC is windows, 32 bit, with ms office suite 2010  upgrade on it.  Appreciate any advice.

    my first trace on the hz position and vt position outputs but the trace for "scroll positions" and "new scroll positions" is not outputting.
    i recieve this output when i click the 'next' and 'back' buttons within the menu9.SWF.
    [Event type="iwannaresetscrolling" bubbles=true cancelable=false eventPhase=2]
    does this seem right?
    import fl.events.ScrollEvent;
    aSp.setSize(600, 350);
    function scrollListener(event:ScrollEvent):void {
    trace("horizontalScPosition: " + aSp.horizontalScrollPosition +
           ", verticalScrollPosition = " + aSp.verticalScrollPosition);
    aSp.addEventListener(ScrollEvent.SCROLL, scrollListener);
    function completeListener(event:Event):void {
    trace(event.target.source + " has completed loading.");
    // Add listener.
    aSp.addEventListener(Event.COMPLETE, completeListener);
    aSp.addEventListener("main swf", scrollResetListener);
    function scrollResetListener(event:Event):void {
         trace("Scroll positions", aSp.horizontalScrollPosition,aSp.verticalScrollPosition)
         aSp.horizontalScrollPosition = aSp.verticalScrollPosition = 0;
         trace("New scroll positions", aSp.horizontalScrollPosition,aSp.verticalScrollPosition)
    aSp.source = "menu9.swf";

  • I need help with imac g4 flat panel download of leopard it tells me it cannot load on the system.

    i bought a refurbished imac g4 flat panel. it is supposed to have an os but it only comes up with a question mark. I put leopard in and it tells me it cannot load on this compuert. system is 800mhz and 60g hd and 768ram.   i have tried to do a fix through the utility and it says it does not exit and kicks me out.  ANY HELP IS A PLUS.

    Try holding down the option key then power on. This brings up the startup manager. Click on your hd. Click on right arrow key.
    Sometimes if volumes don't appear in Startup Manager (what you get when you hold down the Option key at startup), you need to reset the Mac's PRAM, NVRAM, and Open Firmware. Shut down the Mac, then power it up, and before the screen lights up, quickly hold down the Command, Option, P, and R keys, until the Mac has chimed twice more after the powerup chime. Then, before the screen lights up, hold down Command-Option-O-F until the Open Firmware screen appears. Then enter these lines, pressing Return after each one:
    reset-nvram
    set-defaults
    reset-all
    "The reset-all command should restart your Mac. If so, you have successfully reset the Open Firmware settings."
    http://support.apple.com/kb/TS1812?viewlocale=en_US
    You have got get in open firmware to hack the mhz to be higher for the install.  That is change what the machine reports as the mhz to be a higher number.  Details:
    http://lowendmac.com/osx/leopard/openfirmware.html
    http://lowendmac.com/osx/leopard/unsupported.html
    This works on Tiger but I assume it would work on Leoard.
    Macintosh-HD -> Applications -> Utilities -> Terminal
    From: san francisco,ca
    Registered: Apr 27, 2007
    Re: Do the widgets drain system resources and power?
    Posted: Apr 28, 2007 2:51 PM
    I tend to think dashboard is neat, but not neccesary for my everyday workflow.
    it is possible to enable and disable it as needed,
    by entering the following commands into the terminal:
    -- To turn Dashboard off:
    defaults write com.apple.dashboard mcx-disabled -boolean YES
    -- To turn Dashboard on:
    defaults write com.apple.dashboard mcx-disabled -boolean NO
    -- You have to restart the Dock after making either change for it to take effect:
    killall Dock
    Bye Bye Dashbaord
    http://www.kainjow.com/kermitsoft/downloads.html
    Disable Spotlight, Bonjour and Dashboard:
    http://discussions.apple.com/message.jspa?messageID=8749558#8749558
    Robert

  • Need help with installing Adobe Flash Player

    I saw a message that my Flash player was out of date. I tried to install it, but whenever I opened the downloaded installer, it crashed. I have uninstalled Flash, made sure there was no Flash plug-in in my Library for Internet plug-ins, re-started my Mac, but every attempt results in the same problems. When I open the installer, I get the same window for that.
    Then when I select Open, it crashes and I get a report like the one below:
    My husband updated his and everything went fine. But it will not work on my Mac. Any help will be appreciated.
    Process:               Install Adobe Flash Player [1189]
    Path:                  /Volumes/VOLUME/Install Adobe Flash Player.app/Contents/MacOS/Install Adobe Flash Player
    Identifier:            com.adobe.InstallAdobeFlashPlayer
    Version:               1.0.0.326 (1.0.0.326)
    Code Type:             X86 (Native)
    Parent Process:        ??? [1]
    Responsible:           Install Adobe Flash Player [1189]
    User ID:               501
    Date/Time:             2015-03-31 15:00:46.033 -0700
    OS Version:            Mac OS X 10.10.2 (14C109)
    Report Version:        11
    Anonymous UUID:        53D2C836-4815-B1D4-C109-F2BAE4169FFC
    Sleep/Wake UUID:       D42EE84C-523D-4DBC-AB36-97D8599605FB
    Time Awake Since Boot: 3000 seconds
    Time Since Wake:       1200 seconds
    Crashed Thread:        0  Dispatch queue: com.apple.main-thread
    Exception Type:        EXC_CRASH (SIGABRT)
    Exception Codes:       0x0000000000000000, 0x0000000000000000
    Application Specific Information:
    abort() called
    terminating with uncaught exception of type std::logic_error: basic_string::_S_construct NULL not valid
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   libsystem_kernel.dylib         0x9762b69a __pthread_kill + 10
    1   libsystem_pthread.dylib       0x9760df19 pthread_kill + 101
    2   libsystem_c.dylib             0x9046deee abort + 156
    3   libc++abi.dylib               0x93a0f2f9 abort_message + 169
    4   libc++abi.dylib               0x93a32483 default_terminate_handler() + 272
    5   libc++abi.dylib               0x93a2fac0 std::__terminate(void (*)()) + 14
    6   libc++abi.dylib               0x93a2f4db __cxa_throw + 122
    7   libstdc++.6.dylib             0x90c13c9a std::__throw_logic_error(char const*) + 106
    8   libstdc++.6.dylib             0x90c40e79 char* std::string::_S_construct<char const*>(char const*, char const*, std::allocator<char> const&, std::forward_iterator_tag) + 143
    9   libstdc++.6.dylib             0x90c3edb7 std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) + 53
    10  com.adobe.InstallAdobeFlashPlayer 0x0009f0b1 ADMUtilities::getDmgName(std::string&) + 2161
    11  com.adobe.InstallAdobeFlashPlayer 0x000bcd14 ApplicationContext::ApplicationContext() + 852
    12  com.adobe.InstallAdobeFlashPlayer 0x000cedf7 main + 71
    13  com.adobe.InstallAdobeFlashPlayer 0x00098145 start + 53
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib         0x9762c8ce kevent64 + 10
    1   libdispatch.dylib             0x9b01d73f _dispatch_mgr_invoke + 245
    2   libdispatch.dylib             0x9b01d3a2 _dispatch_mgr_thread + 52
    Thread 2:
    0   libsystem_kernel.dylib         0x9762be6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x9760c2b1 _pthread_wqthread + 939
    2   libsystem_pthread.dylib       0x97609e2e start_wqthread + 30
    Thread 3:
    0   libsystem_kernel.dylib         0x9762be6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x9760c2b1 _pthread_wqthread + 939
    2   libsystem_pthread.dylib       0x97609e2e start_wqthread + 30
    Thread 0 crashed with X86 Thread State (32-bit):
      eax: 0x00000000  ebx: 0xa03e06d0  ecx: 0xbff692ac  edx: 0x00000000
      edi: 0xa0c8d1d4  esi: 0x00000006  ebp: 0xbff692c8  esp: 0xbff692ac
       ss: 0x00000023  efl: 0x00000206  eip: 0x9762b69a   cs: 0x0000000b
       ds: 0x00000023   es: 0x00000023   fs: 0x00000000   gs: 0x0000000f
      cr2: 0xa03dea00
    Logical CPU:     0
    Error Code:      0x00080148
    Trap Number:     132
    Binary Images:
       0x97000 -   0x147fff +com.adobe.InstallAdobeFlashPlayer (1.0.0.326 - 1.0.0.326) <FE402A6A-66BE-39FC-ACA2-62B03C08221E> /Volumes/VOLUME/Install Adobe Flash Player.app/Contents/MacOS/Install Adobe Flash Player
    0x8fe13000 - 0x8fe46e03  dyld (353.2.1) <06B1254D-9BB9-327C-BA15-8F18FFF97586> /usr/lib/dyld
    0x90058000 - 0x90066ff7  libz.1.dylib (55) <DF3B8F77-8931-3A6B-8BDF-DB67315050E6> /usr/lib/libz.1.dylib
    0x90067000 - 0x9007efff  libsystem_asl.dylib (267) <85BD88AD-618E-3325-AC31-10DBAB8E9AF3> /usr/lib/system/libsystem_asl.dylib
    0x9007f000 - 0x9007ffff  com.apple.Cocoa (6.8 - 21) <6AF80DDB-C28E-36FF-BC11-D7D561AC52A9> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x90080000 - 0x90093fff  libcmph.dylib (1) <2449B048-208E-36FB-9DFA-47E0F3BCF132> /usr/lib/libcmph.dylib
    0x90163000 - 0x90165fff  com.apple.securityhi (9.0 - 55006) <5AF7E054-F6A1-38B4-B403-BAF8BE4DBA35> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x90166000 - 0x901caff7  com.apple.AE (681 - 681) <EEE62980-421B-33BD-BB88-6BDE269A3060> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x901cb000 - 0x901e6ff3  com.apple.openscripting (1.4 - 162) <EB1D1BA6-C0B0-3D3B-AE54-676324FFF3E6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x901ef000 - 0x90321ffb  com.apple.UIFoundation (1.0 - 1) <00A59CFF-A217-3998-B22E-6E452278A302> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundatio n
    0x90322000 - 0x9040efe7  libvMisc.dylib (516) <8575A3B5-F6FB-35BF-9E50-E81BD0813100> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x9040f000 - 0x904a4fff  libsystem_c.dylib (1044.10.1) <584F66B1-ABBA-354C-8118-1DA5386A065E> /usr/lib/system/libsystem_c.dylib
    0x904cf000 - 0x9050ffff  libauto.dylib (186) <1609D0F9-6E3A-3C67-87EF-BB0BD93EDAC9> /usr/lib/libauto.dylib
    0x908e3000 - 0x9094fff3  com.apple.datadetectorscore (6.0 - 396.1.1) <93F59488-6CA9-3C90-8E96-B0DE5942252F> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
    0x90950000 - 0x90a47ff7  libFontParser.dylib (134.1) <AF60B79A-410B-389E-9B24-09B5BC61E19F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x90a97000 - 0x90aacffb  com.apple.MultitouchSupport.framework (262.33.1 - 262.33.1) <E8AF5A36-89A1-38CC-9905-D74A692D0898> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
    0x90aad000 - 0x90ad7fff  libxslt.1.dylib (13) <0F55B64A-6C55-304E-ACE0-B531027AA066> /usr/lib/libxslt.1.dylib
    0x90ad8000 - 0x90ae6ff3  libxar.1.dylib (254) <D7C4FDEB-61AA-3FC1-8B7B-0AE3A3A64492> /usr/lib/libxar.1.dylib
    0x90ae7000 - 0x90c0dffb  com.apple.WebKitLegacy (10600 - 10600.3.18) <D9337FD7-C42B-38AC-8080-09CEB6348BF5> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebKitLegacy. framework/Versions/A/WebKitLegacy
    0x90c0e000 - 0x90c61fff  libstdc++.6.dylib (104.1) <D0EB2C99-5939-3ABA-9C18-D9AD75CE23A1> /usr/lib/libstdc++.6.dylib
    0x90c7a000 - 0x90c8aff7  com.apple.LangAnalysis (1.7.0 - 1.7.0) <DBECFAD5-DB53-390C-AE92-09549733C861> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x90c8b000 - 0x90c94ffb  com.apple.CommonAuth (4.0 - 2.0) <FFE760A3-FEF7-3009-92E8-893ABB3BC91A> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x90c95000 - 0x90ca4ff3  com.apple.opengl (11.1.1 - 11.1.1) <212B409C-AF1E-3C69-B4AA-57A39C35BB62> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x90ca5000 - 0x91057ff7  com.apple.CoreFoundation (6.9 - 1152) <93C32AF9-FD62-3DBD-85F7-35727E6CAA55> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x91058000 - 0x91064ff7  libkxld.dylib (2782.10.72) <FF699F52-D950-3DAD-A37B-834EBF0D0FFD> /usr/lib/system/libkxld.dylib
    0x910b9000 - 0x910b9fff  com.apple.Accelerate (1.10 - Accelerate 1.10) <C2367B5B-AE20-3084-A864-104743BE478E> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x910ba000 - 0x910edfff  com.apple.CoreServicesInternal (221.2.2 - 221.2.2) <06F52EEC-72B7-380D-B66D-7A487EA24741> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/Cor eServicesInternal
    0x910ee000 - 0x9112aff3  com.apple.RemoteViewServices (2.0 - 99) <2839C2F1-88DA-3843-87BF-441A374A8967> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices
    0x9112b000 - 0x91131ff7  libsystem_networkextension.dylib (167.1.10) <FC20E3AD-A53D-3346-AC71-829E82832AE8> /usr/lib/system/libsystem_networkextension.dylib
    0x91132000 - 0x91136ffb  libcache.dylib (69) <55501A00-AF64-3554-8F46-8D5AFEDEC332> /usr/lib/system/libcache.dylib
    0x91137000 - 0x91139ffb  libsystem_secinit.dylib (18) <3CBA3BD3-8BA2-358D-BD1A-A1C3DF5D84E6> /usr/lib/system/libsystem_secinit.dylib
    0x9113a000 - 0x9118bfff  com.apple.opencl (2.4.2 - 2.4.2) <327699CD-6BF9-3B63-999E-A5A56014E540> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x9118c000 - 0x91196ffb  com.apple.audio.SoundManager (4.2 - 4.2) <4312D0A7-4B6F-3A1E-9A47-24C6E8C65E51> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x91259000 - 0x91282ff7  libsystem_info.dylib (459) <4F7A7111-7F0D-3891-9DC9-41F5D79949FE> /usr/lib/system/libsystem_info.dylib
    0x91380000 - 0x91385ff7  libmacho.dylib (862) <48DE74F8-09E3-344F-A82F-665083A3BF8F> /usr/lib/system/libmacho.dylib
    0x91386000 - 0x9138aff3  com.apple.TCC (1.0 - 1) <3E7036F2-9706-3116-8126-16F26AA2FC11> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
    0x9138b000 - 0x91431fff  com.apple.Metadata (10.7.0 - 917.1) <0B19C2DD-A71C-3D2B-AB00-68FFC6CC606A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x9144c000 - 0x9145aff7  com.apple.SpeechRecognitionCore (2.0.32 - 2.0.32) <637E7AB2-1077-319C-A6A2-D0D0F01951BA> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/Sp eechRecognitionCore
    0x9145b000 - 0x91475ff7  liblzma.5.dylib (7) <D0BC984D-5B33-328C-8F1E-7E9C41813433> /usr/lib/liblzma.5.dylib
    0x91650000 - 0x916c3ffb  com.apple.framework.CoreWLAN (5.0 - 500.35.2) <22CC0615-70EF-3155-8410-A1427793DBBC> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
    0x916f2000 - 0x916f3fff  libremovefile.dylib (35) <49DCAF7B-4466-3775-9E58-EA5D7CBA8AE0> /usr/lib/system/libremovefile.dylib
    0x916f4000 - 0x91b27ff3  com.apple.vision.FaceCore (3.1.6 - 3.1.6) <EF92C25B-3E33-379F-A862-75C2FCA8B386> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
    0x91b28000 - 0x91b28fff  com.apple.ApplicationServices (48 - 48) <76C301A4-705B-33DE-BA11-C89DCF1EDCDD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x91b29000 - 0x91ba8fff  com.apple.SystemConfiguration (1.14 - 1.14) <21296E7B-11A3-35C0-BDC7-838392DE8298> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x91ba9000 - 0x91bbafff  libbsm.0.dylib (34) <C9F0C608-2794-3F6B-8078-583FC0046039> /usr/lib/libbsm.0.dylib
    0x91bbb000 - 0x91e59ffb  com.apple.WebKit (10600 - 10600.3.18) <EB9B4EAA-C074-3B29-88C1-35E23889C636> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x91e5a000 - 0x91e5cff7  libsystem_sandbox.dylib (358.1.1) <6031346B-57B0-36FB-911B-D355E1F98A9A> /usr/lib/system/libsystem_sandbox.dylib
    0x91e5d000 - 0x91e61ffb  libGIF.dylib (1232) <037E01F1-885C-3F4A-A353-87DB1F9CB504> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x91ec7000 - 0x91f18fff  libcups.2.dylib (408) <08C5D411-533C-345A-B820-092C96215F2E> /usr/lib/libcups.2.dylib
    0x91f19000 - 0x91f1afff  liblangid.dylib (117) <34A0F807-755F-300B-B01F-AABAE3838451> /usr/lib/liblangid.dylib
    0x91f1b000 - 0x921aefff  com.apple.CoreData (111 - 526.1) <74375077-8AE6-3D1B-B6A4-CF3B0724EB60> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x9267d000 - 0x92a65ff7  libLAPACK.dylib (1128) <4E3D1289-2C98-3E53-BB8D-AD911357FF66> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x92aba000 - 0x92abefff  libCoreVMClient.dylib (79) <85CBF1F3-3CE1-304F-88DF-15608C9A2367> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    0x92abf000 - 0x92ac8fff  libcopyfile.dylib (118.1.2) <FAF3268F-C580-33D3-A5B4-74B8A8713216> /usr/lib/system/libcopyfile.dylib
    0x92ac9000 - 0x92b93ff7  com.apple.backup.framework (1.6.2 - 1.6.2) <AE8234C3-6BB3-317B-A4E7-EF3478445DFF> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x92b94000 - 0x92bbaffb  libPng.dylib (1232) <576BCAB6-DBE2-36DB-A390-E945FC844118> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x92bbb000 - 0x92c04ffb  libFontRegistry.dylib (134) <023BB8A2-8BBA-30DC-B0C2-A5F0AE3667D8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x92c05000 - 0x92c9ffff  com.apple.ColorSync (4.9.0 - 4.9.0) <091CDCEC-1B25-3FE7-94C2-8AEFA6564E95> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x92caa000 - 0x92d3cfff  com.apple.CoreSymbolication (3.1 - 57020) <EAC6745A-AB1D-38CC-A12C-99ECD8F071ED> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
    0x92d3e000 - 0x92d94fff  libc++.1.dylib (120) <D8DE4962-66CD-3491-904E-9291EEE5E570> /usr/lib/libc++.1.dylib
    0x92d95000 - 0x92dd2ff7  libsystem_network.dylib (411.1) <EB71DD61-9515-3F6C-817E-25AF7F108CB8> /usr/lib/system/libsystem_network.dylib
    0x92dd3000 - 0x92dd5fff  libsystem_coreservices.dylib (9) <20E66A47-8D67-344A-A393-73926F0E5FB2> /usr/lib/system/libsystem_coreservices.dylib
    0x92ddf000 - 0x92e0dff7  libarchive.2.dylib (30) <8758D35F-ADF8-30F6-8EB2-9B852876EAC8> /usr/lib/libarchive.2.dylib
    0x92e0e000 - 0x92e0efff  liblaunch.dylib (559.10.3) <DF6BB29C-8F20-3E04-81FF-19FFBC82BD46> /usr/lib/system/liblaunch.dylib
    0x92e18000 - 0x93a0dfff  com.apple.AppKit (6.9 - 1344.72) <B84FF828-3016-353A-BF86-C1547F448FB1> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x93a0e000 - 0x93a34ff3  libc++abi.dylib (125) <E9AF8CA1-D54D-37E3-8363-A3E8C0840F71> /usr/lib/libc++abi.dylib
    0x93a35000 - 0x93a8aff3  com.apple.audio.CoreAudio (4.3.0 - 4.3.0) <F5A586C3-A440-3E0E-966A-7841A182E5B2> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x93a8b000 - 0x93d89ff7  com.apple.CoreServices.CarbonCore (1108.2 - 1108.2) <D3DD9764-A787-3B6B-9DAD-55CEED944DCF> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x93d8a000 - 0x93da9ff7  com.apple.GenerationalStorage (2.0 - 209.11) <34CF76B2-8052-359D-816D-092608FB6919> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
    0x93daa000 - 0x93e31fff  com.apple.CoreServices.OSServices (640.3 - 640.3) <C53DBDE3-F9E0-3B90-963E-0FAEEF3DA225> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x93e32000 - 0x93fa3ffb  libBLAS.dylib (1128) <ACEF468C-5DB1-38F3-BCB2-6F3D7F2B2040> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x9422a000 - 0x94243fff  com.apple.Kerberos (3.0 - 1) <92735F11-CF1C-3FA6-8682-9A30AC9E2651> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x94244000 - 0x94408ff3  com.apple.QuartzCore (1.10 - 361.15) <4DD4BF91-26D4-3325-BB42-9642318307FA> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x94d17000 - 0x94d27fff  libGL.dylib (11.1.1) <244536CD-5B87-3A3E-AD68-03BF04BD2D33> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x94d28000 - 0x94d2bff7  com.apple.help (1.3.3 - 46) <FDF183E4-3B95-3CBD-A390-2536C8E7E258> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x94d2c000 - 0x94f1b2ef  libobjc.A.dylib (647) <7648C174-3098-3B26-AD20-490DBFFD5D4C> /usr/lib/libobjc.A.dylib
    0x94f1c000 - 0x94f99ff3  com.apple.framework.IOKit (2.0.2 - 1050.10.8) <60574F96-1CD6-34B8-A862-EA977FD058BF> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x94f9a000 - 0x94fbdfff  libJPEG.dylib (1232) <C7B71F9A-E740-307B-A9FA-A83760EE747B> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x94fbe000 - 0x9501bff3  com.apple.print.framework.PrintCore (10.0 - 451) <2563665B-7B7F-3B8A-83B1-E5AC8D389909> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x9501e000 - 0x95214fff  libicucore.A.dylib (531.31) <430BD572-4521-3C85-B815-56514F9E2BBF> /usr/lib/libicucore.A.dylib
    0x952e3000 - 0x95359fff  com.apple.securityfoundation (6.0 - 55126) <E7CBF2F4-2A0E-3C82-BE84-E09D21772AFB> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x9535a000 - 0x95377ffb  com.apple.Ubiquity (1.3 - 313) <9ED23769-0725-3D4B-B7F4-AF08020D73C3> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
    0x95378000 - 0x956d0ff7  libmecabra.dylib (666.2) <DB0D4D7E-AA7B-3D2D-8936-07F03038F4DF> /usr/lib/libmecabra.dylib
    0x95757000 - 0x95759ffb  libRadiance.dylib (1232) <F16794FD-4326-32CD-A578-3B2ADB27587D> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.d ylib
    0x9575a000 - 0x95771ff3  libLinearAlgebra.dylib (1128) <B20FAAAA-1C76-3B20-B100-5FC90F7FE023> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLinearAlgebra.dylib
    0x95772000 - 0x9577fff7  com.apple.speech.synthesis.framework (5.3.3 - 5.3.3) <EB79D0BE-75B8-3570-9D91-AE07E42611BD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x95831000 - 0x95842ff3  libsystem_coretls.dylib (35.1.2) <139ECDA3-8A63-3D18-96FC-6A10242B8F6B> /usr/lib/system/libsystem_coretls.dylib
    0x95843000 - 0x95b35ffb  com.apple.CoreImage (10.0.33) <75B23F45-8D99-3521-89AE-AF2AF4487096> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage .framework/Versions/A/CoreImage
    0x95b36000 - 0x95b5cffb  libxpc.dylib (559.10.3) <6C4CEB0F-0044-3B62-A286-5693C3FD239E> /usr/lib/system/libxpc.dylib
    0x95b5d000 - 0x95b66ff7  libsystem_notify.dylib (133.1.1) <B8503E99-214B-3AC3-A7CA-CC837ABD7B25> /usr/lib/system/libsystem_notify.dylib
    0x95b67000 - 0x95c6bff7  libJP2.dylib (1232) <CD0012B6-D649-327B-B7FA-E52B0FC0067C> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x95c6c000 - 0x95caffff  libGLU.dylib (11.1.1) <2DC476EE-5C4F-3353-A916-39F2FDB5D6B1> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x95cb4000 - 0x95d2efff  com.apple.ApplicationServices.ATS (360 - 375) <4052B5D1-5F16-315A-A03B-14F0A112FC18> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x95d2f000 - 0x961d6ff7  com.apple.JavaScriptCore (10600 - 10600.3.13) <21BA75F3-8A70-3159-8696-7392EDEBEF70> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x96212000 - 0x96212fff  com.apple.Accelerate.vecLib (3.10 - vecLib 3.10) <F968D12F-F59D-3148-951D-76735C3C1B57> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x9621a000 - 0x96330ff7  com.apple.CoreText (352.0 - 454.3) <6448E389-AB2E-34EF-AE07-FE364ECC98E5> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
    0x96331000 - 0x9639cff7  com.apple.framework.CoreWiFi (3.0 - 300.4) <632A811D-4706-3ED7-85E3-DD2CDB47CF8F> /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi
    0x9639d000 - 0x963c9fff  com.apple.ChunkingLibrary (2.1 - 163.1) <2B0CBB85-EF91-351A-8750-A185996E4CDB> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/Chunking Library
    0x963ca000 - 0x963eeffb  com.apple.framework.Apple80211 (10.1 - 1010.64) <377A2686-2C1F-3257-8420-37DB5C8F33AD> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x963fd000 - 0x963fffff  libCVMSPluginSupport.dylib (11.1.1) <2AEAFC0D-982C-3E26-B50B-B6EB12FE71F4> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib
    0x96400000 - 0x96405ff7  libcompiler_rt.dylib (35) <6630682F-AB76-3E55-BE51-0A3E61B6CFC2> /usr/lib/system/libcompiler_rt.dylib
    0x96406000 - 0x9660aff3  com.apple.CFNetwork (720.2.4 - 720.2.4) <2BDDB692-8973-3B53-A53C-71D42BDBABBF> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x9660b000 - 0x9662affb  libresolv.9.dylib (57) <C2C3810A-A45E-3375-B41D-6E1BECE1BA3C> /usr/lib/libresolv.9.dylib
    0x9662b000 - 0x9669ffff  com.apple.Heimdal (4.0 - 2.0) <5BB21A72-99E6-3079-824E-935AA93D3981> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x96959000 - 0x9696cfff  com.apple.CoreBluetooth (1.0 - 1) <DF406F6F-C173-3598-8785-8A2014F770EF> /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
    0x9696d000 - 0x96973ff7  libsystem_trace.dylib (72.1.3) <E1985F9C-78FC-3098-8683-81F0DCEE54BB> /usr/lib/system/libsystem_trace.dylib
    0x97323000 - 0x97363ffb  libGLImage.dylib (11.1.1) <B49A6796-40A3-33D0-8199-6AED149ADFDF> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x97364000 - 0x97414ff3  com.apple.Bluetooth (4.3.2 - 4.3.2f6) <FC787129-45BB-3B94-ACAD-A0CECEB77AEC> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
    0x97415000 - 0x97422fff  com.apple.OpenDirectory (10.10 - 187) <14AA5E0C-238A-32C4-BAF3-81893750B5A9> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x97423000 - 0x97567fff  com.apple.ImageIO.framework (3.3.0 - 1232) <3C219D4C-9B88-3A4A-A266-AEA6C6495676> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x97568000 - 0x97608fff  com.apple.QD (301 - 301) <4DFE3689-59DE-3FBC-806B-6A4056573E52> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x97609000 - 0x97611fff  libsystem_pthread.dylib (105.10.1) <4A229519-29A1-3ABF-8CEF-43BCE4ACDA06> /usr/lib/system/libsystem_pthread.dylib
    0x97612000 - 0x97631fff  libsystem_kernel.dylib (2782.10.72) <C88D4054-EF6D-31F9-A9DC-B74160B91C26> /usr/lib/system/libsystem_kernel.dylib
    0x97632000 - 0x9763bfff  libGFXShared.dylib (11.1.1) <9A7C1796-07E7-3856-8703-75559016EF98> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
    0x9763c000 - 0x97751ffb  com.apple.desktopservices (1.9.2 - 1.9.2) <DCA5B074-BD3C-35E9-BF11-628019FE3CC0> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x97755000 - 0x9775dfff  libsystem_dnssd.dylib (561.1.1) <45CDAF46-03DE-33DB-A627-14F245993EF2> /usr/lib/system/libsystem_dnssd.dylib
    0x9775e000 - 0x977c7ff7  libcorecrypto.dylib (233.1.2) <F188C1A7-E88F-3EC5-A6AA-22C02E3F0C93> /usr/lib/system/libcorecrypto.dylib
    0x977c8000 - 0x977c8fff  libOpenScriptingUtil.dylib (162) <9872C464-DF90-37C2-9871-8A3F53C615EC> /usr/lib/libOpenScriptingUtil.dylib
    0x977c9000 - 0x978bfff7  libxml2.2.dylib (26) <2F37833C-4D55-3A09-9A0C-5904E8B6892A> /usr/lib/libxml2.2.dylib
    0x981d3000 - 0x98212fff  com.apple.NavigationServices (3.8 - 215.1) <46D8B66D-CB59-36F5-BD26-FD8309337BB3> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x98213000 - 0x9821eff7  com.apple.NetAuth (5.0 - 5.0) <D6C31218-47E4-3553-9208-D1091A81044E> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x9821f000 - 0x991cffff  com.apple.WebCore (10600 - 10600.3.15) <FF6008C2-ADF4-35F1-A227-0F6DA88B9597> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x991d0000 - 0x99203fe3  libsystem_m.dylib (3086.1) <951F633F-57B7-398B-912F-F6ED4DB1C597> /usr/lib/system/libsystem_m.dylib
    0x9925e000 - 0x99260fff  libquarantine.dylib (76) <9ADD861F-A66E-3AD1-A77E-C622E91BD203> /usr/lib/system/libquarantine.dylib
    0x99261000 - 0x99273fff  com.apple.Sharing (328.3.2 - 328.3.2) <4F0D4D68-B6A6-3E66-8A89-CDD9AFEA82EA> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
    0x99274000 - 0x99277fff  libpam.2.dylib (20) <E2F34522-448A-3392-BC1D-6625BEB612B9> /usr/lib/libpam.2.dylib
    0x99bfc000 - 0x99c03ff3  libunwind.dylib (35.3) <29D9343F-9A0A-3535-B0AE-E7CC761D95EE> /usr/lib/system/libunwind.dylib
    0x99c04000 - 0x99c04fff  libkeymgr.dylib (28) <06DDCEF8-EB84-3F68-9E19-FD1A12B764FD> /usr/lib/system/libkeymgr.dylib
    0x99c05000 - 0x99c05fff  com.apple.Carbon (154 - 157) <514DC1B6-3D3B-3A96-814D-71D6E022CB3D> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x99c06000 - 0x99c06fff  com.apple.audio.units.AudioUnit (1.12 - 1.12) <64ED443E-25D5-3A2C-A028-0D0C7FAF57C6> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x99c07000 - 0x99d07ff7  com.apple.LaunchServices (644.12.4 - 644.12.4) <D41066A1-FC8B-34A2-A980-4B011AA77F38> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x99e1c000 - 0x99e20ffb  com.apple.IOSurface (97 - 97) <ADB57CD2-455A-317C-818E-6379BF427D10> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x99e21000 - 0x99e21fff  libunc.dylib (29) <CE960997-9D4A-3848-BAC7-B2255E6765FD> /usr/lib/system/libunc.dylib
    0x99eb1000 - 0x99ec5fff  com.apple.ImageCapture (9.0 - 9.0) <4B84B5D5-A5F3-3B35-93CE-568A73486B92> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x99ec6000 - 0x99ed3ff7  libbz2.1.0.dylib (36) <6BC7B049-8F03-3217-9840-B1804CCBF742> /usr/lib/libbz2.1.0.dylib
    0x99ed4000 - 0x99ed9fff  com.apple.print.framework.Print (10.0 - 265) <7C3984BB-8337-3B90-A414-17C181A45744> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x99eda000 - 0x99ee2ffb  com.apple.NetFS (6.0 - 4.0) <141BFE7E-634E-32A0-8EC9-0A1A4DFEA7D9> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x99f85000 - 0x9a201ff7  com.apple.security (7.0 - 57031.10.10) <3EF32688-A176-33DD-BA59-25F37D6C08DA> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x9a202000 - 0x9a561ffb  com.apple.Foundation (6.9 - 1152.14) <F74F139D-8789-3B60-ADF6-AB6F39444AC4> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x9a5c3000 - 0x9a5ceff7  com.apple.CrashReporterSupport (10.10 - 629) <BA5611B6-EF99-3A44-90DD-3305FDA4975E> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
    0x9a5cf000 - 0x9a75affb  com.apple.audio.toolbox.AudioToolbox (1.12 - 1.12) <44BCEAB8-306D-307F-92C8-6656F3578220> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x9a75b000 - 0x9a7f8fff  com.apple.ink.framework (10.9 - 213) <F47949BC-ABEE-329B-B568-71C6FEF761F6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x9a7f9000 - 0x9a885ff3  com.apple.PerformanceAnalysis (1.0 - 1) <7A9DD1C9-465D-37FA-957E-2B0F190CFC7C> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis
    0x9a886000 - 0x9a977ffb  libiconv.2.dylib (42) <4AF77F10-0BEC-3BE0-99DF-C5170EDB316B> /usr/lib/libiconv.2.dylib
    0x9a978000 - 0x9ad6eff3  com.apple.CoreGraphics (1.600.0 - 775.16) <5F7BDB0B-5324-3B7A-BC6B-E7A01A880D94> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    0x9ae25000 - 0x9ae27fff  com.apple.loginsupport (1.0 - 1) <8B651D8C-53D0-314D-BDD6-74147C4B2E73> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsu pport.framework/Versions/A/loginsupport
    0x9ae28000 - 0x9af35fe3  libvDSP.dylib (516) <53F7A960-01E1-3B79-A7FD-67BD19471420> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x9af39000 - 0x9af94fff  com.apple.LanguageModeling (1.0 - 1) <9B39E059-F48E-31AF-B1B3-B0872F362627> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/Languag eModeling
    0x9af95000 - 0x9af9dfff  com.apple.CoreServices.FSEvents (1210 - 1210) <FC372799-6E8E-3290-9816-6981D39BC9D6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvent s.framework/Versions/A/FSEvents
    0x9afd9000 - 0x9b008ff7  com.apple.DictionaryServices (1.2 - 229) <1F5C35C7-67AA-30A0-A366-EB4B361152A3> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x9b009000 - 0x9b00bfff  libsystem_configuration.dylib (699.1.5) <76B9BA28-179E-34FA-B10B-E625022A29CB> /usr/lib/system/libsystem_configuration.dylib
    0x9b019000 - 0x9b040fff  libdispatch.dylib (442.1.4) <B26A176C-39F7-3362-B128-27B1211068B9> /usr/lib/system/libdispatch.dylib
    0x9b041000 - 0x9b096ff7  com.apple.htmlrendering (77 - 1.1.4) <B85A63B9-C9DD-3ECC-B5DC-E12533C7FDF9> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x9b097000 - 0x9b09afff  com.apple.xpc.ServiceManagement (1.0 - 1) <D0A00D0C-D37D-3CF1-9EE0-41A88BC112BB> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManage ment
    0x9b2fd000 - 0x9b301fff  libheimdal-asn1.dylib (398.10.1) <6F113AF8-F5AD-330B-B029-F7AF28A93F28> /usr/lib/libheimdal-asn1.dylib
    0x9b478000 - 0x9b8b3feb  com.apple.vImage (8.0 - 8.0) <56F6B317-9D70-3DC5-9868-BB6D7CB6E55D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x9b8b4000 - 0x9b8c0ff3  libcommonCrypto.dylib (60061) <024B3913-15C6-3005-9E5A-EB24918F6977> /usr/lib/system/libcommonCrypto.dylib
    0x9b8c1000 - 0x9b8c8fff  com.apple.speech.recognition.framework (5.0.9 - 5.0.9) <5D268178-3812-3777-92A6-D7D3395405B8> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x9b8c9000 - 0x9b8e6fff  libCRFSuite.dylib (34) <781A92EF-410E-39B2-953D-FEE12748D834> /usr/lib/libCRFSuite.dylib
    0x9b8e7000 - 0x9b95dff7  com.apple.SearchKit (1.4.0 - 1.4.0) <B6F346D2-BF88-3925-B962-E59267FA2268> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x9b961000 - 0x9b964fff  libextension.dylib (55.1) <E0A4ADBE-596E-3363-8780-51D8AE39B755> /usr/lib/libextension.dylib
    0x9b965000 - 0x9b966fff  libsystem_blocks.dylib (65) <5D98F022-E863-31D4-8ADE-D53B2AE0D331> /usr/lib/system/libsystem_blocks.dylib
    0x9b967000 - 0x9b982ff7  com.apple.CFOpenDirectory (10.10 - 187) <5302DBFA-92CE-349C-981C-2BF6E9BEEBB0> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
    0x9b983000 - 0x9b9b2fff  com.apple.CoreVideo (1.8 - 145.1) <A59466FC-6B5A-3B36-BDD4-AC9CD581B7A1> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x9b9b3000 - 0x9bb42ff3  libsqlite3.dylib (168) <C3F78985-C19B-3320-9F71-543969632128> /usr/lib/libsqlite3.dylib
    0x9bb4b000 - 0x9bb9ffff  com.apple.HIServices (1.22 - 520.12) <8950B516-7DFD-3154-B34F-067809086832> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x9bba0000 - 0x9bbc6ff7  com.apple.IconServices (47.1 - 47.1) <9C537499-B375-3F84-BF4A-EEF757FC26A9> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconService s
    0x9bbc7000 - 0x9bbc8fff  libDiagnosticMessagesClient.dylib (100) <3EE83437-AA9C-356B-810B-589346B73797> /usr/lib/libDiagnosticMessagesClient.dylib
    0x9bbc9000 - 0x9bbe2fff  libsystem_malloc.dylib (53.1.1) <58CD8BC7-55D1-3862-8E5D-728EE2EBE447> /usr/lib/system/libsystem_malloc.dylib
    0x9bbe5000 - 0x9bfbdff7  com.apple.HIToolbox (2.1.1 - 757.3) <642A3B29-036D-3A87-AC81-935843AB6A32> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x9bfbe000 - 0x9bfc2fff  com.apple.CommonPanels (1.2.6 - 96) <955375E6-2416-38E1-AFC6-477827119329> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x9bfc8000 - 0x9c008fff  com.apple.Symbolication (1.4 - 56045) <BE1C4846-DA11-365D-9B46-3FF130401839> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
    0x9c009000 - 0x9c00fff3  libsystem_platform.dylib (63) <509993B7-3F26-3360-B899-0BBB15152516> /usr/lib/system/libsystem_platform.dylib
    0x9c010000 - 0x9c13efff  com.apple.coreui (2.1 - 305.6.1) <6535A234-0DFF-3467-837B-118E2C9D2875> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x9c173000 - 0x9c1adff7  com.apple.DebugSymbols (115 - 115) <D01FFA10-1734-31C5-B5A1-9CB61463FC15> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
    0x9c2bd000 - 0x9c2efffb  com.apple.GSS (4.0 - 2.0) <680D3014-D2C6-30D4-9892-93B9E4172100> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x9c2f0000 - 0x9c2f3fff  libdyld.dylib (353.2.1) <3E28E996-50B8-388B-8885-7299FBC978B1> /usr/lib/system/libdyld.dylib
    0x9c2f4000 - 0x9c2f5fff  libSystem.B.dylib (1213) <BFFB2AB8-29F6-3779-B358-EE1F46520FC8> /usr/lib/libSystem.B.dylib
    0x9c2f6000 - 0x9c33dff3  com.apple.AppleJPEG (1.0 - 1) <C14A2B49-A664-3EDE-9B9B-6A678ED7F8DE> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
    0x9c33e000 - 0x9c33efff  com.apple.CoreServices (62 - 62) <FF296ED2-0F90-3055-BBE4-7BF9E42322EF> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x9c33f000 - 0x9c348fff  com.apple.DiskArbitration (2.6 - 2.6) <D906604A-1D8C-31BF-8F22-EA219FFC858F> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x9c349000 - 0x9c3a4ffb  libTIFF.dylib (1232) <E5A82202-E766-32DE-9706-86B3B2B73731> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    External Modification Summary:
      Calls made by other processes targeting this process:
        task_for_pid: 3
        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: 121089
        thread_create: 0
        thread_set_state: 0
    VM Region Summary:
    ReadOnly portion of Libraries: Total=168.1M resident=95.8M(57%) swapped_out_or_unallocated=72.3M(43%)
    Writable regions: Total=50.4M written=1612K(3%) resident=2556K(5%) swapped_out=0K(0%) unallocated=47.9M(95%)
    REGION TYPE                      VIRTUAL
    ===========                      =======
    Kernel Alloc Once                     4K
    MALLOC                             41.1M
    MALLOC (admin)                       48K
    Stack                              65.1M
    VM_ALLOCATE                         324K
    __DATA                             7636K
    __IMAGE                             528K
    __LINKEDIT                         41.1M
    __OBJC                             2396K
    __TEXT                            127.0M
    __UNICODE                           544K
    mapped file                        76.8M
    shared memory                         4K
    ===========                      =======
    TOTAL                             362.3M
    Model: iMac14,2, BootROM IM142.0118.B09, 4 processors, Intel Core i5, 3.2 GHz, 16 GB, SMC 2.15f7
    Graphics: NVIDIA GeForce GT 755M, NVIDIA GeForce GT 755M, PCIe, 1024 MB
    Memory Module: BANK 0/DIMM0, 4 GB, DDR3, 1600 MHz, 0x02FE, 0x45424A3430554738454655352D474E4C2D46
    Memory Module: BANK 1/DIMM0, 4 GB, DDR3, 1600 MHz, 0x02FE, 0x45424A3430554738454655352D474E4C2D46
    Memory Module: BANK 0/DIMM1, 4 GB, DDR3, 1600 MHz, 0x0198, 0x393930353630332D3030372E413030472020
    Memory Module: BANK 1/DIMM1, 4 GB, DDR3, 1600 MHz, 0x0198, 0x393930353630332D3030372E413030472020
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x111), Broadcom BCM43xx 1.0 (7.15.159.13.12)
    Bluetooth: Version 4.3.2f6 15235, 3 services, 27 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    PCI Card: pci11c1,5901, IEEE 1394 Open HCI, Thunderbolt@195,0,0
    Serial ATA Device: APPLE HDD WD10EZES-40UFAA0, 1 TB
    USB Device: GoFlex Desk
    USB Device: FaceTime HD Camera (Built-in)
    USB Device: BRCM20702 Hub
    USB Device: Bluetooth USB Host Controller
    USB Device: USB2.0 Hub
    USB Device: harman/kardon USB iSub
    USB Device: HP LaserJet P1505
    USB Device: USB2.0 Hub
    USB Device: Apple USB SuperDrive
    FireWire Device: unknown_device, Unknown
    Thunderbolt Bus: iMac, Apple Inc., 23.10
    Thunderbolt Device: Thunderbolt to FireWire Adapter, Apple Inc., 3, 5.6

    I can add to this problem. I'm the husband who upgraded my Flash player OK. I tried this. Rather than just double-clicking on the installer icon, I dragged it to her desktop. Then I unmounted the installer disk image. At that point I was able to successfully open the installer and run it. So the problem isn't the Adobe Flash Player installer, it appears to be something in Yosemite on her Mac with the transition to the dialog she posted to then run the installer. I apparently by-passed that step. The problem, then, appears to be in Yosemite. I made sure her Yosemite was 10.10.2. If she has any further updates that go through the dialog about applications downloaded from the Web and it happens again, I will post to help any contributors figure out what is happening on her Mac.

  • Need help with a scroll pane

    Hello all. I am trying to get a scroll pane to work in an application that I have built for school. I am trying to get an amortization table to scroll through for a mortgage calculator. It isn't recognizing my scrollpane and I am not sure why. Could someone give me a push in the right direction.
    import javax.swing.*;
    import javax.swing.*;
    import java.awt.*;
    import java.awt.event.*;
    import java.io.*;
    import java.text.*;
    public class MortCalcWeek3 extends JFrame implements ActionListener
         DecimalFormat twoPlaces = new DecimalFormat("#,###.00");//number format
         int L[] = {7, 15, 30};
         double I[] = {5.35, 5.5, 5.75};
         double P, M, J, H, C, Q;
         JPanel panel = new JPanel ();//creates the panel for the GUI
         JLabel title = new JLabel("Mortgage Calculator");
         JLabel PLabel = new JLabel("Enter the mortgage amount: ");
         JTextField PField = new JTextField(10);//field for obtaining user input for mortgage amount
         JLabel choices = new JLabel ("Choose the APR and Term in Years");
         JTextField choicestxt = new JTextField (0);
         JButton calcButton = new JButton("Calculate");
         JTextField payment = new JTextField(10);
         JLabel ILabel = new JLabel("Annual Percentage Rate: choose one");
         String [] IChoice = {I[0] + "", I[1] + "", I[2] + ""};
         JComboBox IBox = new JComboBox(IChoice);
         JLabel LLabel = new JLabel("Term (in years): choose one");
         String [] LChoice = {L[0] + "", L[1] + "", L[2] + ""};
         JComboBox LBox = new JComboBox(LChoice);
         JLabel amortBox = new JLabel("Amortiaztion Table");
         JScrollPane amortScroll = new JScrollPane(amortBox);
         public MortCalcWeek3 () //creates the GUI window
                        super("Mortgage Calculator");
                        setSize(300, 400);
                        setBackground (Color.white);
                        setForeground(Color.blue);
                        setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
                        //Creates the container
                        Container contentPane = getContentPane();
                        FlowLayout fresh = new FlowLayout(FlowLayout.LEFT);
                        panel.setLayout(fresh);
                        //identifies trigger events
                        calcButton.addActionListener(this);
                        PField.addActionListener(this);
                        IBox.addActionListener(this);
                        LBox.addActionListener(this);
                        panel.add(PLabel);
                        panel.add(PField);
                        panel.add(choices);
                        panel.add(choicestxt);
                        panel.add(ILabel);
                        panel.add(IBox);
                        panel.add(LLabel);
                        panel.add(LBox);
                        panel.add(calcButton);
                        panel.add(payment);
                        panel.add(amortBox);
                        payment.setEditable(false);
                        panel.add(amortScroll);
                        setContentPane(panel);
                        setVisible(true);
         }// end of GUI info
              public void actionPerformed(ActionEvent e) {
                   MortCalcWeek3();     //calls the calculations
              public void MortCalcWeek3() {     //performs the calculations from user input
                   double P = Double.parseDouble(PField.getText());
                   double I = Double.parseDouble((String) IBox.getSelectedItem());
                   double L = Double.parseDouble((String) LBox.getSelectedItem());
                   double J = (I  / (12 * 100));//monthly interest rate
                   double N = (L * 12);//term in months
                   double M = (P * J) / (1 - Math.pow(1 + J, - N));//Monthly Payment
                 String showPayment = twoPlaces.format(M);
                 payment.setText(showPayment);
         //public void amort() {
                   //int N = (L * 12);
                   int month = 1;
                             while (month <= N)
                                  //performs the calculations for the amortization
                                  double H = P * J;//current monthly interest
                                  double C = M - H;//monthly payment minus monthly interest
                                  double Q = P - C;//new balance
                                  P = Q;//sets loop
                                  month++;
                                  String showAmort = twoPlaces.format(H + C + Q);
                                amortScroll(showAmort);
              public static void main(String[] args) {
              MortCalcWeek3 app = new MortCalcWeek3();
    }//end main
    }//end the programI appreciate any help you may provide.

         JLabel amortBox = new JLabel("Amortiaztion Table");
         JScrollPane amortScroll = new JScrollPane(amortBox);The argument passed to a JScrollPane constructor specifies what's inside the scroll pane. Here, it seems like you're trying to create a scroll pane that displays a JLabel.
    Also, I'm not sure what you're trying to do here:
    amortScroll(showAmort);I don't see a method named "amortScroll".
    You need to make a JTextArea, pass that into the JScrollPane's constructor, and add the JScrollPane to your frame.

  • Need help with smooth scrolling of a sprite

    Hi All,
    Something that i have had many problems over the years with
    is creating the same nice smooth scrolling effect that i see on
    many sites (my scrolling always appears jerky in AS2 even when done
    on a movieClip with a high framerate - with onEnterFrame updates).
    At the moment i am building my first AS3 site, and want to
    use it as an opportunity to "do things right".
    So far i have a very simple setup that is scrolling a sprite
    that contains a series of loaded images based on the position of a
    scrollbar. As one would expect from something this simple - it is
    rather jerky.
    I tried a number of variations of using a Tween to do the
    scroll, and kill/update that tween when the mouse moves again.
    However in all cases the results were not good (multiple tweens
    seemed to still be active - so killing the tween wasn't working).
    So clearly i am doing something wrong.
    I have searched extensively, but have not come across any
    examples that seem appropriate (some predefined components - but
    that does not help me understand the fundamentals) . I have seen
    some examples that register a timer, and manually calculate the
    offset for each frame, is this the correct approach?
    Below is my existing simple (jerky) implementation.
    All help to understand how to make this scrolling smooth
    would be hugely appreciated.
    One more thing to add incase it is relevant, is that the
    contents of the Sprite are a series of jpg images loaded with the
    Loader class (although i plan on switching to using the BulkLoader
    class created by a developer in the AS3 community).

    nope. the approach for the smoothest tween would be to:
    1. initialize your parameters
    2. create your timer.
    3. add your timer's listener method when needed (when your
    slider is clicked).
    4. in your timer's listener function repeatedly poll the
    slider's position and update your sprite using the parameters
    determined in 1.
    5. remove your listener when the slider is released.

Maybe you are looking for

  • Themes in non-English

    Curious...All the themes are in non-English when I preview them. I didn't change any settings that I'm aware of. Is that normal?

  • Get artboard of selected item

    I have script where I select items on multiple artboard but I can't seem to get get active art board of the selected item. Is this possible? each artboard has a text item and I would like them in the same position on each of their own artboards that

  • How to define attributes at view object level ?

    Hi, I am defining one attribute at view level and also i am declare a bind variable. eg: attribute name:days Bind variable: :Enter_The_Days and In the days attribute-->(scheduledshippeddate-requestdate) and In the where condition Days>:Enter_The_Days

  • Crystal Reports and Service Desk

    I notice there is some integration between Crystal Report and Service Desk, but I need some assistance on how to get started to create Crystal Reports that will view the Service Desk data. Is there any documentationon this functionality? Thanks Simon

  • Webservice calling through abap

    Hi! I need to know how to triger or call a webservice with abap? Imagine there is a webservice existing I need a way to call it via abap Thanks Ilhan ertas