| |
To display Web pages, browsers render HTML. Therefore most of elements of user interface can be described using standard HTML: such as buttons, tables, checkboxes, radio buttons, combo boxes, etc. To implement more complex interface it is common to use either Java or DHTML with JavaScript.
Java has two alternatives to represent elements of user... [more] |
|