This is a Markdown viewer for java. Primarily it tries to display github styled markdown scripts.
Download the release jar file and run
java -jar jmdviewer-x.y.jar
where x.y is the version number. You can pass the markdown filename on the command line
java -jar jmdviewer-x.y.jar [filename.md]
This application allows user to download chapters from website in 3 ways:
- from table of contents;
- from range: first chapter address, last chapter address;
- by crawling from first chapter to n;
In settings you can customize language, input(website encoding) for simplicity output is in the same encoding. If you want your language add new class into strings package, and new fields into Settings class and GUI menu(initialize method).
With Apptoy you may design Java GUIs as easy as HTML pages. Use a special schema-validated XML in combination with your favourite Script Language (e.g. JavaScript, Ruby) and develop applications easily.
eQuiNox is an open source web browser that is written completely in Java. eQuiNox is being actively developed with the aim to fully support HTML,XHTML, Javascript and CSS. Visit http://alterfiction.com/equinox/ for more information.
Frijole is a distributed, Java-based application architecture built around the Frijoje web browser. Rather than having a defined state, Frijole's rich, interactive user interface renders itself according to embedded Beanshell scripts in HTML pages.
The goal of the project is to create a 100% pure Java-based browser support the latest standards from the W3C. This project is made up of two parts, the actual browser application written in Java Swing and a Swing component that renders HTML.
Geedot aims to be a lightweight, fully (and only) HTML 4.01 and CSS compliant and functional web browser for X. It uses the gdtoolkit widget set which is very fast and lightweight - yet also infinitely and easily expandable.