Main > Free Download Search >

Free awt script

awt

Sponsored Links
Sponsored Links
Sort by >> Relevance
rss
Secleted [ 0 ] software to compare
Results 1 - 15 of about 9
AWT Spylog 2.02

AWT Spylog 2.02


AWT Spylog is a program that will keep track of all hits of your Web pages. It can be used on any number of pages simultaneously. It will run on NT or Unix and requires minimal setup. Logs data to simple text database. AWT Spylog shows you all your Web more>> AWT Spylog is a program that will keep track of all hits of your Web pages. It can be used on any number of pages simultaneously. It will run on NT or Unix and requires minimal setup. Logs data to simple text database. AWT Spylog shows you all your Web statistics including visits, unique visitors, pages, hits, refferal links, refferal hosts, browsers, colors depth and more.<<less
Added: 2002-02-27 License: Freeware Price: $0.00USD
13 downloads
 
Other version of AWT Spylog
License:Freeware
Download
1509 downloads
Added: 2002-02-27
AWT Form2Mail 1.0

AWT Form2Mail 1.0


AWT Form2Mail is an easy-to-use and highly configurable CGI program that sends the results of a submitted form as an email message. Also it posts useful info like ip number and remote host. After all it thanks user by a specified html page. AWT more>> AWT Form2Mail is an easy-to-use and highly configurable CGI program that sends the results of a submitted form as an email message. Also it posts useful info like ip number and remote host. After all it thanks user by a specified html page. AWT Form2Mail can be integrated with existing web pages and catalogs. It allows you to create contact forms, registration pages, order forms or any other form.<<less
Added: 2002-02-27 License: Freeware Price: $0.00USD
12 downloads
 
Other version of AWT Form2Mail
License:Freeware
Download
2806 downloads
Added: 2002-02-27
AWT Subscribe! 1.0

AWT Subscribe! 1.0


The AWT Subscribe! lets users sign up on your website to be on your mailing list. It can be used for information about site updates, newsletters, announcements, etc. The AWT Subscribe! lets you send HTML mail outs or text based e-mails. It allows you more>> The AWT Subscribe! lets users sign up on your website to be on your mailing list. It can be used for information about site updates, newsletters, announcements, etc. The AWT Subscribe! lets you send HTML mail outs or text based e-mails. It allows you to create multiple mailing list for different purposes. Every email sent by the program can contains an "unsubscribe" link so that users can easily get off your list. Or, you can delete them yourself with the Admin interface. The AWT Subscribe! can continue mailing from last checkpoint. It very useful for large mailing lists, if you server have limited execution script time.<<less
Added: 2002-02-27 License: Freeware Price: $0.00USD
13 downloads
 
Other version of AWT Subscribe!
License:Freeware
Download
2798 downloads
Added: 2002-02-27
JChart2D 3.0.0

JChart2D 3.0.0


JChart2D is an minimalistic charting library. more>>
JChart2D 3.0.0 is an utility which serves as an minimalistic charting library. It shows multiple traces including trace-points. JChart2D is centered around a single configurable swing widget: the Chart2D. It is a JComponent one can add to a java swing user interface.

Major Features:

  1. Easy usage: only a few lines of code are necessary to use a chart. No complex specification of data points, labels or grids necessary. This is done per default and may optionally be configured.
  2. Multiple traces with different behavior may be added to a single chart.
  3. Performance. JChart2D is designed for dynamic rendering. Rescaling is done per axis only and only if bounds are exceeded. New points within bounds are scaled without affecting old scaling. Minimum and maximum bounds of traces are cached and updated upon events. Invisible traces are not scaled and don't affect bounds.
  4. AWT is the bottleneck: Non-visible calculations (scaling, rounding, event-handling, label calculation) do not impose high load even if a point is added with bounds changes every 2ms. But enlarging the window does. So scaling is bound to painting and the adapting painting frequency is limited to a configurable amount of milliseconds. For rendering traces poly-lines are drawn by default (instead of many calls to draw-line for connecting points). No comparisons to other libraries available.
  5. Automatic choice of the unit prefix (multiplier) according to the scientific unit system (nano , milli, tera, ..).
  6. Label format for scale labels via java.text. Number Format or java.text.Date Format.
  7. Chooseable display of grids, labels, labeled scale-points, coordinate tooltips, ... .
  8. Toolbox of UI controls for chart and traces via pop-up menus and menu bar. See the applet demo. Tip: right-click on the label of the trace to get controls for it.
  9. Traces may be rendered via lines, discs, dots (is a disc with radius 1) or filled polygons. Additionally strokes may be specified (only useful for lines I think). An open interface for further graphical representations of traces exists.
  10. Different axis implementations (settable from UI): linear, log e and log 10.
  11. Multiple axes on top, bottom, left and right side. Traces may be assigned to an x and an y axis that has been assigned to the chart and will be related to them.
  12. Different view-port implementations: Zooming (Zoomable Chart), enforcing visible bounds even if data does not fill them,... .
  13. Exact visualization of labeled scale-points. No label of a scale-point is ever rounded to the next current chosen decimal, instead the scale-point is shifted to a position which represents an exact decimal.
  14. Fully resizable. The amount of labeled scale-points may increase on choosing a bigger size.
  15. Deadlock safe. Even this is hard to claim because testing depends on run-time behavior of the current system, i did not encounter a deadlock situation while letting several threads modify traces all contained in the same chart (only the art painting system may get pretty busy).
  16. Trace implementations with different behavior: unordered, ring-buffered, ordered, ojective, ...
  17. Highly configurable error bar API.
  18. Support for zooming (Zoomable Chart)
  19. Charts may be saved as images (jpeg, gif, jpg,... depending on the image writers of the java VM implementation), a snapshot UI control allows this.
<<less
Added: 2008-06-13 License: LGPL - GNU Lesser General Public License Price: LGPLGNULesserGeneralPublicLicense
21 downloads
iText 1.3

iText 1.3


iText is a library that allows developers to extend the capabilities of their web server (and other JAVA) applications with dynamic PDF document generation. PDF documents can be generated from scratch using high level objects for tables, columns, more>> iText is a library that allows developers to extend the capabilities of their web server (and other JAVA) applications with dynamic PDF document generation. PDF documents can be generated from scratch using high level objects for tables, columns, chapters, sections, etc... There is also low level PDF and java.awt.Graphics2D support. PDF forms can be filled, existing PDF documents can be copied, stamped, signed and/or encrypted using iText.<<less
Added: 2002-04-30 License: Other Price: 0.00
20 downloads
Java full screen image viewer

Java full screen image viewer


This article contains a source code of a simple Java program which draws image(from file or http:// URL) at the center of full-screen window. It uses AWT Toolkit to load image (from the file or http URL) and Swing JFrame to display it. more>> This article contains a source code of a simple Java program which draws image(from file or http:// URL) at the center of full-screen window. It uses AWT Toolkit to load image (from the file or http URL) and Swing JFrame to display it.<<less
Added: 2007-01-25 License: Other Price: $0.00USD
17 downloads
Java Online Course

Java Online Course


Easy to follow, visual presentation of many of the concepts you need to start programming in java such as fundamentals, syntax, basic packages, GUI with AWT/Swing/2Dapi, threads and networking. Includes example source code, quizzes and exercises. more>> Easy to follow, visual presentation of many of the concepts you need to start programming in java such as fundamentals, syntax, basic packages, GUI with AWT/Swing/2Dapi, threads and networking. Includes example source code, quizzes and exercises.<<less
Added: 2006-04-30 License: Freeware Price: $0.00USD
11 downloads
Herongs Tutorial Notes on Java Swing

Herongs Tutorial Notes on Java Swing


This free book is an excellent tutorial book for beginners. It is a collection of notes and sample codes written by the author while he was learning Java Swing. Topics include AWT, button, Chinese, co more>> This free book is an excellent tutorial book for beginners. It is a collection of notes and sample codes written by the author while he was learning Java Swing. Topics include AWT, button, Chinese, component, event, frame, graphics, GUI, internal frame, Java, JDK, JFC, language, label, listener, look and feel, MVC, radio button, resolution, screen, Swing, text field, thread, toolkit, tutorial, Unicode. Key sections: What Is Swing? - Graphics Environment - Swing JFrame - Swing JLabel - Swing JButton - Swing JRadioButton - Swing JTextField - Swing JInternalFrame - Layouts of Components - Look and Feel.<<less
Added: 2005-10-25 License: Free for non-commercial use Price: Free
1496 downloads
Herong's Tutorial Notes on Java Swing

Herong's Tutorial Notes on Java Swing


This free book is an excellent tutorial book for beginners. It is a collection of notes and sample codes written by the author while he was learning Java Swing. Topics include AWT, button, Chinese, component, event, frame, graphics, GUI, internal frame, more>> This free book is an excellent tutorial book for beginners. It is a collection of notes and sample codes written by the author while he was learning Java Swing. Topics include AWT, button, Chinese, component, event, frame, graphics, GUI, internal frame, Java, JDK, JFC, language, label, listener, look and feel, MVC, radio button, resolution, screen, Swing, text field, thread, toolkit, tutorial, Unicode. Key sections: What Is Swing? - Graphics Environment - Swing JFrame - Swing JLabel - Swing JButton - Swing JRadioButton - Swing JTextField - Swing JInternalFrame - Layouts of Components - Look and Feel.<<less
Added: 2005-10-25 License: Free Non-Commercial Price: $0.00USD
20 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 1
  • 1