PHP/MySQL Database Table Structure Viewer

  • PHP Source Code
PHP/MySQL Database Table Structure Viewer

The script uses MySQLi, a modern and more secure extension for interacting with MySQL databases in PHP. It provides a beginner-friendly way to understand the…

Java color chooser Appelt

  • Java: Java Programming Concepts

A ColorChooserApplet shows six scroll bars that the user can manipulate to set the red, gree, blue, hue, brightness, and saturation components of a color.…

Double Buffering Drag in Java Swing Applications

  • Java: Java Programming Concepts

Double buffering is a technique used in graphical applications, including Swing-based Java applications, to reduce flickering and improve the overall visual quality of animations or…

Java Dynamic Arrays – Integers

  • Java: Java Programming Concepts

The DynamicArrayOfInt class is a simple implementation of a dynamic array in Java. A dynamic array is a resizable array that can grow or shrink…

HighLow java Game

  • Java: Java Programming Concepts

his program lets the user play HighLow, a simple card game that is described in the output statements at the beginning of the main() routine.…

Java applet – HighLow Game

  • Java: Java Programming Concepts

This applet is a simple card game. The user sees a card and tries to predict whether the next card will be higher or lower.…

Keyboard Animation Applet – Java

  • Java: Java Programming Concepts

The KeyboardAnimation2 applet provides a generic framework for applets both display an animation and respond to keyboard events. The animation runs only when the applet…

Laout managers applet demo

  • Java: Java Programming Concepts

This applet demonstrates various layout managers. The applet itself uses a border layout with a JPanel in the center, a JComboBox menu to the North,…

Moving ball applet – Java

  • Java: Java Programming Concepts

This is a Java class that uses some trigonometry and vector mathematics in its implementation.  An object of type MovingBall holds data about a "ball"…

Text Tool

  • Java: Java Programming Concepts

Text Tool [code='java']/******************************************************* * MYCPLUS Sample Code - https://www.mycplus.com * * * * This code is made available as a service to our * *…