I want to create a tool tip which has fix rectangular size and show custom font's...
Any tips or link or any material to start with?
Majestics 84 Posting Pro
Recommended Answers
Jump to PostYou can subclass JToolTip to create a custom appearance etc, then subclass the control in question to override its public JToolTip createToolTip() method (inherited from JComponent) to return an instance of your customised JToolTip subclass.
All 4 Replies
JamesCherrill 4,733 Most Valuable Poster Team Colleague Featured Poster
Majestics 84 Posting Pro
Majestics 84 Posting Pro
mKorbel 274 Veteran Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.