Tree.leafIcon for leafIcon.  How about non-leaf Icon?

Tree.leafIcon for leafIcon. How about non-leaf Icon?
Where can find it, the non-leaf icon (folder -- look)
to be used for some other place?

Your welcome for the help you got when you posted your original question:
http://forum.java.sun.com/thread.jspa?threadID=5204746
Since you didn't appreciate the help, I won't botheri replying to this question.
Besides this question is asked all the time in the forum, so if you do some searching you can find the answer.

Similar Messages

  • How to change leaf icon in jtree

    Hi,
    I have one treeviewer class in which i have set the leaf icon like
    renderer1.setLeafIcon(new ImageIcon(RMViewer.getApplication().getIconImageManager().getImage("TRMA")));
    it's working fine..i have one more class namely IntFrame....there i have one button which display some doc...now when i click on button i wanna change only selected leaf icon not other leaf icon...
    how do i proceed...can u provide me some examples
    regards
    Tarique

    Can u provide me the some source code...
    i m not able to do this..
    Regards
    Tarique

  • Scan to PDF files too large! - Why?? Solution for Windows - How about Mac? (HP-8630)

    Scanning a document to a PDF file of reasonable size has been addressed many times - it is always an issue! My wife is a realtor and frequently needs to scan multiple page documents. I found an actual solution last night:
    27 page letter-size B&W document - Scan to PDF on my HP-8630 AIO using HP software at 300dpi, small file size, BW: 27MB! Too big to email.
    Solution (in Windows 7 at least), if you have Adobe Acrobat:
    Open Adobe Acrobat, go to File Menu -  Create - PDF from Scanner - Configure Presets. Select and configure "Black and White Document": 
    Select TWAIN device (NOT WIA) as the scanner; black and white, 300dpi, file size one notch to left (smaller) from center, check "optimize after scan". Select paper size and one- or two-sided scanning. Uncheck "make searchable". Save the preset. (The TWAIN driver was apparently installed with the HP installer, since I did not have to look for it.)
    After placing pages in the Doc Feeder,  go to File Menu, Create - PDF from Scanner - Black and White Document. Watch the magic!
    File size 768k!  Quality indistinguishable from the 27MB version, sharp and clear, all 27 pages! Really!
    Using the HP software, using a lower resolution or sliding the file size slider to smaller makes a muddy scan, and the file  is still huge compared to the Acrobat technique. MUCH worse quality than the Acrobat 768k version.
    Interestingly, using Acrobat to open the 27MB scan and "PRINT" it to the PDF Printer reduced the size to 10MB, with no change in appearance. "Save as smaller PDF" did not reduce the size further.
    What gives, HP?? What can Acrobat do  to scan from your AIO that you can't do?
    I tried on my Mac as well - we use both. No go. On Mac OSX 10.10.1 with latest HP drivers, Acrobat does not see any TWAIN or other driver from within the dialog box described above. Scanning from HP software again yields about 1MB per page.
    Anyone know how to make Acrobat see the scanner on Mac?

    Hi @JosephWit ,
    I see by your post that you are having issues with the PDF scanning size being too big. I will do my best to assist you with this issue.
    The drivers for 10.10 are installed by the Apple Updates. Did you install the 10.9 drivers or are did up run the Apple Updates to install the printer?
    Uninstall the 10.9 printer software and run the Apple Updates to install the proper drivers. Then you can scan with the Apple Software.
    Connect the printer to the Mac by a USB cable and run the Apple Updates to install the printer drivers.
    Go to the Apple, About this Mac, click on the Overview tab and select Software Updates.
    Go to the Apple, Printers and Scanners, delete the USB drivers and disconnect the USB cable.
    Then add the wireless printer as a Bonjour printer if the printer is networked.
    Click on the + sign, highlight the printer, below beside Use: make sure just the printer name is listed. (you might have to click on the drop down to select your printer from the list)
    Here is a document for Scanning in OS X v10.10 Yosemite Without HP Software.
    If you are having issues with Adobe, run the updates. Product updates.
    If you need further assistance, just let me know.
    Have a nice day!
    Thank You.
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos Thumbs Up" on the right to say “Thanks” for helping!
    Gemini02
    I work on behalf of HP

  • Me love the new 4, even after standing in line for hours, how about you?

    i got it! (after multiple hours of line standing at valley fair mall. Santa Clara, CA.) -Apple was great about it though they catered the lines with Cheesecake factory delivering us with rations, such as Cheescake, Pizza, potstickers, lemonaide and Dreyers Ice Cream.
    Any Ways, Its Delightful & worth the wait.
    synched up to the Wi/Fi and its jamming.
    what do u think?

    I live in a smaller town of about 28,000 and i got to our local Walmart store at 5:00 Am, I was 4th in line and they only had 7 units... They started activation at 8:00 and besides some complication in SIM activation that took about 30 mins to fix at my local AT&T store im running good and loving it... Im glad i didnt have to wait too long in line... lucky i guess
    Plus no service issues, i get full bars most of the time.
    Message was edited by: D.Williams

  • Safari and how about a tab icon!!!

    Anybody in agreement with me that Safari is missing a tab icon in the toolbar options??? I know its a small detail but Firefox and IE offer the icon. Personally i think its handier than having to press the apple key-T! Anybody of the same opinion?? Come on Safari its the simple things in life that make it better!!
    PS Watched the iPhone macworld keynote and what an amazing piece of kit!! I'm glad i made the switch to Mac!!
    Regards
    Stu

    You're welcome. Glad I could help. I agree...the little things can make all the difference.
    Thanks for the and Aloha from Big Island.

  • How can we set icon to a tree table

    Hi ADF Experts,
    The below is regarding skinning of af:tree table component.
    How can we set icon to a tree table
    Below is the af:tree component. When I run the application I see all the parent and child nodes as folder icon. My question is how can set a file icon to the elements present inside a parent node.
      <af:treeTable value="#{pageFlowScope.MerchandizeTreeModel.productTreeModel}"
                                      id="tt1" var="row"
                                      rowSelection="multiple"
                                      horizontalGridVisible="false"
                                      verticalGridVisible="false">
                          <f:facet name="nodeStamp">
                            <af:column sortable="false" headerText=""
                                       rowHeader="true" id="c11" width="200">
                     <af:panelGroupLayout id="pgl0">
       <af:image source="/images/folder.png" shortDesc="foldericon"
                                id="i1"/>
                      <af:outputText value="#{row.groceryItems}" id="ot11"/>
    </af:panelGroupLayout>
                            </af:column>
                          </f:facet>
                        </af:treeTable>
    Thanks in advance,
    Animesh

    Hi Experts,
    I am having a tree table component in adf. I have set a folder image for the parent node. How can we set a document image for contents inside a parent node.
    Thanks,
    Biswa

  • How to associate different images at non-leaf level and leaf-level tree ?

    Hi,
    I am implementing a tree in OAF where it is required to display the associated image at non-leaf node as a folder and at leaf nodes
    a different image has to be displayed. By default Framework displays non-leaf nodes having folder as associated image and leaf nodes with
    no image associated. When I associate image at parent node then all the nodes irrespective of being leaf or non-leaf have the same
    image associated with them.
    How to keep the folder as associated image for non-leaf node and a custom image at leaf nodes? Pls. help.
    Thanks in advance

    The leaf node I am referring to here is just the last node in the tree hierarchy consisting of only one view link and VO. I have just
    a simple parent child hierarchy. ex: Mangaer/Employee relation with the emloyee who have no reportees under them
    should contain a image against their name display in the tree and other employees should have a folder against their name display in the tree.
    Thanks
    Avinash

  • How to remove folder and leaf icons from a tree

    Hi,
    I know how to remove when we have a mx component i.e.,
    <mx:Tree folderOpenIcon={null} ...../> similarly for
    closed and default leaf icon.
    But how do i achieve this from an action script like say i
    have,
    var tree:Tree = new Tree();
    tree.setFolderOpenIcon(null); ///is there something like this
    or any other alternative.
    Please advice.
    Thanks,
    Lucky

    the folderOpenIcon is a style so you have to set it with the
    setStyle method
    try:
    tree.setStyle("folderOpenIcon",null);

  • What has caused an app I purchased (Family Tree Maker for Mac) and currently have installed, to disappear from the Mac Store. Does this mean it is no longer sold?  If so, how will I get update notices or re-download if needed?

    I purchased and installed Family Tree Maker for Mac from the App Store about 6 months ago.  I heard that possibly a new version was coming, though I had not received any update notice.  I went to the App Store and it no longer shows the app, either as available for purchase or as an app I have previously purchased.  So I can't get any information on the app, support, etc..  How can an app I have purchased disappear from the purchased list???  How can I get update information or support links? (contacted FTM website and phone support and they said if I bought my program from App store, I have to get update information there).....the Update Info button in my program is actually greyed out!!  So the program I bought doesn't even have the normal update link!!  I thought one of the advantages of App Store purchase was being able to redownload the program in the unlikely event it was lost....ie: no need to worry about having the install CD.  So now I only have my installed, operating copy and no way to reinstall if it crashes due to corrupt data, etc.!!  Not a happy result from an App Store purchase!  And I must say the circular references in the support link are frustarting...apparently there is NO live support for the App Store itself!

    Thanks for THAT tip: iTunes acct. history DOES show my (few) Mac app purchases, buried in with my MANY iPhone and iPad apps!  So I CAN prove I bought it (7 months ago, not 6), but you wouldn't know it from the App Store app on my Mac!  But that does leave a few other ?'s hanging: like how could I download it again, or check for updates (as I said, the version installed has the "update" button greyed out!  Ancestry.com (who sells it online and support it for other buyers said update info for App Store purchasers comes through the App Store. 
    I may just be out of luck with this because after 7 months of ownership, they (Ancestry) just replaced FTM with a new version (Family Tree Maker for Mac2) that is NOT an upgrade (though prior owners get $4.00 off on a $52.00 purchase!!).  I'll probably just plump for that....direct from Ancestry.com...and give up on the Mac App Store, because the new version reportedly has major enhancements in sync-ing your family history record between your computer and the cloud program available online.  Genealogy software, like everything else is migrating to the cloud, but one really does need a resident program on their device because you're often collecting data "in the field" in libraries, historical archives, cemeteries, etc. where you really can't get online in many cases.  Fortunately, more and more of the source data is coming online, so more and more can be done from home!

  • How can I copy mp3 files from my Itunes library to an SD card for use in a non-apple phone?

    How can I copy mp3 files from my Itunes library to an SD card for use in a non-apple phone?  I can physically copy the tunes as mp3's but the phone does not seem to be able to play all of them.   Do I need to copy an entire album or can I just pick & choose individual songs?   The phone is question is an LG running who knows what for an operating system.

    AAC is Advanced Audio Coding.  Basically it's a format that sounds better than MP3 but doesn't take up as much space as a lossless format (like you'd have on a CD).  More than likely you've had that encoding turned on when you ripped your music into itunes (it's the default encoder).  Therefore your LG phone won't play them.
    You need to turn off the AAC format by going to the iTunes menu, Preferences, General (at the top), then clicking the "Import Preferences" button.  Change the AAC Encoder to MP3 Encoder.  After that you'll have to make MP3 copies of your songs by right clicking them and selecting "Create MP3 Version."  You'll get a copy of the song that should transfer to your SD card and have MP3 encoding.  Hopefully your phone will play that.

  • I have question about hooking up an external hdd to a time capsule and still have my printer hooked up as well. Anyone got any tips for me, how to do it and what brand of harddrive that will work best for me 1 or 2 TB

    i have question about hooking up an external hdd to a time capsule and still have my printer hooked up as well. Anyone got any tips for me, how to do it and what brand of harddrive that will work best for me 1 or 2 TB

    You just need a powered hub.. if you already use one then fine.
    Plug in just about any external hard disk will work fine. Format has to be readable by the TC.. ie fat32.. or much better HFS+.. plug it into a Mac to prepare the drive.
    Pick whatever size suits.. nowadays 2TB are most economical.
    WD, Seagate have goobled up all the minor players.. so pick one.
    Whatever suits your budget and asthetics.
    NOTE.. The USB on the TC is fine for printers.. IMHO it is the wrong way to go with USB disks.. use the internal disk of the TC.. USB is less than half the native speed plugged into a Mac.. TC to USB is slow.. far slower than internal drive.. or using external drive as external.

  • My new iPod touch is getting really warm while I use it. Is it normal? I mean, I have silicone cover, maybe it's the reason for iPod being so HOT?... How do you think, is it too important to have a cover on the iPod? How about screen protector? :S

    My new iPod touch is getting really warm while I use it. Is it normal? I mean, I have silicone cover, maybe it's the reason for iPod being so HOT?... How do you think, is it too important to have a cover on the iPod? How about screen protector? :S

    My new iPod touch is getting really warm while I use it. Is it normal? I mean, I have silicone cover, maybe it's the reason for iPod being so HOT?... How do you think, is it too important to have a cover on the iPod? How about screen protector? :S

  • EtreCheck version: 2.1.5 (108) Report generated 4 January 2015 14:29:26 GMT  Click the [Support] links for help with non-Apple products. Click the [Details] links for more information about that line. Click the [Adware] links for help removing adware

    My Mac is very slow and applications take a long time to load, especially Safari and iTunes.  Please help.    I have run the Etrecheck report and these are results.
    Thanks Pat
    EtreCheck version: 2.1.5 (108)
    Report generated 4 January 2015 14:29:26 GMT
    Click the [Support] links for help with non-Apple products.
    Click the [Details] links for more information about that line.
    Click the [Adware] links for help removing adware.
    Hardware Information: ℹ️
      iMac (21.5-inch, Mid 2011) (Verified)
      iMac - model: iMac12,1
      1 2.7 GHz Intel Core i5 CPU: 4-core
      4 GB RAM Upgradeable
      BANK 0/DIMM0
      2 GB DDR3 1333 MHz ok
      BANK 1/DIMM0
      2 GB DDR3 1333 MHz ok
      BANK 0/DIMM1
      empty empty empty empty
      BANK 1/DIMM1
      empty empty empty empty
      Bluetooth: Old - Handoff/Airdrop2 not supported
      Wireless:  en1: 802.11 a/b/g/n
    Video Information: ℹ️
      AMD Radeon HD 6770M - VRAM: 512 MB
      iMac 1920 x 1080
    System Software: ℹ️
      OS X 10.10.1 (14B25) - Uptime: 0:32:50
    Disk Information: ℹ️
      ST31000528AS disk0 : (1 TB)
      EFI (disk0s1) <not mounted> : 210 MB
      Macintosh HD (disk0s2) / : 999.35 GB (717.51 GB free)
      Recovery HD (disk0s3) <not mounted>  [Recovery]: 650 MB
      OPTIARC DVD RW AD-5690H 
    USB Information: ℹ️
      Apple Inc. FaceTime HD Camera (Built-in)
      Seagate Expansion Desk 2 TB
      EFI (disk1s1) <not mounted> : 210 MB
      Seagate Expansion Drive (disk1s2) /Volumes/Seagate Expansion Drive : 2.00 TB (1.66 TB free)
      Apple Inc. BRCM2046 Hub
      Apple Inc. Bluetooth USB Host Controller
      Apple Inc. iPhone
      Apple Internal Memory Card Reader
      Apple Computer, Inc. IR Receiver
    Thunderbolt Information: ℹ️
      Apple Inc. thunderbolt_bus
    Gatekeeper: ℹ️
      Mac App Store and identified developers
    Kernel Extensions: ℹ️
      /Library/Application Support/Avast/components/fileshield/unsigned
      [loaded] com.avast.AvastFileShield (2.1.0 - SDK 10.9) [Support]
      /Library/Application Support/Avast/components/proxy/unsigned
      [loaded] com.avast.PacketForwarder (2.0 - SDK 10.9) [Support]
    Problem System Launch Agents: ℹ️
      [failed] com.apple.syncservices.SyncServer.plist
    Launch Agents: ℹ️
      [loaded] com.avast.userinit.plist [Support]
      [running] com.epson.Epson_Low_Ink_Reminder.launcher.plist [Support]
      [loaded] com.epson.esua.launcher.plist [Support]
      [running] com.epson.eventmanager.agent.plist [Support]
      [loaded] com.oracle.java.Java-Updater.plist [Support]
      [running] com.trusteer.rapport.rapportd.plist [Support]
    Launch Daemons: ℹ️
      [loaded] com.adobe.fpsaud.plist [Support]
      [loaded] com.avast.init.plist [Support]
      [loaded] com.avast.uninstall.plist [Support]
      [failed] com.avast.update.plist [Support]
      [loaded] com.microsoft.office.licensing.helper.plist [Support]
      [loaded] com.oracle.java.Helper-Tool.plist [Support]
      [running] com.trusteer.rooks.rooksd.plist [Support]
    User Launch Agents: ℹ️
      [loaded] com.adobe.ARM.[...].plist [Support]
      [invalid?] com.avast.home.userinit.plist [Support]
      [running] com.microsoft.LaunchAgent.SyncServicesAgent.plist [Support]
    User Login Items: ℹ️
      iTunesHelper ApplicationHidden (/Applications/iTunes.app/Contents/MacOS/iTunesHelper.app)
    Internet Plug-ins: ℹ️
      FlashPlayer-10.6: Version: 16.0.0.235 - SDK 10.6 [Support]
      Default Browser: Version: 600 - SDK 10.10
      AdobePDFViewerNPAPI: Version: 11.0.07 - SDK 10.6 [Support]
      AdobePDFViewer: Version: 11.0.07 - SDK 10.6 [Support]
      DivXBrowserPlugin: Version: 2.2 [Support]
      Flash Player: Version: 16.0.0.235 - SDK 10.6 [Support]
      OVSHelper: Version: 1.1 [Support]
      QuickTime Plugin: Version: 7.7.3
      JavaAppletPlugin: Version: Java 8 Update 25 Check version
    Safari Extensions: ℹ️
      wrc [Installed]
    3rd Party Preference Panes: ℹ️
      DivX  [Support]
      Flash Player  [Support]
      Flip4Mac WMV  [Support]
      GoToMyPC Preferences  [Support]
      Java  [Support]
      Trusteer Endpoint Protection  [Support]
    Time Machine: ℹ️
      Skip System Files: NO
      Auto backup: YES
      Volumes being backed up:
      Macintosh HD: Disk size: 999.35 GB Disk used: 281.84 GB
      Destinations:
      Seagate Expansion Drive [Local]
      Total size: 2.00 TB
      Total number of backups: 78
      Oldest backup: 2013-07-28 18:09:06 +0000
      Last backup: 2015-01-04 14:29:38 +0000
      Size of backup disk: Adequate
      Backup size 2.00 TB > (Disk used 281.84 GB X 3)
    Top Processes by CPU: ℹ️
          2% WindowServer
          1% mds
          0% fontd
          0% mds_stores
          0% com.avast.daemon
    Top Processes by Memory: ℹ️
      120 MB Safari
      112 MB com.avast.daemon
      94 MB com.apple.WebKit.WebContent
      56 MB spindump
      52 MB mds_stores
    Virtual Memory Information: ℹ️
      479 MB Free RAM
      1.56 GB Active RAM
      1.11 GB Inactive RAM
      904 MB Wired RAM
      5.37 GB Page-ins
      75 MB Page-outs
    Diagnostics Information: ℹ️
      Jan 4, 2015, 01:57:18 PM Self test - passed
      Standard users cannot read /Library/Logs/DiagnosticReports.
      Run as an administrator account to see more information.

    patbythesea wrote:
    Can I assume that with my Mac I do not need any additional virus protection software?  If I do, what should I use?
    See my Mac Malware Guide for help on protecting yourself from malware. You generally don't need anti-virus software.
    (Fair disclosure: I may receive compensation from links to my sites, TheSafeMac.com and AdwareMedic.com, in the form of buttons allowing for donations. Donations are not required to use my site or software.)

  • How can i find a grant to help a child with special needs non verbel get an ipad for free, how can i find a grant to help a child with special needs non verbel get an ipad for free

    Hello I have a question and hope maybe someone can help I am look for a grant or some type of information on how I can get my  non verbal Autistic son a  IPad . I heard so much on how it help with school and other behavioral issue. We a very low income family and to purchase a IPad is way out of our budget since we don't have any extra funds for it ..I do good to get him what he needs and take him to doctors appointments. So please listen to a single mom pleas I just want him to thrive and be all he can be. Thanks from the bottom of my heart

    I agree with the people who posted above.
    I have questions for you --
    How old is your son?
    Does he attend a school program?
    What country, state, and city do you live in? (Your name above indicates you might be in NY.(?)
    Has your child been diagnosed with autism so that he deals with a specialist? The doctor/medical facility you are connected with should be able to help you.
    I did a quick google search and many groups came up. You can also get connected with many groups, such as your board of education, autismspeaks.org, hollyrod.org, nationalautismassociation.org, ...the list goes on.
    If you google 'autism support groups' and 'autism support groups in (your city)' you might get to some groups that will steer you in the right direction.
    Hope this helps.

  • How to load data at non-leaf levels directly?

    Hi,
    We have a requirement where by Fact data for different scenarios gets loaded at different levels of ragged/recursive hierarchies.
    For example, the Actual sales are loaded at Product Leaf level but the Budgets data is available for loading only at Product Group level (which is one level above Product Leaf in Product Hierarchy).
    Please let me know if this is possible in Essbase.
    This is rater urgent.
    Thanks & Regards,
    Gurudatta

    Yes, as Gary said, performance is one factor.
    There are other less prominent reasons to keep agg missing on, but the overall reason for me is that it just makes more sense, especially when you consider the user operations involved in zooming in on data. When you do a zoom to bottom level, it's going to show you that the sum of the parts is equal to the whole in a well designed cube with agg missing on. With agg missing off, this may or may not be the case, and would NOT be the case if you load at non-leaf members. In that scenario, you end up with a "where did the data go?" issue that adds time to any hunt for answers as well as the likelyhood that more questions will be brought up that ultimately need answering. It's not obvious, but one scenario can be described as follows:
    (For convenience, I will use a standard time dimension hierarchy of YEAR|QUARTER|MONTH|DAY to illustrate the issue)
    2008 = 12000
        2008Q1 = 3000
            Jan 2008 = 1000 (input)
                1/1/2008 = #Missing
                1/2/2008...
            Feb 2008 = 1000 (input)
            Mar 2008 = 1000 (input)
        2008Q2 = 3000
          ... and so onIn the above example, there are two ways that confusion and errors can occur, the first is that somebody decides to upload some data to the days (level 0) instead of the month, and it doesn't add up to the total for the month. The second is that somebody decides to upload to the quarter, and thus the months no longer add up to the quarter amount. I treat these two conditions separately because in the first, the total is still represented by the amounts loaded to the monthly values, whereas the second case changes the grand total. If you were troubleshooting, you have to go level by level to see where the "breakdown" occurs by comparing each and every parent value to the sum of the children. It's a valid condition that is almost impossible to find quickly. There is no quick "show me all the inputs" approach, and no easy way to enforce an "input only at these levels" condition (there is, but there isn't as it's only practical in a perfect environment and trust me here you won't have it for long even if you could create it to begin with).
    So, long story short, data consistency goes out the window in a "load at upper level" cube, and the simple answer of providing an input member for the required generation(s) is much easier and reliable in the long run.
    Of course, there will always be exceptions, I just like to avoid them at all cost on this issue.

Maybe you are looking for

  • Nano does not work! Screen frozen, Not recognized by computer nor iTunes

    Hello There I have problems with my iPod, today I turned it on to listen to music, but when I selected the song and pressed play, the screen was frozen, I left so this morning until arriving to the Office. Then I tried access by Windows trying to for

  • InDesign CS5 - Printing, only first page is upside down.

    Strange problem. I have a multipage document that has threaded text on pages 2-10 (for example). When I print (duplex or not), the first page (cover page of the manual I writing) is upside down! It shows correctly in indesign, as well as when I expor

  • More than 6 Calendars in Monthly View?

    Is there any way to show more than 6 Calendars in the Monthly View? After 6 are displayed, there are just 3 dots that indicate that there are more Calendars out of sight. Thanks, Chris. Message was edited by: o'crikey

  • 3d fx

    hello illustrators how about some 3d fx upto date in illustrator,i always try to make objects trying ot give them the right light source and shading,imagine a feature in illustrator that can add like lights omni,spotlights etc etc and give various re

  • Calling SAPF124 into function module

    Hi experts, I am calling the SAPF124 program into function module .....i have the posting date as range in function moduel i want to pass through range can anyone help me how to pass it if its from and to range means i am able to pass it easily. but