Filtern nach
Letzte Suchanfragen

Ergebnisse für *

Es wurden 2 Ergebnisse gefunden.

Zeige Ergebnisse 1 bis 2 von 2.

Sortieren

  1. Beginning Java 8 APIs, Extensions and Libraries
    Swing, JavaFX, JavaScript, JDBC and Network Programming APIs
    Erschienen: 2014
    Verlag:  Apress, Berkeley, CA

    Beginning Java 8 APIs, Extensions and Libraries completes the Apress learning Java journey and is a comprehensive approach to learning the Java programming language extensions and available APIs and libraries, including the new JavaFX APIs. This book... mehr

    Helmut-Schmidt-Universität, Universität der Bundeswehr Hamburg, Universitätsbibliothek
    keine Fernleihe
    Staats- und Universitätsbibliothek Hamburg Carl von Ossietzky
    keine Fernleihe
    Technische Universität Hamburg, Universitätsbibliothek
    keine Fernleihe
    Technische Informationsbibliothek (TIB) / Leibniz-Informationszentrum Technik und Naturwissenschaften und Universitätsbibliothek
    keine Fernleihe
    Otto-von-Guericke-Universität, Universitätsbibliothek
    eBook Springer
    keine Fernleihe
    Otto-von-Guericke-Universität, Universitätsbibliothek, Medizinische Zentralbibliothek
    eBook Springer
    keine Fernleihe
    Hochschulbibliothek Friedensau
    Online-Ressource
    keine Fernleihe
    Bibliotheks-und Informationssystem der Carl von Ossietzky Universität Oldenburg (BIS)
    keine Fernleihe
    Bibliotheks-und Informationssystem der Carl von Ossietzky Universität Oldenburg (BIS)
    keine Fernleihe
    Bibliotheks-und Informationssystem der Carl von Ossietzky Universität Oldenburg (BIS)
    keine Fernleihe

     

    Beginning Java 8 APIs, Extensions and Libraries completes the Apress learning Java journey and is a comprehensive approach to learning the Java programming language extensions and available APIs and libraries, including the new JavaFX APIs. This book covers the key extensions of the Java programming language such as Swing, JavaFX, network programming, and JDBC. Each topic starts with a discussion of the topic's background. A step-by-step process, with small snippets of Java code, provides easy-to-follow instructions. At the end of a topic, a complete and ready-to-run Java program is provided. This book contains over 130 images and diagrams to help you visualize and better understand the topics. More than 130 complete programs allow you to practice and quickly learn the topics. The Swing chapters discuss various aspects of working with a GUI, from the very basic concepts of developing a Swing application, to the most advanced topics, such as decorating a Swing component with a JLayer, drag-and-drop features, Synth Skinnable L & F, etc. The chapter on network programming covers the basics of network technologies first, and then, the advanced topics of network programming, using a Java class library. It covers IPv4 and IPv6, addressing schemes, subnetting, supernetting, multicasting, TCP/IP sockets, UPD sockets, asynchronous socket I/O, etc. The chapter on JDBC provides the details of connecting and working with databases such as Oracle, SQL Server, MySQL, DB2, Java DB (Apache Derby), Sybase, Adaptive Server Anywhere, etc. It contains a complete discussion on processing a ResultSet and a RowSet. It discusses how to use the RowSetFactory, to obtain a RowSet object of a specific type. Working with Large Objects (LOBs), such as Blob, Clob, and NClob, is covered in detail with Java code examples and database scripts Beginning Java 8 APIs, Extensions and Libraries completes the Apress learning Java journey and is a comprehensive approach to learning the Java programming language extensions and available APIs and libraries, including the new JavaFX APIs. This book covers the key extensions of the Java programming language such as Swing, JavaFX, network programming, and JDBC. Each topic starts with a discussion of the topic's background. A step-by-step process, with small snippets of Java code, provides easy-to-follow instructions. At the end of a topic, a complete and ready-to-run Java program is provided. This book contains over 130 images and diagrams to help you visualize and better understand the topics. More than 130 complete programs allow you to practice and quickly learn the topics. The Swing chapters discuss various aspects of working with a GUI, from the very basic concepts of developing a Swing application, to the most advanced topics, such as decorating a Swing component with a JLayer, drag-and-drop features, Synth Skinnable L&F, etc. The chapter on network programming covers the basics of network technologies first, and then, the advanced topics of network programming, using a Java class library. It covers IPv4 and IPv6, addressing schemes, subnetting, supernetting, multicasting, TCP/IP sockets, UPD sockets, asynchronous socket I/O, etc. The chapter on JDBC provides the details of connecting and working with databases such as Oracle, SQL Server, MySQL, DB2, Java DB (Apache Derby), Sybase, Adaptive Server Anywhere, etc. It contains a complete discussion on processing a ResultSet and a RowSet. It discusses how to use the RowSetFactory, to obtain a RowSet object of a specific type. Working with Large Objects (LOBs), such as Blob, Clob, and NClob, is covered in detail with Java code examples and database scripts

     

    Export in Literaturverwaltung   RIS-Format
      BibTeX-Format
    Hinweise zum Inhalt
    Volltext (Lizenzpflichtig)
    Quelle: Verbundkataloge
    Sprache: Englisch
    Medientyp: Ebook
    Format: Online
    ISBN: 9781430266624
    Weitere Identifier:
    RVK Klassifikation: ST 250
    Schriftenreihe: Expert's voice in Java
    Schlagworte: Computer science
    Umfang: Online-Ressource (XXV, 600 p. 175 illus), online resource
    Bemerkung(en):

    Description based upon print version of record

    Contents at a Glance; Introduction; Chapter 1: Introduction to Swing; What Is Swing?; The Simplest Swing Program; Components of a JFrame; Adding Components to a JFrame; Some Utility Classes; The Point Class; The Dimension Class; The Insets Class; The Rectangle Class; Layout Managers; FlowLayout; BorderLayout; CardLayout; BoxLayout; GridLayout; GridBagLayout; The gridx and gridy Constraints; Case #1; Case #2; Case #3; Case #4; The gridwidth and gridheight Constraints; The fill Constraint; The ipadx and ipady Constraints; The insets Constraints; The anchor Constraint

    The weightx and weighty ConstraintsSpringLayout; GroupLayout; The null Layout Manager; Creating a Reusable JFrame; Event Handling; Handling Mouse Events; Summary; Chapter 2: Swing Components; What Is a Swing Component?; JButton; JPanel; JLabel; Text Components; JTextComponent; JTextField; JPasswordField; JFormattedTextField; JTextArea; JEditorPane; JTextPane; Validating Text Input; Making Choices; JSpinner; JScrollBar; JScrollPane; JProgressBar; JSlider; JSeparator; Menu s; JToolBar; JToolBar Meets the Action Interface; JTable; JTree; JTabbedPane and JSplitPane; Custom Dialogs

    Standard DialogsFile and Color Choosers; JFileChooser; JColorChooser; JWindow; Working with Colors; Working with Borders; Working with Fonts; Validating Components; Painting Components and Drawing Shapes; Immediate Painting; Double Buffering; JFrame Revisited; Summary; Chapter 3: Advanced Swing; Using HTML in Swing Components; Threading Model in Swing; Pluggable Look and Feel; Skinnable Look-and-Feel; Drag and Drop; Multiple Document Interface Application; The Toolkit Class; Decorating Components Using JLayer; Translucent Windows; Shaped Window; Summary; Chapter 4: Applets; What Is an Applet?

    Developing an AppletWriting an Applet; Deploying an Applet; Creating the HTML Document; Deploying Applets in Production; Deploying Applets for Testing; Installing and Configuring Java Plug-in; Installing the Java Plug-in; Opening the Java Control Panel; Configuring Java Plug-in; Viewing an Applet; Using the appletviewer to Test Applets; Using the codebase Attribute; Example 1; Example 2; Example 3; The Life Cycle of an Applet; The init() Method; The start() Method; The stop() Method; The destroy() Method; Passing Parameters to Applets; Publishing the Applet's Parameter Information

    Publishing the Applet's InformationOther Attributes of the Tag; Using Images in an Applet; Playing Audio Clips in an Applet; Interacting with the Applet's Environment; Communion of Applet, HTML, and JavaScript; Packaging Applets in Archives; The Event Dispatching Thread and Applets; Painting in Applets; Is the Java Code Trusted?; Security Restrictions for Applets; Signing Applets; Step 1: Developing an Applet; Step 2: Packaging Class Files into a JAR File; Step 3: Generating Private/Public Key Pair; Step 4: Signing the JAR File; Step 5: Creating the HTML File

    Step 6: Viewing the Signed Applet

  2. Beginning Java 8 APIs, Extensions and Libraries
    Swing, JavaFX, JavaScript, JDBC and Network Programming APIs
    Erschienen: 2014
    Verlag:  Apress, Berkeley, CA

    Hochschule für Technik und Wirtschaft Dresden, Bibliothek
    eBook Springer
    keine Fernleihe
    Hochschule Furtwangen University. Informatik, Technik, Wirtschaft, Medien. Campus Furtwangen, Bibliothek
    eBook Springer
    keine Fernleihe
    Bibliothek LIV HN Sontheim
    Springer E-Book
    keine Fernleihe
    Duale Hochschule Baden-Württemberg Stuttgart, Campus Horb, Bibliothek
    eBook Springer
    keine Fernleihe
    Karlsruher Institut für Technologie, KIT-Bibliothek
    keine Fernleihe
    Karlsruher Institut für Technologie, KIT-Bibliothek
    keine Fernleihe
    Bibliotheksservice-Zentrum Baden-Württemberg (BSZ)
    keine Fernleihe
    HTWG Hochschule Konstanz Technik, Wirtschaft und Gestaltung, Bibliothek
    eBook Springer
    keine Fernleihe
    Duale Hochschule Baden-Württemberg Lörrach, Zentralbibliothek
    eBook Springer
    keine Fernleihe
    Duale Hochschule Baden-Württemberg Lörrach, Zweigbibliothek
    eBook Springer
    keine Fernleihe
    Duale Hochschule Baden-Württemberg Mannheim, Bibliothek
    eBook Springer
    keine Fernleihe
    Hochschule Mannheim, Hochschulbibliothek
    eBook Springer
    keine Fernleihe
    Universitätsbibliothek Mannheim
    keine Fernleihe
    Universitätsbibliothek Mannheim
    keine Fernleihe
    Hochschule Mittweida (FH), Hochschulbibliothek
    keine Fernleihe
    Hochschule Offenburg, University of Applied Sciences, Bibliothek Campus Offenburg
    E-Book Springer
    keine Ausleihe von Bänden, nur Papierkopien werden versandt
    Duale Hochschule Baden-Württemberg Ravensburg, Bibliothek
    E-Book Springer
    keine Fernleihe
    Duale Hochschule Baden-Württemberg Stuttgart, Bibliothek
    eBook Springer
    keine Fernleihe
    Export in Literaturverwaltung   RIS-Format
      BibTeX-Format
    Hinweise zum Inhalt
    Quelle: Verbundkataloge
    Sprache: Englisch
    Medientyp: Ebook
    Format: Online
    ISBN: 9781430266624
    Weitere Identifier:
    Schriftenreihe: Array
    Schlagworte: Computer science; Computer Science
    Umfang: Online-Ressource (XXV, 600 p. 175 illus, online resource)