File: index.html

package info (click to toggle)
libtoolbar-java 1.4-1
  • links: PTS
  • area: main
  • in suites: lenny, squeeze
  • size: 556 kB
  • ctags: 614
  • sloc: java: 3,134; xml: 189; makefile: 11
file content (73 lines) | stat: -rw-r--r-- 1,723 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
<html>
<head>
</head>
<body>

<p>ToolBar comes with -
<ul>
<li>
    improved rollover effect on native platform
</li>
<li>
    a dropdown toolbar button that allows selection from multiple sub-items.
</li>
<li>
    a toolbar factory for simple creation of toolbars.
</li>
<li>
    a layout manager that allows toolbars to be docked to any edge of your 
    application window.
</li>
</ul>
</p>

Download latest verion <a href="http://toolbar.tigris.org/servlets/ProjectDocumentList">here</a>

<p>Planned features -
<ul>
<li>
    configuration window and persistence of settings to allocate menu items
    to toolbars
</li>
<li>
    ability to simply swap between small/large icons
</li>
<li>
    a toolbar manager to allow changes in look and feel to be
    broadcast to all toolbars (or a subset of toolbars) in your application
</li>
</ul>

<h3>Mission</h3>

<p>To extend and improve upon the standard swing JToolBar features while keeping the
platform independant features of swing.</p>
<p>Application developers should be able to replace JToolBar with ToolBar with
minimum program changes (construction only)</p>

<p>Assumptions</p>

<ul>
    <li>
        ToolBar shall be Java2 compliant JDK1.3 and above.
    </li>
    <li>
        ToolBar shall always extend the standard swing component JToolBar to ensure
        easy replacement in existing swing applications
    </li>
    <li>
        The Metal look and feel will be supported together with the native look
        and feel provided by the JRE.
    </li>
</ul>

<a href="http://www.java.net">

  <img src="java_dot_net_member.gif" width="170" heigth="47" border="0"

       alt="java.net - The Source for Java Technology Collaboration"/>

</a>

</body>
</html>