Program import javax.swing.*; import java.awt.*; import java.awt.event.*; import java.sql.*; public class insertswing implements ActionListener { JFrame fr;JPanel po; JLabel l1,l2,main; JTextField tf1,tf2; GridBagConstraints gbc; GridBagLayout go; JButton ok,exit; public insertswing(){ fr=new JFrame("New User Data "); Font f=new Font("Verdana",Font.BOLD,24); po=new JPanel(); fr.getContentPane().add(po); fr.setVisible(true); fr.setSize(1024,768); fr.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE); po.setBackground(Color.WHITE); go=new GridBagLayout(); gbc=new GridBagConstraints(); po.setLayout(go); main=new JLabel("Enter User Details "); main.setFont(f); l1=new JLabel("Name :");tf1=new JTextField(20); l2=new JLabel("User Name :");tf2=new JTextField(20); ok=new JButton("Accept"); exit=new JButton("Exit"); gbc.anchor=GridBagConstraints.NORTH;gbc.gridx=5;gbc.gridy=0; go.s...




but how can someone link a windows application with login details to once website
ReplyDelete@ENOCH aMODU it's possible by adding web service& DLl Reference to windows application
Deleteplease provide how to generate multiple reports and individual like school erp and simple reporting actually i m facing problem with crystal report did you provide example refrense
ReplyDeletehow to set page size?
ReplyDeletehow to print whole panel content in c#???
ReplyDelete