Difference between revisions of "Java Code"

From MyWiki
Jump to: navigation, search
Line 10: Line 10:
 
[[ Custom Painting ]] Oracle docs
 
[[ Custom Painting ]] Oracle docs
 
[[ Executing a program ]]<br>
 
[[ Executing a program ]]<br>
 +
[[ For loop ( java ) ]]<br>
 
[[ Gits ]] Source files.<br>
 
[[ Gits ]] Source files.<br>
 
[[ Getting user input ]] <br>
 
[[ Getting user input ]] <br>
 
[[ Graph plotting with JFreeChart ]]<br>
 
[[ Graph plotting with JFreeChart ]]<br>
 +
[[ Graphics ]]<br>
 
[[ GUI Frame ]]<br>
 
[[ GUI Frame ]]<br>
 
[[ Obtaining servlet GET parameters ]]<br>
 
[[ Obtaining servlet GET parameters ]]<br>
Line 21: Line 23:
 
[[ Reading a text file ]] line by line.<br>
 
[[ Reading a text file ]] line by line.<br>
 
[[ Writing to a file with Java]]<br>
 
[[ Writing to a file with Java]]<br>
 
 
[[ Exit a program ]]<br>
 
[[ Exit a program ]]<br>
 
[[ String length (java) ]]<br>
 
[[ String length (java) ]]<br>
 
 
[[ Servlet redirect ]]<br>
 
[[ Servlet redirect ]]<br>
 
[[ Password protecting pages ]]<br>
 
[[ Password protecting pages ]]<br>
 
[[ Removing white space and apostrophe from string ]]<br>
 
[[ Removing white space and apostrophe from string ]]<br>
[[ Graphics ]]<br>
 
[[ For loop ( java ) ]]<br>
 
 
[[ Sleep ( java ) ]]<br>
 
[[ Sleep ( java ) ]]<br>
 
[[ Amimating a line ]]<br>
 
[[ Amimating a line ]]<br>

Revision as of 20:05, 22 July 2015

Absolute positioning
App.java
Authenticating against Active Directory
http://www.programming-free.com/2012/09/query-active-directory-from-java-using.html
Awt stuff
Charts and Graphs
Command line arguments
Connecting to Mysql
Creating a servlet called CompletedBy ( the web.xml addition required )
Custom Painting Oracle docs Executing a program
For loop ( java )
Gits Source files.
Getting user input
Graph plotting with JFreeChart
Graphics
GUI Frame
Obtaining servlet GET parameters
Query Mysql
Query Mysql 2
Query SQL Server
Query ad Oracle link  : http://docs.oracle.com/javase/jndi/tutorial/getStarted/examples/directory.html Reading a text file line by line.
Writing to a file with Java
Exit a program
String length (java)
Servlet redirect
Password protecting pages
Removing white space and apostrophe from string
Sleep ( java )
Amimating a line
repaint()
Images in Java
Oracle documentation and tutorials
Query Active Directory (ldaptest)
Installing an SSL certificate into keystore
Reading from a file in java
Thread stuff
Images in java servlets
Java talking to Active Directory
Drawing Graph project
Take the first X characters from a string
TextArea
The toString() method in java
Using Split