Results 1 to 2 of 2
Thread: show memory control on toolbar
- 09-08-2010, 01:28 PM #1
Member
- Join Date
- Sep 2010
- Posts
- 7
- Rep Power
- 0
show memory control on toolbar
Hi,
I want to show memory control on by default visible on toolbar of my application at run-time. I made changes in Standard file present in module's Important files ->xml layer-><this layer in context> ->Toolbars. Chages are as follows:
Original:
<!DOCTYPE Configuration PUBLIC "-//NetBeans IDE//DTD toolbar//EN" "http://www.netbeans.org/dtds/toolbar.dtd">
<Configuration>
<Row>
<Toolbar name="File" />
<Toolbar name="Clipboard" visible="false"/>
<Toolbar name="UndoRedo" />
<Toolbar name="Memory" visible="false"/>
</Row>
</Configuration>
-----------------------------------------------------------------------
Changed:
<!DOCTYPE Configuration PUBLIC "-//NetBeans IDE//DTD toolbar//EN" "http://www.netbeans.org/dtds/toolbar.dtd">
<Configuration>
<Row>
<Toolbar name="File" visible="false"/>
<Toolbar name="Clipboard" visible="false"/>
<Toolbar name="UndoRedo" visible="false"/>
<Toolbar name="Memory" />
</Row>
</Configuration>
But, nothing is happening. Can anyone help me? where I am making mistake?
Thanks in advance.
- 09-09-2010, 11:34 AM #2
Member
- Join Date
- Sep 2010
- Posts
- 6
- Rep Power
- 0
Similar Threads
-
how to show web browser in mobile app or is it possible to show it in textArea
By Basit781 in forum CLDC and MIDPReplies: 3Last Post: 05-27-2010, 10:54 AM -
how do I increase memory allocated to code cache (Non Heap Memory)
By manibhat in forum Advanced JavaReplies: 2Last Post: 08-21-2008, 07:33 PM -
How to use ToolBar in SWT
By Java Tip in forum SWTReplies: 0Last Post: 07-02-2008, 08:08 PM -
control app width based on certain control
By thebillybobjr in forum SWT / JFaceReplies: 0Last Post: 05-15-2008, 04:52 PM -
netbeans 6.0 not show commpunent or show blank page
By fahimaamir in forum NetBeansReplies: 1Last Post: 01-26-2008, 06:20 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks