How to make a clickable link into a JOptionPane

Hi all,
I've created a about menu for my app with a JOptionPane and I'd like to know if I can insert a clickable link to my email on this, so when the user clicks it, it will have the same effect as it would have on a web browser.
Is it possible?

Yes.... You can put other things besides strings into JOptionPanes. Such as you can put a JEditorPane that displays some HTML, which can in turn have links in it. Or buttons that look like links.
But I've also had problems in modal dialogs in some cases where clicking the links in HTML doesn't work correctly (the HyperTextEvent doesn't get fired).
As for same effect... Well, it's usually more complicated than that. Applets are simple (Applet.showDocument(), or AppletContext, whatever it is). Otherwise you need to do something different. Search the forums for posts on launching URLs from applications, there's plenty o' info.

Similar Messages

  • Spry Image Slideshow- how to make a clickable link for images

    I have the slideshow on my site and it works fine but I need to allow a user to click on the larger images and for that to open up an external site in a new window. How is this possible given that currently when you click on an image you just get the Pause and Start events?
    Thank you.

    Yes.... You can put other things besides strings into JOptionPanes. Such as you can put a JEditorPane that displays some HTML, which can in turn have links in it. Or buttons that look like links.
    But I've also had problems in modal dialogs in some cases where clicking the links in HTML doesn't work correctly (the HyperTextEvent doesn't get fired).
    As for same effect... Well, it's usually more complicated than that. Applets are simple (Applet.showDocument(), or AppletContext, whatever it is). Otherwise you need to do something different. Search the forums for posts on launching URLs from applications, there's plenty o' info.

  • JavaFX 2.0 : How to make a stage fit into browser view area?

    Invoking a JavaFX 2.0 applet from browser results in white spaces on the right and bottom area of the browser. This happens when the JavaFX stage resolutions is lesser than that of browsing desktop resolution. In a client/server model, usually server components doesn't know about the client resolutions. So how to make a stage fit into browser view area?
    Also I think, setting the primary stage to full screen mode is not what I want to achieve, as this mode overlays the browser window.

    Try typing 100% into the width and height fields. Alternatively, you could use Javascript (no connection to Java in spite of the name) to create an event to resize the applet to the window's size.

  • How to make an hypertext link workable with adobe reader for IOS ?

    Hello,
    Hypertext links in a PDF file work perfectly well on Mac OS (Yosemite).
    The same document on an IPAD with IOS is not able to open an hypertext link ...
    How could I do to solve this problem ?
    An author who want to publish electronic books with hypertext links on mobile devices

    Hello Steve,
    All my best wishes for the new year.
    To answer your question :
    . I am writing books on my IMAC with Yosemite  (10.10.1) using Word (14.4.7)
    of  OFFICE MAC.
    . I can open Hyperlink connection by clicking on the link
            . I save the document in a .PDF format
    . This document is sent to my IPAD with IOS 8.1.2
    . In this .PDF document I am no more able to open hyperlink connection
    Please see attached an abstract of my book.
    Thanks a lot for your help and advices.
    Michel Poncet
    Tel: +33 4 76 89 50 82
    http://www.amazon.fr/Glariand-Copent/e/B007NXP7FU
    De :  Steve Werner <[email protected]>
    Répondre à : 
    <[email protected]>
    Date :  vendredi 2 janvier 2015 03:34
    À :  Michel Poncet <[email protected]>
    Objet :   How to make an hypertext link workable with
    adobe reader for IOS ?
    How to make an hypertext link workable with adobe reader for IOS ?
    created by Steve Werner <https://forums.adobe.com/people/Steve+Werner>  in
    Adobe Reader for iOS - View the full discussion
    <https://forums.adobe.com/message/7058559#7058559>
    Hyperlinks can be of several types. What are you linking to? Exactly what
    application did you test the hyperlinks with on the Mac? What application
    did you use to create the hyperlinks?
    If the reply above answers your question, please take a moment to mark this
    answer as correct by visiting:
    https://forums.adobe.com/message/7058559#7058559 and clicking ŒCorrect¹
    below the answer Replies to this message go to everyone subscribed to this
    thread, not directly to the person who posted the message. To post a reply,
    either reply to this email or visit the message page:
    Please note that the Adobe
    Forums do not accept email attachments. If you want to embed an image in
    your message please visit the thread in the forum and click the camera icon:
    https://forums.adobe.com/message/7058559#7058559 To unsubscribe from this
    thread, please visit the message page at
    , click "Following" at the
    top right, & "Stop Following" Start a new discussion in Adobe Reader for iOS
    by email
    <mailto:[email protected]eso
    ftware.com>  or at Adobe Community
    <https://forums.adobe.com/choose-container.jspa?contentType=1&containerType=
    14&container=4631>  For more information about maintaining your forum email
    notifications please go to https://forums.adobe.com/thread/1516624.

  • How to Move "My Accounts" link into "My Dashboard" link ???????

    Hello Everyone....
    Anybody know this how to move "My Accounts" link into "My Dashboard" link?
    I have a requirement that i have to move "My Accounts" link (which is opening in the new window) to "My Dashboard" link (which has no reports published).
    I need this urgently....
    Thanks in Advance......

    hello kyle....
    Thank You for ur reply..
    we are using the OBIEE 10.1.3.2 version. The My Accounts link url is same like http://<servername>/analytics/saw.dll?UserPreferences&_scid=NBzLHCnJYTE
    The My Dashboard link url is http://<servername>/analytics/saw.dll?Dashboard
    Username: Administrator
    Password: Administrator
    Could you please tell me is any details further required??? if u give me any document or information in this regard it is so helpful to me.
    Thanks....

  • How to make a single recording into multiple songs garageband

    I recorded my band's gig the other night using my Zoom H2 recorder.  I want to take the single 1.5 hour recording (12songs) and make it into a CD with 12 individual tracks.  I would like to use garageband so i can edit out the deadtime between songs but I don't know how to make a CD.

    johndmalone wrote:
    I want to take the single 1.5 hour recording (12songs) and make it into a CD with 12 individual tracks
    http://www.bulletsandbones.com/GB/GBFAQ.html#chaptertocdtracks
    (Let the page FULLY load. The link to your answer is at the top of your screen)

  • How to make an anchor link also refresh the page?

    I'm trying some new things with some widgets (compositions) and I'd like to make certain anchor links also refresh my page (on the mobile version of my website). I tried putting the entire link in instead of just selecting my anchor (.com/mypage#myanchor) but that only works the first time (maybe because the user already is on .com/mypage#myanchor ?)
    A bit of Googling found me a way to do this:
    window.location.href = 'mypagetoreload.htm#jumptosection1';
    window.location.reload(true);
    but I don't know how to use this in Muse..
    Thanks in advance!

    Im experimenting with some different versions of a mobile version of my website. In this one I'm trying to put all content (everything except the header and footer) in a composition slideshow. I made the triggers invisible and placed them over my menu buttons in the header, so that the content scrolls horizontally. I like this because people only need to load 1 page (my mobile version only has about 6 pages) and they can also swipe between content, like my product pages.
    This all worked out fine, but now every "page" is the same length (because in reality its just one page with a slideshow on it). So now I had to add content to some pages (like home and about us) to kinda fill all space (the pages with my products on it have alot more content). I decided to put pages together, like put "about us" on the same page as "home". I made an anchor and linked to that anchor with my "about us" menu button. But, as "about us" is on slide 1 with home, the slideshow must also reset when people click it (otherwise you would only scroll down on the wrong slide). If I make my website refresh the slideshow resets (it would also work if i open the link in a new window, but that'd be very annoying).
    English isn't my first language, please excuse my bad grammer.
    Thanks in advance!

  • How to add a website link into a final cut video

    Does anyone know how to add a website link that someone can click on that I can add to a video I might be creating in Final Cut Express? I am looking for an easy way to do this and I cannot find one. Thanks.

    I believe Media100 is the only application that can do this. Or at least it used to, don't know if it still does. There is a company called VideoClix that can create hot spots on QuickTime files. The technology is in QuickTime, who'd just have to learn how to do it.

  • How to make data base link from oracle 11g r2 to microsoft sql 2008 express

    I need to make data base link from oracle 11g r2 to microsoft sql 2008 express to make replication between then
    please help me !
    I didn't know what is the user and password in the command which create database link

    To replicate data you can ude Database Gateway for ODBC or Database Gatewy for MS SQl Server. Please use the search engine of this forum if you ant to get more details about each product.
    Some SQl Servers are set up to use Windows authentication only. In this case you won't be able to connect to the SQL Server as Windows authentication isn't supported with the gateways. You have to make sure your SQL server is supporting username and password authentication - a common user is the "sa" user. Regarding the username/password, please get in touch with your SQL Server Admin.

  • Can someone describe to me how to make a JPEG file into a live link?

    A little more explanation.  I have a client who wants live links in her email signature.  I have individual Facebook, Twitter and Pinterest JPEG's that need to be placed into her Outlook Signature Editor.  When each icon is clicked in the signature, I need them to open to Facebook, Twitter and Pinterest.  Can anyone tell me how to do this in PhotoShop?

    Thanks again John.  I figured it out for Mac Mail.  Maybe this will help someone else.  Place the icon in your Mac Mail signature editor,  select it,  Go to “Edit" > "Add Link” > (a space comes up for you to place your link.)  Place the appropriate link and hit “OK”.

  • How can I make a clickable link go to the correct webpage on Firefox?

    I am on the David C. Driskell Center homepage (www.driskellcenter.umd.edu) and when I click on a link such as Alison Saar: Still... I am taken to that page but when I click on the "Home" button in the navigation back and return to the homepage and then click on the Alison Saar: Still... link again, it doesn't go anywhere and takes multiple clicks before I am able to get back into that page. What is the possible reason that it is doing that and is there a way for me to fix that problem using Dreamweaver CS3.

    Reload web page(s) and bypass the cache to refresh possibly outdated or corrupted files.
    *Hold down the Shift key and left-click the Reload button
    *Press "Ctrl + F5" or press "Ctrl + Shift + R" (Windows,Linux)
    *Press "Command + Shift + R" (Mac)
    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Firefox/Tools > Add-ons > Appearance).
    *Do NOT click the Reset button on the Safe Mode start window.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • How do i insert my pdf (with clickable links) into the body of an email?

    I do not want to use mail chimp, copy & paste, or take a screenshot.  Since I have updated my programs I am no longer able to do this and that seems pretty backwards to me.

    What happens if your recipients' email clients do not display images by default? Will your message still get across?
    http://www.emaillabs.com/tools/email-marketing-statistics.html#blockedimages
    Hopefully, you have no more than 100 recipients to your email marketing as AOL imposes a limit.
    The comparison between messages you send and those you have received should be clearly made. Were those messages that you received sent from AOL? Were they sent with the same AOL mail client? Do they use images attached to the message or called from a web server?

  • How To Make A Hot Link?

    How do I make a one word hot link, using Apple Mail, without pasting the complete URL?
    Thanks, John

    I am running Panther (OS X 10.3). Even complete URLs that I cut and paste into a mail message (such as http://www.apple.com/) using the built in Mail app do not show up as active (i.e. they're not clickable) on the receiving end. My friend reads the messages using Outlook 2003 running on Windows XP Pro. He tells says my mail messages are the only ones in which the links are not clickable.

  • How do I embed a link into my document template?

    The document I am adding to my library has hyperlinks that point a customer to our privacy policy, customer agreement and terms of service.
    When I test the final output from a participant perspective, the participant CAN NOT click into these hyperlinks from the screen by which they are being asked to sign the document.
    How we can we embed a link in such a way that a user can decide to click on it and see the data BEFORE they actually sign the document and receive a pdf confirm?

    Ah! that makes total sense now. I was beginning to scratch my head thinking "how could such an obviously necessary feature be missing from what a paying customer can do" and then I was this.
    Ofcourse only an enterprise should want its clients to be able to click a hyperlink during the signing process for information on legal or other matters.
    A standard lowest of the low basic package should never want or need such a feature. Good stuff, Adobe. Thank you for the quick turnaround as well.

  • How to make a Dynamic Link starting in After Effects to Premier (not other way around)

    I have seen a ton of tutorials how to Dynamic Link from Premier to After Effects. (but not the other way around. )
    I need instructions/video how to link starting in After Effect to Premier.
    For example if I make a title in After Effects and then want to dynamic Link it into Premier how is this done?
    Thanks!!

    I've looked at this too. When I first started using DL, I thought that it was basically a two way street between applications. But that analogy doesn't work very well. DL is PPro-centric. Like PPro is the hub, DL the spokes, and the other Abobe applications are on the rim. And this makes a fair amount of sense. The central feature of an editing suite is the editor, and that would be PPro.
    Another way to look at it is that you can push from PPro to AE, and PPro can pull from AE, but AE can not push to PPro. So the direct answer to "I need instructions/video how to link starting in After Effect to Premier"  is, you can't. What you can do is make your title composition in AE, import that AE project into PPro, and use the composition as you would any other asset in PPro. Then when you change your title in AE, you'll see the change in PPro almost immediately without you having to do anything.
    When I'm making motion lower thirds, for example, I now make them in AE. I let the AE project reside in the directory with the PPro project that I made the lower thirds for. Then when I want the lower thirds in PPro, I just import the AE lower thirds into the PPro project. There's a few ways to do this. One is to use the Media Browser. The MB will open up the AE project for you and let you select which composition you want to import. Another way is to File...Adobe Dynamic Link...Import AE composition which does more or less the same thing. There may be other ways as well, IDK.

Maybe you are looking for

  • I have os x 10.6.6 and I need to remove a partition from boot camp and I no longer have a boot camp assistant...HELP!!!

    HELP!     You've heard of builders who never get their house finished?  Well, I have a husband who could do this and a friend of my husband's who can also but they REFUSE to help me or at least keep forgetting (conveniently).  I'm at wits end and am

  • Omniportlet problems using web page as data source

    When trying to set up an omniportlet using a web page as a data source I get as far as defining the sectioning and scraping parts of the web clipping process. When going on to the "filter" step of the process I always get an error message like: Error

  • CRM and ECC  6.0

    Hi Gurus, Can any one tell me the difference in functionalities between crm and ecc 6.0? Or ecc6.0 is integrated with crm? What all functionalities of crm can be configured through ecc 6.0? Whether we require a seperate crm system like the R/3 4.7 an

  • Problem to install oracle 10g on linux

    Hi, I want to install Oracle 10g on Linux (I have Linux X76CLLCFAUU 2.6.18-194.17.1.el5 #1 SMP Mon Sep 20 07:12:06 EDT 2010 x86_64 x86_64 x86_64 GNU/Linux) , when i run ./runInstaller, i have the following error , do you known what is the problem : D

  • Mail reset to default??

    For some reason, when I start Mail now, it's asking me to enter my Name, email address, and password - as if to create a new account. I can't seem to get into my existing email folders. If I look in Library > Mail , I can see that my two email accoun