Regarding JIDE TabbedPane

This is the forum for JIDE Common Layer which is open sourced at https://github.com/jidesoft/jide-oss. Please note, JIDE technical support doesn't monitor this forum as often as other forums. Please consider subscribe for technical support for JIDE Common Layer so that you can use customer only forum to get a timely response.

Moderator: JIDE Support

Forum rules
Community driven forum for open source JIDE Common Layer. JIDE technical support doesn't monitor this forum as often as other forums. If you only use JIDE Common Layer, please consider subscribing for technical support for JIDE Common Layer so that you can use customer only forum to get a timely response.

Regarding JIDE TabbedPane

Postby venkataratna » Wed Sep 26, 2012 1:37 am

Hi,

I used JIDE Tabbed Pane.

I wrote the code like that

Code: Select all
JideTabbedPane jideTabbedPane = new JideTabbedPane();
jideTabbedPane.setTabAreaInsets(new Insets(0, 20, 0, 10));
jideTabbedPane.setLayoutTrailingComponentBeforeButtons(true);
jideTabbedPane.setUseDefaultShowCloseButtonOnTab(true);
jideTabbedPane.setSize(900, 100);


For this one i used Jide3.4.7 eval version.

I am facing two issues
1.The method setTabAreaInsets(Insets) is undefined for the type JideTabbedPane.
2.The method setLayoutTrailingComponentBeforeButtons(boolean) is undefined for the type JideTabbedPane

How to resolve these two issues.

Please give me the soluction.


Thanks,
Venkata.
venkataratna
 
Posts: 12
Joined: Tue May 29, 2012 4:22 am

Re: Regarding JIDE TabbedPane

Postby JIDE Support » Wed Sep 26, 2012 9:22 am

Both methods you mentioned were introduced from Sep. 2010. Please check your classpath to see if there is any old release there.

Thanks,
--
JIDE Software Technical Support Team
JIDE Support
Site Admin
 
Posts: 37219
Joined: Sun Sep 14, 2003 10:49 am


Return to JIDE Common Layer Open Source Project Discussion (Community Driven)

Who is online

Users browsing this forum: No registered users and 6 guests

cron