Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 5 of 5

Thread: Creating Callout shape window

  1. #1
    Junior Member
    Join Date
    Jan 2012
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Creating Callout shape window

    Hi,

    I would like to create a window that will open as a callout shape.
    Meaning – usually, a window is in a square shaped.
    I would like to open it in a tooltip (or callout) shape.
    I do not mean a tooltip that will open over an HTML page but a window that will be opened as the shape of a tooltip.

    Is it possible?

    Thanks!


  2. #2
    Super Moderator pbrockway2's Avatar
    Join Date
    Jan 2012
    Posts
    987
    Thanks
    6
    Thanked 206 Times in 182 Posts

    Default Re: Creating Callout shape window

    Also at http://www.java-forums.org.

    Please be forthright about cross posting.

  3. #3
    Think of me.... Mr.777's Avatar
    Join Date
    Mar 2011
    Location
    Pakistan
    Posts
    1,136
    My Mood
    Grumpy
    Thanks
    20
    Thanked 82 Times in 78 Posts
    Blog Entries
    1

    Default Re: Creating Callout shape window

    Quote Originally Posted by vrof View Post
    Hi,

    I would like to create a window that will open as a callout shape.
    Meaning – usually, a window is in a square shaped.
    I would like to open it in a tooltip (or callout) shape.
    I do not mean a tooltip that will open over an HTML page but a window that will be opened as the shape of a tooltip.

    Is it possible?

    Thanks!
    Well, you are misinterpreting the window with callout shape.
    Why do you need to have a window in that shape?
    Should it be a window?

  4. #4
    Junior Member
    Join Date
    Jan 2012
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Creating Callout shape window

    I don’t want it to be opened over an application.
    I want to open it over the desktop and that it will point an icon/s which seats on the desktop.
    Do you have an alternative that will do so which is not a window? I’ll be glad to hear.
    Anyway, I’ll be glad also to receive solution which will create a window shaped like a tooltip/callout.

    Thanks

  5. #5
    Think of me.... Mr.777's Avatar
    Join Date
    Mar 2011
    Location
    Pakistan
    Posts
    1,136
    My Mood
    Grumpy
    Thanks
    20
    Thanked 82 Times in 78 Posts
    Blog Entries
    1

    Default Re: Creating Callout shape window

    Not a window but an image or whatever you say. Even many look and feels don't support such shapes(as far as i know)

Similar Threads

  1. Replies: 1
    Last Post: December 17th, 2011, 03:32 AM
  2. Printing a Diamond shape Problem.
    By Sev in forum What's Wrong With My Code?
    Replies: 4
    Last Post: November 23rd, 2011, 09:05 AM
  3. Shape error?
    By xTommy24 in forum AWT / Java Swing
    Replies: 1
    Last Post: October 20th, 2011, 08:46 AM
  4. Shape Calculation Program
    By TH1 in forum What's Wrong With My Code?
    Replies: 1
    Last Post: January 29th, 2011, 03:54 PM
  5. How to drag the shape to move?
    By ice in forum AWT / Java Swing
    Replies: 21
    Last Post: December 15th, 2010, 06:45 PM