Skip to main content

Posts

Make pattern in swing with package

package work; import java.io.*; public class pack1 { public static String make(int n) { String s=""; int i,j,k; for(i=0; i<n;i++) { for(k=n-i-1;k>=0;k--) s=s+" "; for(j=0;j<=i*2+1;j++) s=s+"*"; s+="\n"; } return s; } } import java.applet.*; import javax.swing.*; import javax.swing.event.*; import java.awt.event.*; import java.awt.*; import java.io.*; import java.lang.*; import work.pack1; public class a2 implements ActionListener { JButton b1,b2; JFrame jf; JTextArea jta; JScrollPane  jsp; JTextField jtf; JToolBar jtb; a2() { frame(); button(); text(); jf.setVisible(true); tool(); } public void button() { b1=new JButton("pattern"); b2=new JButton("clear"); b1.addActionListener(this); b2.addActionListener(this); } public void tool() { jtb=new JToolBar(); jtb.add(b1); jtb.add(b2); jtb.add(jtf); jf.add(jtb,BorderLayout.NORTH); } public void frame(...

Mark Zuckerberg and his wife to donate $120 million to needy Bay Area schools

Mark Zuckerberg  wall post:  Today  Priscilla   and I are announcing a $120 million commitment to support high quality public schools for underserved communities in the Bay Area. The Bay Area is one of the most prosperous places in the world, but there are so many schools here that don’t have the resources they need. Students from low income and minority backgrounds are the hardest hit, which means fewer end up graduating or attending college. Improving public education in our country and our community is s omething Priscilla and I really care about, and we want to change this. The funds we’re committing today will be used to support new district and charter schools that give students more high quality choices for their education, to encourage innovation in the classroom, train a new generation of education leaders and support student development. We’ve listened to the needs of local educators and community leaders and we’re excited to s...

GeForce GTX TITAN Z

If you are a gaming monster,Then your wish has come true. Nvidia's new product is for you. Some of its features are : 5760 cores 12 GB of 7 Gbps GDDR5 memory On flipkart it is availablr for Rs. 77,990 source: http://www.nvidia.in/object/announcing-the-geforce-gtx-titan-z-25032014-in.html

Ctrl key pressed all the time

Go to control panel Ease of access change how your keyboard works  uncheck everything in the options  It should look like this:

Google changed its Logo

This week google changed its logo slightly.Did you noticed it : source: http://www.ukbusinessforums.co.uk/threads/how-many-noticed-ebay-logo-change.274685/

Whatsapp is not free

Whatsapp is not free, you are just using the trial period of 1 year. After 1 year you need to pay $0.99 says the official page of whatsapp. Check out the full information at: http://www.whatsapp.com/faq/android/23006692

Java 8 released

Are you still using jdk1.3  Then you have become outdated. Download the latest java 8  Java 8 is a revolutionary release of the world’s #1 development platform. It includes a huge upgrade to the Java programming model and a coordinated evolution of the JVM, Java language, and libraries. Java 8 includes features for productivity, ease of use, improved polyglot programming, security and improved performance. Welcome to the latest iteration of the largest, open, standards-based, community-driven platform. source: http://www.oracle.com/technetwork/java/javase/overview/java8-2100321.html