Shivani Sinhachiragha.hashnode.dev·Aug 29, 2024Log-In Form Design Using Java SWING and AWTThis is a Java program that creates a simple login form. I am using here several components like JLabel, JTextfield, and Buttons. I am also using ActionListener here. The Program creates a Login class that extends the JFrame class and sets the frame...DiscussJava
Sai Sahith Polimerasahith.hashnode.dev·Feb 12, 2024Comparing Swing and AWT: Unraveling the Distinctions in Java GUI FrameworksAWTSwingIt is API to develop GUI applications in JavaSwing is a part to foundation classes to create GUI in javaIn AWT components are heavy weightIn swing components are lightweightExecution time is more in AWT than SwingExecution time in swing is le...DiscussJava
Dhiman Sealdhi13man.hashnode.dev·Jun 10, 2023Creating an Investment Notifier using Java: A Beginner's ExperienceIntroduction As a beginner programmer, I always found myself drawn to complex projects that seemed way out of my league. However, I recently realized that there’s something to be said for taking a step back and building something simple and fun. That...DiscussJava