From 888f61aa99e9dd6d680d51f73e5747afbfb78f80 Mon Sep 17 00:00:00 2001 From: hche10x Date: Thu, 16 Nov 2006 06:23:10 +0000 Subject: [PATCH] 1. Fix EDKT433 help context triggered by mouse movement is not displayed properly git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1963 6f19259b-4bc3-4df7-8a09-765794883524 --- .../frameworkwizard/module/ui/MsaHeader.java | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/Tools/Java/Source/FrameworkWizard/src/org/tianocore/frameworkwizard/module/ui/MsaHeader.java b/Tools/Java/Source/FrameworkWizard/src/org/tianocore/frameworkwizard/module/ui/MsaHeader.java index a73b6fe2a5..4284af2b10 100644 --- a/Tools/Java/Source/FrameworkWizard/src/org/tianocore/frameworkwizard/module/ui/MsaHeader.java +++ b/Tools/Java/Source/FrameworkWizard/src/org/tianocore/frameworkwizard/module/ui/MsaHeader.java @@ -1503,14 +1503,11 @@ public class MsaHeader extends IInternalFrame implements DocumentListener { jRadioButtonBinaryModuleTrue.setText("True"); jRadioButtonBinaryModuleTrue.setSelected(true); jRadioButtonBinaryModuleTrue.addFocusListener(this); - jRadioButtonBinaryModuleTrue.setToolTipText("Modules are either source modules
" - + "which can be compiled or binary
" - + "modules which are linked.
" - + "A module cannot contain both.
" - + "The GUID numbers should be identical
" - + "for a binary and source MSA,
" - + "however the BINARY MSA should have
" - + "a higher version number."); + jRadioButtonBinaryModuleTrue + .setToolTipText("Modules are either source modules which can be compiled or binary
" + + "modules which are linked. A module cannot contain both.
" + + "The GUID numbers should be identical for a binary and source MSA,
" + + "however the BINARY MSA should have a higher version number."); } return jRadioButtonBinaryModuleTrue; } @@ -1526,7 +1523,8 @@ public class MsaHeader extends IInternalFrame implements DocumentListener { jRadioButtonBinaryModuleFalse.setBounds(new java.awt.Rectangle(valueCol + 140, 480, 140, 20)); jRadioButtonBinaryModuleFalse.setText("False"); jRadioButtonBinaryModuleFalse.addFocusListener(this); - jRadioButtonBinaryModuleFalse.setToolTipText("Modules are either source modules which can be compiled or binary
" + jRadioButtonBinaryModuleFalse + .setToolTipText("Modules are either source modules which can be compiled or binary
" + "modules which are linked. A module cannot contain both.
" + "The GUID numbers should be identical for a binary and source MSA,
" + "however the BINARY MSA should have a higher version number."); -- 2.39.2