File: desktop.xml

package info (click to toggle)
bsh 2.0b4-20
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 4,224 kB
  • sloc: java: 23,431; xml: 4,500; sh: 139; makefile: 24
file content (32 lines) | stat: -rw-r--r-- 670 bytes parent folder | download | duplicates (11)
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
<section>
<name filename="desktop">BeanShell Desktop</name>

<img src="splash1.jpg"/>
<p/>

The BeanShell Desktop is a simple GUI environment that provides multiple
bsh shell windows (MDI), a simple text editor, and a simple class browser.
The desktop is mostly implemented by BeanShell scripts, launched by the
desktop() command.
<p/>

<h2>Shell Windows</h2>

<img src="colorconsole.jpg"/>
<p/>

The bsh console windows provide simple command line editing, history,
cut &amp; paste, and variable and class name completion. 
<p/>

<h2>Editor Windows</h2>

<img src="editorwindow.gif"/>
<p/>

<h2>The Class Browser</h2>

<img src="bshclassbrowser.gif"/>
<p/>

</section>