Programmer Coding

Author name: admin

Praposal Project Using HTML,CSS.JS

index.html <!DOCTYPE html> <html lang=”en”> <head> <meta charset=”UTF-8″> <meta name=”viewport” content=”width=device-width, initial-scale=1.0″> <link rel=”stylesheet” href=”style.css”> <title>Target Shooting Game</title> </head> <body> <div id=”game-container”>     <div class=”box”>     <h1>Do you love me?💓</h1>     <button id=”target”>No</button>     <button id=”yes” >Yes</button>     </div> </div> <script src=”script.js”></script> </body> </html> Style.css .box{     margin-top: 200px; […]

Praposal Project Using HTML,CSS.JS Read More »

GUI Programming with java

The AWT Class ranking   Java   AWT (Conceptual Window Tool kit)  is an   API   to    develop           GUI                      or              window-based applications in java.   Java AWT factors are platform-dependent i.e. factors are out put according to the view of operating system. AWT is heavyweight i.e. its factors are using the resources of OS.   The java.awt

GUI Programming with java Read More »

Scroll to Top