Java Graphics Resources

Below you will find 1 categories and 29 links related to Java Graphics Resources.

Categories:

Links:

Java : Applets : Development Tools

Stream PDF Writer

Visit Stream PDF Writer

Simply this Java library created to convert XML formatted file to a PDF document. At this moment implemented only simple text and graphics features such as color text writing and graphics, support of embedded fonts and document information as author, subject etc. The main benefit is the program doesn't build whole PDF document model in memory as well as it doesn't hold in memory incoming XML document because it works as SAX parser. So there is no need of huge memory when generation of multi-page PDF documents.

  • Cost: Shareware
  • Version: 0.21.4
  • Platforms: Cross platform
Java : Books

AFC Developer's Workshop

Visit AFC Developer's Workshop

AFC Developer's Workshop targets the intermediate Java programmer using AFC with Microsoft Visual J++ and provides the tools needed to create applets that challenge the best of today's Web pages. The book and disc provide a rich collection of important, practical, and interesting programming techniques ranging from the basic (such as designing data entry forms) to the more advanced (such as creating smooth animations and other graphic effects). The Application Foundation Classes (AFC) remain the premier choice for developing richer Java applications under Internet Explorer. AFC Developer's Workshop is a no-nonsense guide to using the richer controls and graphics available under AFC. The book begins with the user interface classes in AFC, starting with basics (such as containers, static controls, and input controls) and graduating to more advanced user-interface elements (such as menus, tree controls, sliders, and spinners).

  • Cost: $1.97
  • Pages: 450
  • Edition: Book and CD edition
  • ISBN: 1572316977

Beginning Java 2

Visit Beginning Java 2

This book has now been updated to cover JDK 1.3. This updated book is Beginning Java 2- JDK 1.3 edition, by Ivor Horton. The Java 2 platform, which is the release name for JDK 1.2, was released in December 1998. Java 2 is an important stage in the evolution of Java as a serious programming language. There are no substantial changes to the language - instead JavaSoft have focussed on extending class library support for common programming tasks. This includes an improved, device independent set of graphics libraries, the Java Foundation Classes (JFC), which includes Swing, Java2D and improved printing. These answer many of the criticisms of the original AWT graphics packages, and are both very flexible and very complete. There's also a new Collections API, a set of classes to help you look after collections of related objects. There are also substantial changes in threading, serialization and JDBC 2.0.

  • Cost: $34.99
  • Pages: 1109
  • Edition: 1st edition
  • ISBN: 1861002238

Complete Idiot's Guide to Java 2

Visit Complete Idiot's Guide to Java 2

Java 2 got you jumpy? Have too many cups of bewildering tech-talk upset your stomach? What you need is a fast, fun, and easy way to start programming with Java 2. The Complete Idiot's Guide to Java 2 is the fun way to learn the basics. Soon you'll be making your own interactive Web applets with sound, graphics, and animation. Look inside! You'll find plenty of straight-shooting advice for solving real-world problems. The best news is that the author, Mike Morrison, will make you laugh and enjoy while you learn the ropes. The quick and easy way to learn Java and build your programming skills. Idiot proof steps to creating Java applets with sound, graphics, and animation. Michael Morrison is a skateboarder, cyclist, toy inventor, and professional Java programmer. He is also an experienced author with a great sense of humor. Michael is the author of Presenting JavaBeans and Sams Teach Yourself Internet Game Programming with Java in 21 Days.

  • Cost: $1.99
  • Pages: 350
  • Edition: 2nd edition
  • ISBN: 0789721317

Core Java 2 Advanced Features

Visit Core Java 2 Advanced Features

Topics covered: Programming with multiple threads (states and priorities, daemon threads); thread synchronization; avoiding deadlocks; using threads with Swing (dos and don'ts); introduction to collections (including lists, sets, trees, and maps); the collections framework; algorithms (sorting and searching); legacy collections; Java network programming (sending e-mail, using sockets and URLs, basic Web programming); JDBC and databases (quick SQL tutorial, connecting and querying data, metadata, and transactions); new JDBC 3.0 features; remote method invocation (RMI); Java and CORBA; advanced Swing tutorial (JList, JTree, and JTable, including custom rendering options); advanced AWT and Java 2-D graphics (including image manipulation and graphics filters); clipboard and drag-and-drop support; JavaBeans (properties and events, property editors and customizers); Java security (class loaders and bytecode verification, digital signatures).

  • Cost: $34.99
  • Pages: 1232
  • Edition: 5th edition
  • ISBN: 0130927384

Experiments in Java

Visit Experiments in Java

This lab manual is appropriate for any Introduction to Programming course that uses the Java programming language. Its hands on exercises are intended to help students improve their understanding of the fundamental structures in Java. The order of the topics in this manual reflects an objects-first approach with the goal of helping students understand the object-oriented paradigm. This manual is divided into three parts. The first part presents the core of the Java language. These six sessions provide experience with core features and principles of the Java programming language. They provide enough breadth and depth for readers to learn more of Java on their own or in later courses. The second part of the manual helps students explore issues pertaining to algorithms. Recursion is considered here, as well important searching algorithms. Finally, methods of algorithm analysis are examined and graphics, inheritance, and object design.

  • Cost: $2.97
  • Pages: 480
  • Edition: 1st edition
  • ISBN: 0201612674

Introduction to Java Programming

Visit Introduction to Java Programming

The new edition contains an expansion of the object-oriented programming chapters, a new chapter on Java collections framework, and now employs UML graphical notation. Liang (computer science, Armstrong Atlantic State U.) has designed the book for either two semester freshman programming courses or a one semester course for experienced programmers learning a second language. The chapters include representative examples for each concept, with source code, sample run, and an example review. This text covers all the material required on the Level 1 Java certification exam. A step-by-step approach first lays a sound foundation on programming elements, control statements, and methods; then introduces object-oriented programming; moves on to graphics programming; and concludes with advanced features that enable readers to develop comprehensive programs. Other topics include arrays, inheritance, and Swing graphics programming.

  • Cost: $78.70
  • Pages: 976
  • Edition: 2nd Book and CD-ROM edition
  • ISBN: 0130333646

Introduction to Java Programming

Visit Introduction to Java Programming

This book covers the major topics in Java programming, including programming structures, methods, objects, classes, inheritance, graphics programming, applets, exception handling, internationalization, multithreading, multimedia, I/Q, and networking. Based completely on Java 2, the graphics' examples are built using Swing components, tested using Java 2 on Windows and on Sun Solaris using no depreciated API. The source code for all examples can be found on the companion CD-ROM, which also contains JBuilder 3 University Edition. The overall objective of this book is to teach the reader how to use many levels of abstraction to solve problems, both small and large. Teaches programming concepts and techniques as well as the Java language. Provides modern graphics programming using Swing components. Includes good representative examples that can run in stand-alone applications or applets and coverage of new JBuilder 3 features.

  • Cost: $74.00
  • Pages: 700
  • Edition: Book and CD-ROM edition
  • ISBN: 0130869112

Java 2 Certification

Visit Java 2 Certification

Prepare to pass both the programmer's and developer's certification exams. Now you can prepare for the two widely taken Java 2 exams, the programmer's and developer's exams, using this single comprehensive volume. This reference will map out all objectives for both exams and provide you with Java programming essentials. Each chapter contains numerous practice questions, illustrations, and test-taking tips, making it a premier study tool. And, it's packed with helpful sidebars offering in-depth technical discussions of concepts and techniques you've just read about. Get complete details on exam topics, including how to: Apply programming fundamentals; Design application interfaces; Utilize graphics, components, and layout managers; Use objects, constructors, and classes; Find out about inheritance, multithreading, and string handling; Access and manage databases; Identify when an object is eligible for garbage collection.

  • Cost: $41.99
  • Pages: 800
  • Edition: 3rd edition
  • ISBN: 0072191694

Java 2 Exam Prep

Visit Java 2 Exam Prep

Helps programming professionals gain knowledge that directly applies to the Sun Microsystems exam for Java. Covers all the curriculum objectives established by Sun Education that are needed to successfully pass the Java exam. Serves as an essential resource to the C++ programmer who wants to learn Java quickly; it builds on the reader's knowledge of C++ by spending less time on programming fundamentals and more time on topics that are unique or difficult in Java. Topics covered: The Java certification process, Java data types, installing the JDK, flow control, exceptions, arrays, class design, patterns, garbage collection, thread programming, AWT and JFC/Swing basics, layout managers, event handling, AWT and Java 2D graphics APIs, I/O, SmartCards, and servlet fundamentals. Written for the new or experienced Java developer seeking Sun programmer certification, Java 2 Exam Prep provides a review of the Java programming language.

  • Cost: $1.97
  • Pages: 600
  • Edition: Book and CD-ROM edition
  • ISBN: 1576102610

Java for Engineers and Scientists

Visit Java for Engineers and Scientists

This book covers all of the Java language, its standard libraries, and utilities from an object-oriented perspective. Special emphasis is put on using a step-by-step methodology for problem solving, and a diagrammatic notation forms the basis for subsequent algorithmic development.In terms of programming, it covers object-orientation, software design, structured programming, graphical user interfacing, data representation, animation, and networking. From the start, solutions are presented via a special graphics package so the reader can appreciate the physical significance of the underlying mathematics. Non-computer scientists who need to learn the Java programming language to apply in an engineering and/or scientific environment. Introduces programming through examples of problems that engineers and scientists may encounter. Features object-oriented programming with Java from the start, over sixty worked examples with complete Java programs.

  • Cost: $67.00
  • Pages: 436
  • Edition: 1st edition
  • ISBN: 0201343045

Java Now

Visit Java Now

Java Now!, which teaches both Java fundamentals and general programming concepts, is a great book for beginners who may not know much about programming but still want to learn Java. It is divided into 29 ten-minute lessons, the first of which has instructions for downloading the JavaSoft Java Development Kit (JDK) from the Internet. Each chapter includes a listing of the concepts it will cover, the main lesson, and a final summary. The first ten chapters cover java applet creation and introduce programming basics such as variables, operators, conditionals, loops, and functions. The next ten chapters discuss Java classes, simple graphics, and mouse and keyboard operations. The third ten-chapter section includes topics such as exception handling, inheritance, abstract classes, interfaces, dialog-box operations, and using threading to create animation. This book starts you at the beginning and lays a solid foundation for further progress.

  • Cost: $3.50
  • Pages: 218
  • Edition: paperback
  • ISBN: 1884133304

Java Programming Introductory

Visit Java Programming Introductory

A Java Programming Introductory and Intermediate Course takes the straightforward "anyone can do it" approach of corporate training courses and translates that to the printed page. The result is an information rich book without the vague excess verbiage that is seen so often in thousand-page dinosaurs. The book is appropriate for programmers familiar with any modern programming language. It clearly describes the basics of the language that are frequently sloughed over. It then describes important features of the language: object-oriented features, components, windowing, event handling, layouts, TCP sockets, polymorphism, threading, threadgroups, exceptions, graphics, the Swing package, applets, standalone programming, security issues, file handling and so on. An important feature of the book is portability between Java versions. Many versions of Java have appeared since 1995 creating significant issues of upward compatibility in Java.

  • Cost: $34.95
  • Pages: 604
  • Edition: paperback
  • ISBN: 097207953X

Java Programming with Visual J++

Visit Java Programming with Visual J++

Get the most out of Visual J++, the Java compiler from Microsoft, with Java Programming with Visual J++. You get a complete overview of the Visual J++ development environment as well as the basics of Java programming. Java Programming with Visual J++ also teaches you how to develop applets and applications, work with the AWT, add interactivity to your applets, incorporate graphics, animations, and cross-platform user interfaces, navigate the Java API, and much more. The CD-ROM includes sample applets and all the code in the book. A complete introduction to the tools available with Visual J++, including the Microsoft Developer Studio. Coverage of topics such as navigating through the IDE and the Java API, and how to make the most of the pre-built Wizards, help Java Programmers get the most out of this powerful new tool. After discussing the basics of Java programming, chapters guide the user through developing full-scale applets and applications.

  • Cost: $2.12
  • Pages: 512
  • Edition: Book and CD-ROM edition
  • ISBN: 1558515062

JFC Swing Tutorial

Visit JFC Swing Tutorial

From the authors of the best-selling Java Tutorial, here is a guide to using the new Swing components, which are provided by the Java Foundation Classes (JFC). Developed and co-written by the lead writer on the Swing team, this book covers everything you need to know to write GUIs that use Swing components. The JFC Swing Tutorial uses a task-oriented, example-driven approach to introduce you to fundamental concepts and applications. Designed to be read either cover-to-cover or as a quick reference, this book explains how to use each Swing component, perform layout, do basic drawing, and convert 1.1 AWT programs to Swing. This book covers Swing 1.1.1, which is available both as an extension to JDK(TM) 1.1 and as a core part of the Java(R) 2 Platform. Chapters include: Swing features and concepts; Instructions on how to write event handlers; How to use layout managers; Tips on solving common problems; Guidance on working with graphics.

  • Cost: $49.99
  • Pages: 953
  • Edition: Book and CD-ROM edition
  • ISBN: 0201433214

Learn Java In a Weekend

Visit Learn Java In a Weekend

Even with no programming experience, you can master the basics of Java programming in just one weekend! On Friday evening, you'll begin with an introduction to Java as you install the SDK. Pick up the pace on Saturday as you learn the basics of Java by beginning a calculator application that you will build on throughout the book. Program your calculator's appearance as you conquer graphical user interfaces. On Sunday you'll begin incorporating interfaces, applets, and threads. Wrap things up with coverage of advanced Java programming and utilities. You'll Learn How To: Use the abstract windowing toolkit to program GUIs; Understand the basics of variables, arrays, and object-oriented programming; Program graphics for a lightweight component as you build a calculator application; Convert applications to Swing; Use interfaces and event handling to develop an event model; Add features to your applications that allow them to read and write files.

  • Cost: $23.99
  • Pages: 504
  • Edition: 1 edition
  • ISBN: 1931841608

Programmer's Guide to Java

Visit Programmer's Guide to Java

Sun Microsystems' Sun Certified Programmer exam (Sun CJPE) allows programmers to validate their valuable Java programming skills and provides the IT industry wth a standard to use when recruiting professional. A Programmer's Guide to Java Certification prepares readers for the CJPE by teaching them sound Java programming skills and covering the core language and all the major APIs. Requiring minimal Java experience, this guide is the surest way to accomplish the exam. In addition, it is a primer providing coverage of additional topics that every Java programmer should master to be proficient in this field. The preparation guide for the Sun Java 2 platform exam (SCPJ2) teaches experienced programmers Java programming skills, the core language, and all the major APIs. Topics include using threads, building GUI with AWT and Swing components, rendering graphics, implementing applets, handling I/O streams, and generating documentation using Javadoc.

  • Cost: $44.99
  • Pages: 688
  • Edition: 1st edition
  • ISBN: 0201596148

Using Java Server Pages

Visit Using Java Server Pages

Special Edition Using JSP and Servlets starts by detailing the evolution of web servers that led to the creation of ASP and JSP. It explains both the limitations of previous technologies and the benefits that JSP provides including platform independence. Includes coverage of: organizing applications with multiple files and client-side objects, generating well-formed XML using JSP, storing data in cookies and sessions, interacting with Enterprise Java Beans, displaying dynamic graphics with Java 2D, and using RMI and Corba to enhance JSP applications. The final chapters demonstrate advanced JSP & Servlet techniques, including using JSP to create wireless & XML-based applications. Appendices provide an overview of popular JSP & Servlet runtime environments, including Jrun, Tomcat and ServletExec. A guide for Web designers, software architects, and software developers with some previous knowledge of Java.

  • Cost: $27.99
  • Pages: 754
  • Edition: 1st edition
  • ISBN: 0789724413

Web Programming With Visual J++

Visit Web Programming With Visual J++

Latte is Borland's Windows version of Java, complete with a full GUI, IDE, and debugging tools. This book fully details how to develop feature-rich applications for the Web with Latte, including advanced features such as the Just-In-Time compiler. Web Programming with Latte addresses the needs of intermediate to advanced Java/Latte programmers and developers. Readers get up-to-speed quickly with this comprehensive new reference on Microsoft's licensed Windows version of Java. This book discusses how to develop feature-rich Visual J++ applications. - Explores the advanced features of Visual J++. Teaches how to develop feature-rich Java applications in the Windows environment. CD-ROM includes various third-party tools, utilities, and demonstrations. It includes all the sample applets and source code form the book plus addtional ready to use Visual J++ applications. Add multimedia, sound, graphics, and interactivity to your web page.

  • Cost: $0.99
  • Pages: 652
  • Edition: Book and CD-ROM edition
  • ISBN: 1575211742
JavaScript : Books

Designing With JavaScript

Visit Designing With JavaScript

This isn't a hard-core programming book; it isn't geared toward someone who has a computer science degree from MIT and five years experience of programming in C++. This is the JavaScript book for the rest of us. Written by the author of the "JavaScript Tip of the Week" Web site, this book focuses on the most useful and applicable scripts for making truly interactive, engaging Web sites (and it doesn't proclaim to be the definitive all-knowing JavaScript guide). Designing with JavaScript covers many of the powerful capabilities that JavaScript is given with Dynamic HTML, in a few chapters covering important aspects of implementing Microsoft Internet Explorer 4.0 as well as Netscape Navgigator 4.0. You'll learn how to create pages on the fly, how to identify users' browsers, how to create "rollover" effects with sound, graphics, and animation, and more. Heinle wrote much of the JavaScript now used on the World Wide Web.

  • Cost: $9.99
  • Pages: 241
  • Edition: Book and CD-ROM Edition
  • ISBN: B00006AVRU

Instant JavaScript

Visit Instant JavaScript

Build interactive Web pages with JavaScript using this unique sourcebook of ready-to-run scripts. Filled with over 125 scripts inside the book and on the accompanying CD, this book will show you how to create a wide range of applications--from banners and other Web graphics to forms and frames--and much more. In addition, you'll get detailed hands-on information for customizing and extending scripts for use in different environments. This guide also includes coverage of DHTML, plug-ins, security issues and creation of e-commerce applications--plus, easy-to-identify icons throughout the text highlight what's on the CD, for quick reference. Additional key topics covered include: Displaying random banner ads; Scrolling text; Searching a database; Adding automated links throughout documents; Framing and pop-up windows; Imaging and slide shows. By combining step-by-step instructions with all the code you need you'll save tons of development time.

  • Cost: $34.99
  • Pages: 716
  • Edition: Book and CD-ROM edition
  • ISBN: 0072129948

Internet Web Pages with JavaScript

Visit Internet Web Pages with JavaScript

Internet Web Pages with JavaScript is a how to book on Web page construction. Much more than an Internet reference manual, we take you step by step through the design and development of Web pages. Using Hyper Text Markup Language (HTML), you and your students learn the basics of formatting text, modifying graphics and backgrounds, and creating hypertext links. In addition we use lists, tables, frames, animated images and other Web page components to write personal and school pages. This edition includes a large chapter on JavaScript including many examples and exercises. Topics include: How the Web Works; Client Server relationships; file transfer; Timeline of the internet; What is HTML?; Creating yoru first page; Formatting Text; Numbered and Bulleted Lists; Background and text colors; jumps and urls; modifying graphics; image maps; tables; frames; animated gifs; sound; introduction to javascript; functions; properties; objects.

  • Cost: $10.00
  • Pages: 160
  • Edition: 1st edition
  • ISBN: 0968279023

JavaScript + Css + DOM Magic

Visit JavaScript + Css + DOM Magic

JavaScript + CSS + DOM Magic has directly applicable projects with step-by-step instructions showing you how to master a feature and adapt it according to their own needs and creativity. The wealth of graphics will make this book easy to read and visually appealing. This book makes JavaScript, CSS and DOM easy to understand by providing directly applicable models to readers' web sites. The book opens with a primer, giving context to the technologies, and then jumps into over 25 step-by-step, directly applicable projects. You will learn the most desired web functionalities, including: frames, mouse-overs, windows, forms, CGI, style sheets, dynamic positioning, and SSI. Reviewers have called this book an unprecedented practical and comprehensive DHTML guide. The CD contains complete working scripts, all images from the book's examples, bonus graphics, trial version of leading text editors (BBEdit Lite, Homesite).

  • Cost: $27.99
  • Pages: 320
  • Edition: Book and CD-ROM edition
  • ISBN: 0735711321

JavaScript Professional Projects

Visit JavaScript Professional Projects

Because JavaScript is not a stand-alone technology, this book shows you how to work with such things as forms, graphics images, sound files, hyperlinks, and cascading style sheets (CSS). You will learn how to write not only JavaScript that can stand on its own within a Web page, but also how to write scripts that call functions or otherwise interact with applications written in other development languages. The programming concepts discussed within the book and shown by its examples are directly applicable to writing code in other languages. The JavaScript examples in the book's projects show where and how to insert JavaScript code within HTML tags and how to work with the document object model (DOM) to execute functions that make an otherwise static Web page an interactive document. You don't have to be a programmer to develop scripts in JavaScript. The projects presented within the book will reduce the coding work and JavaScript learning curve.

  • Cost: $34.99
  • Pages: 900
  • Edition: 1st edition
  • ISBN: 1592000134

JavaScript Sourcebook

Visit JavaScript Sourcebook

The JavaScript SourceBook is a complete tutorial and reference for using JavaScript, teaching developers how to create JavaScripts and integrate them into HTML pages. With up-to-the-minute tips on creating JavaScript applications that take full advantage of new features in NetScape 3.0, the book explores JavaScript basics and features extensive discussions of advanced techniques, including JavaScript workarounds and Java applet construction for JavaScript. Includes CD-ROM with... A library of ready to use JavaScript Applications and routines, plus a selection of reusable Java Components that readers can build into their JavaScript programs. JavaScript allows programmers to build Web sites nearly as sophisticated as a Java Web site without having to do the actual programming. This will enable non-programmers to create Web sites with animation, 3D graphics, and more. A total guide to mastering JavaScript.

  • Cost: $44.95
  • Pages: 752
  • Edition: Book and CD-ROM edition
  • ISBN: 0471161853