SSShashidhara Shashiinshashidhara.hashnode.dev·Mar 12, 2024 · 1 min readMy personal websiteCreated a personal website from scratch using HTML, CSS, JavaScript, and Bootstrap. Prioritized user experience with responsive design for various screen sizes. Demonstrated proficiency in frontend development, ensuring interactivity and visual appea...00
SSShashidhara Shashiinshashidhara.hashnode.dev·Jul 15, 2022 · 1 min readJava Swing Application Development By Using a GUI(Graphical User Interface)There are two ways to create a frame: 01.By creating the object of Frame class (association) 02.By extending Frame class (inheritance) These are the Control Source we use in this Program: JPanel class :- The JPanel is a simplest contanier calss.it pr...00
SSShashidhara Shashiinshashidhara.hashnode.dev·Jul 11, 2022 · 1 min readJava Swing application development By Using a GUI(Graphical User Interface)Simple Calculator Java Source Code – Using JFrame calculators are something every single one of us is familiar with. To implement this in Java in JFrame, we have a special package named Java Swing which in short is a toolkit for the graphical user in...00