Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: JDeveloper 9.1problem with building a custome BaliWIzard

Re: JDeveloper 9.1problem with building a custome BaliWIzard

From: dmz17 <dmz17_at_nospam.nowhere.com>
Date: Sat, 30 Nov 2002 10:59:29 +0100
Message-ID: <pan.2002.11.30.09.59.27.382144@nospam.nowhere.com>


On Fri, 22 Nov 2002 11:12:34 +0000, Shizuka wrote:

> I am working on the project to create custom wizard by using
> BaliWizard implementation in JDevloper9i. I have two problems that I
> really need someone's help.
>
> I am having trouble resizing the Wizard window height by using
> setPreferredSize() and setSize() functions. I have tried to change the
> size from Wizard object, WizardDialog object and Panel Object. But
> none of the function seems to work.
>
> Also, I am having a problem adding a custom help in the wizard by
> using OHJ files(so the user can see my help instead of default Orcale
> Help). I followed the "Accessing the Help System" documentation in the
> Oracle Help.
>
> In the panel class which is implemented as BaliWizardPanel, I added a
> line:
>
> Ide.getHelpSystem().registerTopic( my_panel, "my_topicid" );
>
> In the jdev-ext.xml file I added:
>
> <helpURL>TestHelp.jar!/TestHelp.hs</helpURL>
>
> I created *.idx and *.hs file for OHJ jar file by using "Oracle Help
> for Java".
> OHJ *.jar file is added in the wizard project.
>
> According to the documentation, that is all I need to do.
>
> Any help is appreciated! Thank you.
>
> Shizuka

Did you call the update() method after setting the size? Swing is a bit weird in that it seems to always have to be told what to do...

Cheers,

dmz17 Received on Sat Nov 30 2002 - 03:59:29 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US