Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsWhite Papers
Discussion GroupsFirst AidDatabasesJavaBeansGUIJava 3DVirtual MachineCORBASecurityToolsGeneral
Java DirectoryOpen Source ProjectsSample Book ChaptersUser GroupsWeb Resources
Related Topics
Databases.NETMore Topics ...

Java Forum / General / October 2007

Tip: Looking for answers? Try searching our database.

ToolTipText not showing

Thread view: 
Håkan Lane - 25 Oct 2007 12:05 GMT
I use the setToolTipText to add help popup texts to some of the
JButtons in my application. They show up when running it locally from
NetBeans, but not when accessing it through the Java Web start page. Why
is that? I attach the jnlp file if that should be the source of the
problem.

<?xml version="1.0" encoding="utf-8"?>
<!-- JNLP File for SwingSet2 Demo Application -->
<jnlp
 spec="1.0+"
 codebase="http://cafka.econ.au.dk/LMDG_Doc/"

 <information>
   <title>Cafkadoc Java Application</title>
   <vendor>CLS</vendor>
  <homepage
href="/home/hlane/java/workspace/Cafka/Cafkadoc/dist/index.html"/>
   <description>Cafka documentation application</description>
   <description kind="short">Application for documentation about the
DLS
projects</description>
   <offline-allowed/>
 </information>
 <security>
     <all-permissions/>
 </security>
<application-desc>
</application-desc>
<resources>
   <j2se version="1.5+"/>
   <jar href="Cafkadoc.jar"/>
 </resources>
</jnlp>

Thanks in advance.
Roedy Green - 25 Oct 2007 17:03 GMT
>They show up when running it locally from
>NetBeans, but not when accessing it through the Java Web start page.

Are they both using the same JVM? Does it work when run as a
standalone application?  Are you using the same L&F in both cases?

see http://mindprod.com/jgloss/laf.html

I'm using ToolTips in the Replicator running under Java 1.6 and Java
Web Start in Opera.  They are working just fine.

     baseDirChange = new JEButton( "Change" );
       baseDirChange.setToolTipText( "Change the base directory" );

You might try running the replicator, at least enough to see if its
tooltips work for you.  See
http://mindprod.com/webstart/replicator.html

If they don't, the problem is likely in your browser or your JDK
install.

Signature

Roedy Green Canadian Mind Products
The Java Glossary
http://mindprod.com



Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.