Where is the default DnD cursor?

Does anyone know the class name of the default DnD cursor (or how to get it from a factory)?
It doesn't appear to be associated with any of the awt.Cursor contants (awt.Cursor.MOVE_CURSOR, awt.Cursor.CROSS_HAIR_CURSOR, etc.).
I'd like to use it in an app that explicitly sets the cursor. (I imagine that it' somewhere in javax.swing.plaf.*, but I haven't been able to find it.)
Thanks,
bw

Be sure in Folder Options, your view settings do not hide file extensions, so you'll know a PST when you see it.  The default path actually depends on 3 things: OS version, Outlook version, whether the installer
or subsequent administrator changed the defaults.  It will be in one of these three places, where %username% is obviously the name of the user in question, and everything is on drive letter C:
1)  XP and older:  C:\Documents and Settings\%username%\Local Settings\Application Data\Microsoft\Outlook
2)  Vista & Windows 7:  C:\Users\%username%\Documents\Outlook Files
3)  Vista & Windows 7:  C:\Users\%username%\AppData\Local\Microsoft\Outlook
This Microsoft document elaborates on more than Outlook 2010, including the information above, and the easist way to find the default location:
http://office.microsoft.com/en-us/outlook-help/where-does-microsoft-outlook-2010-save-my-information-and-configurations-HP010354943.aspx

Similar Messages

  • Where is the default location for the OC4J logs?

    Where is the default location for the OC4J logs?

    Depends on what variant of the product you are using.
    In an Oracle Applicaiton Server environment (ie the one you install versus unzip) the stdout/stderr streams from OC4J are captured in the $ORACLE_HOME/opmn/logs/<group-instance> directory.
    If you are using standalone then stdout goes to the console where you started the process.
    The logs for the OC4J instance itself are located in $ORACLE_HOME/j2ee/home/log/<instance_group> directory. In this directory you'll see different logs for differet areas of the server. Most of the logs however are captured in the oc4j sub-directory in the log.xml file. Whenever you enable an OC4J component logger in the j2ee-logging.xml file or via ASControl, this is where the logs will end up.
    Take a look at the $ORACLE_HOME/j2ee/home/config/j2ee-logging.xml file -- the log handlers will give you some idea on the different log files that are in use.
    You can configure your application loggers to also direct their log into this file if you wish. See http://buttso.blogspot.com/2007/09/directing-log-messages-into-oc4j.html for an example.

  • Where is the default hard drive location for an ipod backup?

    Where is the default location on a Window hard drive for iPod backups?
    Thanks!

    Where are iTunes backups stored on your computer
    The folder where your backup data is stored depends on the computer's operating system. Make sure the backup folder is included in your data-backup routine. iTunes places the backup files in the following places:
    Mac: ~/Library/Application Support/MobileSync/Backup/
    The "~" represents your Home folder. If you don't see Library in your home folder, hold Option and click the Go menu.
    Windows XP: \Documents and Settings\(username)\Application Data\Apple Computer\MobileSync\Backup\
    To quickly access the Application Data folder, click Start, and choose Run. Type %appdata% and click OK.
    Windows Vista, Windows 7, and Windows 8: \Users\(username)\AppData\Roaming\Apple Computer\MobileSync\Backup\
    To quickly access the AppData folder, click Start. In the search bar, type %appdata% and press Return.
    http://support.apple.com/kb/HT4946

  • Where does the default route come from ?

    Dear All 
    As we know, the edge router in client side gets default route from ISP' edge router. Where does the default route come from in ISP? If the ISP edge router has full route table, it produces there. If not, it comes from its upstream router until full routes table(only BGP). Please correct me if I am wrong. Thank you. 

    Hello.
    While establishing BGP with ISP, there are three options for a client:
    > Default route (used in general) - client router forwards every request (for destination route) to ISP router.
    > Full route - ISP router's complete routing table would be received and maintained in client router.
    > Partial route - Only specific route would be received from ISP (Head office - Branch office scenario)
    ISP generate default route from their peering router that should have full routing table or knowledge of the router having it. A local ISP may generate default to their client and have one received from their upstream or global / larger ISP. Hope this helps.

  • Where is the default file for SVG filters in Illustrator CC?

    Where is the default file for SVG filters in Illustrator CC?

    User \ Library \ Application Support \ Adobe \ en_EN \ Adobe SVG Filter.svg
    it's:
    User \ Library \ Application Support \ Adobe \ Adobe Illustrator 17 \ en_EN \ Adobe SVG Filter.svg
    Note that youneed to unhide the Library folder on Mac OS X Tiger and up

  • Where are the default libraries for Encore CS6 Creative Cloud?

    Where are the default libraries for Encore CS6 Creative Cloud?  I just installed, opened a new project and don't see any like I had with previous versions.  Is there a separate install for this, was it removed from CS6 or was it removed from CS6 Creative Cloud?

    go read this and tell me what you think:
    http://forums.adobe.com/thread/1029098

  • Where is the Default System Cache?

    Hi all,
    I have a webstart application in which I want to pass the -system flag to use the system cache. Could someone tell me where the default system cache is and how its used.
    Thanks for any suggestions,

    by default there is no system cache.
    a system cache only exists if it is configured in the users or system wide deployment.properties file.
    /Andy

  • Change the default "Hand" cursor to "Select" cursor?

    I am making an interactive PDF, and I do not want the user to miss a link when they click, and be brought to the next page.
    I think my only way to combat the scrolling problem is to make the "Select" object the default cursor when the user opens the document.
    Is there a way to do this?
    Also, is there any way to disable the scroll wheel on a PDF?
    Thanks in advance! I'm using Adobe Acrobat X Pro

    Try setting the check boxes in Edit>Preferences>General for the following:
    - Make Hand tool select text & images
    - Make Hand tool read articles
    - Make Hand tool use mouse-wheel zooming
    Adjust these as needed but does it make any difference?

  • Where is the default group information stored for a portal user?

    Hello -
    There is a field in the WWSEC_PERSON$ table called DEFAULT_GROUP, and it is populated with an ID from the WWSEC_GROUP$ table but it seems like there is more to the overall picture here.
    If I try to manually update a users group via SQL,
    UPDATE WWSEC_PERSON$ SET DEFAULT_GROUP = 318 WHERE USER_NAME = 'XXXXXXX'
    Then check the portal profile for the user 'XXXXXXX' I do not see their 'Default Group' as being updated. (However the default group is in effect because these users are sent to the correct group when they log in.
    What do I need to modify for the group name to show up for the user on their profile page?

    Yannick -
    Thank you for the reply. Do you know which table is used in OID? Basically why I need to do this is we hire many new employees every week and create accounts in AD. We sync AD -> OID but the people who create the new users never inform me that they have been created so they never get a default group assigned. This causes them to go to the 'Portal Builder' page when they login to the portal.
    To fix this issue Im writing a powershell script to automatically update the default group of all employees that do not have a default group assigned. Do you know if a better method I can accomplish this for bulk OID records automatically? I'm very much open new/better ideas this was the best method I could think of currently.
    Thanks again.

  • Where is the default batch class stored for a material?

    Hi,
    when we execute tcode msc1n for a material/plant/storage location the default classification class is set to PACKAGING. I need to create a similar screen so need to find which tables store this info?
    I almost have it:
    kssk-objek = matnr
    returns 2 identical entries, except for CLINT (14 and 23)
    I know that kssk-clint = 23 is the one that is defaulting but I don't know how it makes this decision?
    Any ideas,
    Kroc.

    Thanks.
    But, don't I still face the same problem there......
    DATA:
    objects LIKE bapi_class_objects OCCURS 0 WITH HEADER LINE,
    assigned_values LIKE bapi_object_values OCCURS 0 WITH HEADER LINE,
    return LIKE bapireturn1.
    objects-object_key = '1234'.
    APPEND objects.
    CALL FUNCTION 'BAPI_CLASS_GET_CLASSIFICATIONS'
         EXPORTING
              classtype             = '200'
              classnum              = 'PACKAGING_FILMS'
              key_date              = sy-datum
              langu_iso             = 'EN'
         IMPORTING
              return                = return
         TABLES
              object_classification = assigned_values
              class_objects         = objects
         EXCEPTIONS
              OTHERS                = 0.
    I must tell the FM to use PACKAGING_FILMS? And then in the BAPI it does this search:
    SELECT * FROM klah INTO TABLE imp_exp_klah
    FOR ALL ENTRIES IN lt_class_klah        
    WHERE klart = lt_class_klah-klart        "200
       AND class = lt_class_klah-class.       "PACKAGING_FILMS
    So, I am still faced with the same question: how does the code know that PACKAGING_FILMS is the default entry?
    Thanks.

  • Where is the default pre-login image, "Leopard Aurora"?

    The default pre-login desktop image is called "Leopard Aurora".
    *Where is this image?*
    We want to change the pre-login default desktop image on all of our computers. I've seen hints and tips as to how you can just change this "plist" or sudo this or that. I do not care about any of that.
    I would just like to know where the image is located at. Then I can find out its size and other properties and replace it. This seems far easier than to mess around with plists or file permissions, and so on.
    +Many thanks to any who can answer this question.+

    that picture is in /system/library/coreservices. but i suggest you leave it alone. generally, you should not modify anything in /System. if you want to change the login background image use this link
    http://www.macworld.com/article/60979/2007/11/loginbkgnd2.html
    Message was edited by: V.K.

  • Where is the default Physical Storage Area for Photos?

    I can edit some photos by accessing them in the Catalog but when I want to access them directly, ie for email attachments using Windows Directory they are not physically there so I had to go back into CSE 7 Editor and resave it so I can access it.  Is there a PSE default location where these may exist?  The location path provided in PSE 7 is the Catalog but I realize that Catalog is not a physical location and of course they are not their.   Does PSE 7 have a means of displaying the physical location?  This problem only applies to a few photos not my major downloads from my camera.
    Thank you
    George.   

    The photos must be on your hard drive somewhere. In some installations, the default is the "My Pictures" folder, but that varies from operation system to operating system and is easily changed.
    If you select a photo in the Organizer and right-click on it and select Show Properties, it will show you the folder location of that photo. Don't bother doing that ... there's a better solution. Forget about what folder the photo is in ... when you want to access the photo for e-mailing or uploading, select the photo(s) in the PSE Organizer, and the File->Export->As New Files and have these photo(s) exported to a temporary location. From there, e-mail, or upload, or whatever, and when you are finished, you can delete these exported photos. As I said, for this to work, you don't need to know the actual location of the photos, you only need to know that temporary folder name.

  • Where is the default SSN/SIN maintained or can it be maintained?

    Does anyone know where the default SSN/SIN numbers are maintained and if I have the option to set the value to the same default value in all countries when we do not know the number yet? Currently the default for Canada is 000-00-000 and for the US it is 999-99-9999 and this is causing me issues when trying to use IT 0031 and transferring employees between countries since the SIN/SSN audit fails.
    Thanks in advance for any help.

    Hi
    SSN can be maintained in IT0002 ( Personnel Information ). You can default the value using a dynamic action or using a field exit on the SSN field with the assistance of an ABAP developer. I think dynamic action option will be a good solution.
    Reward points, if helpful.
    Regards
    Waz

  • Where is the default profile in Firefox copied from under Linux?

    I'm trying to change a default setting in Firefox 3.6.6 under OpenSUSE 11.3. I need to disable network.dns.disableIPv6 globally for all users in their default profile. I cannot figure out where the file is that the default profiles are created from. Can anyone point me to this?

    If you use a Firefox version from the OpenSUSE repositories then you probably find that template folder in the corresponding /usr/lib/xulrunner-xxx folder.
    * /usr/lib/xulrunner-1.9.2.6/defaults/profile
    If you've installed Firefox yourself then look for the Firefox installation folder.
    Be aware that Firefox 3.6.6 is really old and outdated and you should at least update to the latest 3.6.27 version to get all security patches

  • Set the default drag cursor

    In my Flex app, I am using the dragManager.
    When a component doesn't have the "acceptDrag" set, the
    cursor changes to the pointer with a red "X".
    I am wanting to override the default system red x cursor with
    a custom cursor.
    I know that I can go into each component, catch the drag
    enter event and set the custom cursor, but am not wanting to go
    down that path as I have many components on the canvas.
    Is there a way to override the default cursor in Flex 3 to
    show a custom cursor?

    Maybe DragManager rejectCursor style?

Maybe you are looking for