Difference between revisions of "Java Code"
Line 25: | Line 25: | ||
[[ 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> | [[ For loop ( java ) ]]<br> | ||
[[ Sleep ( java ) ]]<br> | [[ Sleep ( java ) ]]<br> | ||
[[ Amimating a line ]]<br> | [[ Amimating a line ]]<br> | ||
[[ repaint() ]]<br> | [[ repaint() ]]<br> |
Revision as of 17:32, 17 November 2014
Absolute positioning
App.java
Authenticating against Active Directory
http://www.programming-free.com/2012/09/query-active-directory-from-java-using.html
Charts and Graphs
Creating a servlet called CompletedBy ( the web.xml addition required )
Custom Painting Oracle docs
Gits Source files.
GUI Frame
Obtaining servlet GET parameters
Query Mysql
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.
Take the first X characters from a string
TextArea
Using Split
Executing a program
Writing to a file with Java
Command line arguments
Exit a program
String length (java)
Connecting to Mysql
Servlet redirect
Password protecting pages
Removing white space and apostrophe from string
Graphics
For loop ( java )
Sleep ( java )
Amimating a line
repaint()