How to add tool tips on Image Icon obj?

how to add tool tips on Image Icon obj?

Take a look at the link shown below where drawing is done on a JButton -- you can draw your image on a JLabel too.
http://developer.java.sun.com/developer/TechTips/1999/tt0826.html
By drawing on a JLabel or JButton, you can add tooltiptext when needed.
;o)
V.V.

Similar Messages

  • Add tool tip to left right button in JTabbedPane??

    Hi,
    I am using a tabbed pane with follwong setting.
    tabPane.setTabLayoutPolicy(JTabbedPane.SCROLL_TAB_LAYOUT);
    So when the no of tab is more a left right button appears.
    I want to add tool tip to these button
    How do i get the instance of these buttons
    thnx
    Neel

    try this for east/west, similar for north/south
    (hopefully there's an easier way)
    import java.awt.*;
    import javax.swing.*;
    class Testing extends JFrame
      public Testing()
        setLocation(300,200);
        setSize(150,100);
        setDefaultCloseOperation(EXIT_ON_CLOSE);
        JTabbedPane tp = new JTabbedPane();
        tp.setTabLayoutPolicy(JTabbedPane.SCROLL_TAB_LAYOUT);
        tp.setUI(new MyUI());
        for(int x = 0; x < 12; x++)
          JPanel p = new JPanel();
          p.add(new JLabel(""+x));
          tp.addTab(""+(char)(x+65),p);
        getContentPane().add(tp);
      class MyUI extends javax.swing.plaf.metal.MetalTabbedPaneUI
        protected JButton createScrollButton(int direction)
          if (direction != SOUTH && direction != NORTH && direction != EAST && direction != WEST)
              throw new IllegalArgumentException("Direction must be one of: SOUTH, NORTH, EAST or WEST");
          return new ScrollableTabButton(direction);
        private class ScrollableTabButton extends javax.swing.plaf.basic.BasicArrowButton implements javax.swing.plaf.UIResource,SwingConstants
          public ScrollableTabButton(int direction)
            super(direction, UIManager.getColor("TabbedPane.selected"),
                             UIManager.getColor("TabbedPane.shadow"),
                             UIManager.getColor("TabbedPane.darkShadow"),
                             UIManager.getColor("TabbedPane.highlight"));
            if(direction == WEST) setToolTipText("<<<<<");
            else if(direction == EAST) setToolTipText(">>>>>");
      public static void main(String[] args){new Testing().setVisible(true);}
    }

  • How to add a border to image

    I am a newby to Photoshop.  All I want to do is add a
    border to my image.  Can't find a tutorial. Help?

    Thank you. It looks very helpful.
    Date: Mon, 27 Jun 2011 15:03:52 -0600
    From: [email protected]
    To: [email protected]
    Subject: How to add a border to image
    Here's a little video from Adobe TV that shows you how to create borders in Photoshop Elements. If you don't have Photoshop Elements, skip the first 1:25 of the video, the rest of the steps apply to Photoshop as well:
    http://tv.adobe.com/watch/learn-photoshop-elements-9/creating-a-photo-borde/
    >

  • How to add byte[] array based Image to the SQL Server without using parameter

    how to add byte[] array based Image to the SQL Server without using parameter.I have a column in table with the type image in sql and i want to add image array to the sql image column like below:
    I want to add image (RESIM) to the procedur like shown above but sql accepts byte[] RESIMI like System.Drowing. I whant that  sql accepts byte [] array like sql  image type
    not using cmd.ParametersAdd() method
    here is Isle() method content

    SQL Server binary constants use a hexadecimal format:
    https://msdn.microsoft.com/en-us/library/ms179899.aspx
    You'll have to build that string from a byte array yourself:
    byte[] bytes = ...
    StringBuilder builder = new StringBuilder("0x", 2 + bytes.Length * 2);
    foreach (var b in bytes)
    builder.Append(b.ToString("X2"));
    string binhex = builder.ToString();
    That said, what you're trying to do - not using parameters - is the wrong thing to do. Not only it is insecure due to the risk of SQL injection but in the case of binary data is also inefficient since these hex strings are larger than the original byte[]
    data.

  • How to create tool tip in indesign skd?

    hi,
    Anyone suggest me, how to create tool tip in indesign skd?
    thanks,
    vijay

    Thanks for your reply, But i cannot able to set it in plugin menu.
    Please guide me
    Thanks,
    vijay

  • How to set Tool Tip Text to Tree Node?

    Hi,
    How to set Tool Tip Text to Tree Node in JTree?
    Pls somebody help me to solve it.

    bsampeieri,
    Been here a long time myself. I don't agree with the one post is enough per se. That is to say, sometimes, it helps to post in several groups so that more eyes may see it. A number of forum posters linger in specific forum topics and may not see the post in another forum.
    Now, if in the previous post you/others answered the question and then the OP posted here later, I could see the complaint.
    For the OP, the better way to cross-post is to have one "main" post, then have all the other posts refer back to that one (link to it) so that people aren't duplicating the effort to answer your question(s). A simple "I have cross-posted this to get more eyes on it. Please reply to this question at this post <link here>"

  • Irritating Tool Tip on image file location

    My complied web help (RoboHelp Word) shows an irritating tool
    tip on the location and file name of the images when the mouse is
    placed over the images. How do I disable this?

    Hi jothi21 and welcome to our community
    Personally, I try like heck to avoid mixing Word and
    RoboHelp, but it does appear here that you actually LIKE this
    combination.
    If this were RoboHelp HTML. I'd tell you to double-click the
    offending image and look in the
    Screen tip field. I'm hopeful here that Word might offer the
    same thing if you double click your image there. If not, try right
    clicking the image and see what options you have. The goal is to
    see if RoboHelp will offer some option to insert the same thing in
    the RoboHelp for Word version.
    Cheers... Rick

  • How to add custom ADF Tree Node icon

    Hi All,
    i am using below code in style sheet to set the tree node icon,
    af|tree::node-icon:nodetype-collapsed
    but i don't have any idea how to add getnodetype() method in the node class, (I am using Jdeveloper 11.1.1.2.0). please suggest me the steps to achive it.
    Thanks,
    Mahesh

    i did as you suggested, but i am not getting any image, below is my source
    <nodeDefinition DefName="com.mahesh.SSCExplorer.model.ROview.OrdrHdrVO"
    Name="OrdrHdr20"
    TargetIterator="${bindings.OrdrHdr2Iterator}"
    ClosedIcon="/Nuvola_filesystems_folder.png"
    OpenIcon="/Nuvola_filesystems_folder.png"
    Icon="/Nuvola_filesystems_folder.png">
    please suggest is there any other settings i need to do.
    Thanks,
    Mahesh

  • How to put Tool Tip in JSP page

    Hello.
    How can i put Tool Tip in JSP page and also html page.

    title="value"
    put this in all the tags whereever it is required

  • How to implement tool-tip for the list items for the Choice column in SharePoint 2013

    I had created a simple list with a "Choice" column, i have three entries in my drop-down, 
    First Entry
    Second Entry
    Third Entry.
    If i select any entries in drop-down and hour-over (Second Entry), a
    tool-tip need need to show. 
    Is it possible? If yes how to implement any help will be appreciated.

    Hi,
    We can use JavaScript to achieve it.
    The following code for your reference:
    <script type="text/javascript" src="/sites/DennisSite/Shared%20Documents/js/wz_tooltip.js"></script>
    <script type="text/javascript" src="/sites/DennisSite/Shared%20Documents/js/jquery-1.11.1.min.js"></script>
    <script type="text/javascript">
    $(function () {
    $("select[title='Choice']").change(function(){
    Tip($(this).val());
    $("select[title='Choice']").mouseout(function(){
    UnTip();
    </script>
    Download wz_tooltip.js:
    http://www.walterzorn.de/en/tooltip/tooltip_e.htm#download
    Best Regards
    Dennis Guo
    TechNet Community Support

  • How to get tool tip for ALV Contents.

    Hi,
    I have a ALV list with some data and Icons.
    When my mouse is on Icon,
    it should display a info text or tool tip,
    Any body help me?
    Best Regards
    Vinay.

    Hi Vinay
    Happy that you have solved your problem.
    I do not know which post has solved your problem. But you can give points to the posters by clicking the yellow star next to the post header to thank them. This is a part of SDN Contributor Recognition Program.
    You can give;
    many '2' points (Helpful answer)
    two '6' points (Very helpful answer)
    and one '10' points (Problem solved)
    For more information:
    https://www.sdn.sap.com/sdn/index.sdn?page=crp_help.htm
    *--Serdar

  • How to show Tool Tip to the XGlobe Component

    Hi Expert,
    I am new to the Xcelsius.I have an requirement and need your valuable inputs.
    I am using the XGlobe component, in which i have used alerter on it, by using the pins. I have 200 countries to show on the globe. It is not possible for anyone to remember all those countries from the Globe component and click on that country and get the required value. I am using QAAWS to develop this dashboard
    So to make it easy i need to show the tool tip on the pins of the Globe so that i can easily know the country name.
    Please help me out on this.
    waiting for your inputs.
    Thanks in dvance,
    Sandeep

    Hi Charles,
    Thanks for your reply, I have already used the text box to catch the values from the Globe.
    But as there are too many countries (around 200) and everyone is not able to understand the geographical location of the country on the globe, so every time the user needs to click on the pins to get the desired country.
    Is there any add ons or an external component which i can use with Globe or anyother way to show the Tool Tip.
    Regards,
    Sandeep

  • How to add a tip to flexfield columns

    How to add shorttip to Flex: (BankDetails) columns/segments. I know how to add shortip if it is a messtext input, I would like to know is there a way to add shorttip to Flexfield columns using personalizations.

    There seems to be no way for adding tip for a single segment using personalization.
    FYI:
    1. For whole region you can add a tip by creating a tip item just under flex item.
    2. Using controller, get the handle of any single segment. Then use the below method:
    oamessagetextinputbean.setLongTip()
    -Anand

  • How to add varnish to an image

    HOw do i add varnish to an image i want to print?

    Draw the shape of the area you want to varnish.
    Colour it with a spot colour. Any faint colour will do. Name the spot colour ‘Varnish’ or something else appropriate.
    Put the shape onto a top layer and set the colour to Overprint (in Attributes).
    View the file with Overprint Preview turned on. The varnished area will probably look slightly tinged with the colour you chose, but don’t worry about that.
    Check Separation Preview to make sure that your varnish is definitely in its own separation.
    Remember that you should be thinking in inks rather than just judging what you see on your monitor.
    Talk to your printer to make sure that he prints your Varnish separation with actual varnish and not with some silly colour.

  • How to control tool tip popup?

    Dear all:
    How can I control tool tip popup whenever I want ? and the position?

    I've been looking at this myself recently, and have come to the conclusion that it's easier to show a JWindow with a JLabel insteadWell it depends on the actual requirement.
    To simply force a tooltip to display in its default location for the component you can use:
    Action toolTipAction = component.getActionMap().get("postTip");
    if (toolTipAction != null)
         ActionEvent postTip = new ActionEvent(component, ActionEvent.ACTION_PERFORMED, "");
         toolTipAction.actionPerformed( postTip );}
    To force a tooltip to display is a specific location you need to get a little more creative. We tried code something like:
    int delay = ToolTipManager.sharedInstance().getInitialDelay();
    ToolTipManager.sharedInstance().mouseEntered( create a mouse entered event );
    ToolTipManager.sharedInstance().mouseMoved( create a mouse moved event);
    ToolTipManager.sharedInstance().setInitialDelay(delay);The above code should dislay the tooltip, but it will be hidden based on the rules of the tooltip manager.
    If you want a more permanent tooltip that you can control when it is visible or hidden then I would use a PopupFactory. The basic code is:
    JToolTip tooltip = component.createToolTip();
    toolTip.setTipText(...);
    PopupFactory factory = PopupFactory.getSharedInstance();
    popup = factory.getPopup(component, toolTip, x, y);
    popup.show();Now you are responsile for invoking the popup.hide() method.

Maybe you are looking for