Register Register Member Login Member Login Member Login Forgot Password ??
PHP , ASP , ASP.NET, VB.NET, C#, Java , jQuery , Android , iOS , Windows Phone



Clound SSD Virtual Server

Java AWT and Scroll Pane (ScrollPane) - Example

Java AWT and Scroll Pane (ScrollPane) - Example สำหรับ Scroll Pane (java.awt.ScrollPane) จัดอยู่ในกลุ่มของ AWT Container มีหน้าที่ไว้สำหรับสร้าง Scroll ให้กับ Component Controls เช่น ในกรณีที่เราสร้าง Panel ไว้ กว้าง 300x300 ถ้าเกินขอบเขตนี้ให้โปรแกรมแสดงเป็น Scroll สามารถสร้างได้ทั้งที่เป็น Scroll ในแนวตั้ง และ Scroll ในแนวนอน

Java AWT and Scroll Pane (ScrollPane)

Java AWT and Scroll Pane (ScrollPane) - Example


Syntax
ScrollPane scroller = new ScrollPane(ScrollPane.SCROLLBARS_AS_NEEDED);

Controls Icon Tools

Java AWT and Scroll Pane (ScrollPane)

Example ตัวอย่างการสร้าง ScrollPane ของ AWT แบบง่าย ๆ

MyForm.java
package com.java.myapp;

import java.awt.Adjustable;
import java.awt.Dimension;
import java.awt.EventQueue;
import java.awt.Frame;
import java.awt.Graphics;
import java.awt.Label;
import java.awt.Panel;
import java.awt.ScrollPane;
import java.awt.event.WindowEvent;

public class MyForm extends Frame {

	public static void main(String[] args) {
		EventQueue.invokeLater(new Runnable() {
			public void run() {
				MyForm form = new MyForm();
				form.setVisible(true);
			}
		});
	}

	public MyForm() {

		// Create Form Frame
		super("ThaiCreate.Com Java GUI Tutorial");
		setSize(434, 285);
		setLocation(500, 280);
		setLayout(null);

		ScrollPane scroller = new ScrollPane(ScrollPane.SCROLLBARS_AS_NEEDED);
		scroller.add(new MyPanel());

		Adjustable vadjust = scroller.getVAdjustable();
		Adjustable hadjust = scroller.getHAdjustable();
		hadjust.setUnitIncrement(10);
		vadjust.setUnitIncrement(10);
		scroller.setBounds(120, 50, 130, 70);
		scroller.setSize(200, 200);

		add("Center", scroller);

		// Close
		addWindowListener(new java.awt.event.WindowAdapter() {
			public void windowClosing(WindowEvent evt) {
				System.exit(0);
			}
		});
	}

	class MyPanel extends Panel {

		public Dimension getPreferredSize() {
			return new Dimension(300, 300);
		}

		public void paint(Graphics g) {
			//
			Label lbl1 = new Label("Label Text 1");
			lbl1.setBounds(75, 46, 80, 22);
			add(lbl1);
			
			Label lbl2 = new Label("Label Text 2");
			lbl2.setBounds(244, 108, 80, 22);
			add(lbl2);
			
			Label lbl3 = new Label("Label Text 3");
			lbl3.setBounds(93, 160, 80, 22);
			add(lbl3);
			
			Label lbl4 = new Label("Label Text 4");
			lbl4.setBounds(318, 215, 80, 22);
			add(lbl4);
			
			Label lbl5 = new Label("Label Text 5");
			lbl5.setBounds(294, 46, 80, 22);
			add(lbl5);
		}
	}
	

}

Output

Java AWT and Scroll Pane (ScrollPane)

ตัวอย่างการสร้าง Scroll Pane ของ AWT ที่คลุม Controls ของ Panel






   
Share

Property & Method (Others Related)

Java GUI AWT (Abstract Window Toolkit)
Java AWT and Frame (java.awt.Frame) - Example
Java AWT and Label (Label) - Example
Java AWT and Button (Button) - Example
Java AWT and Text Field (TextField) - Example
Java AWT and Text Area (TextArea) - Example
Java AWT and Checkbox (Checkbox) - Example
Java AWT and Choice (Choice) - Example
Java AWT and List (List) - Example
Java AWT and Scrollbar (Scrollbar) - Example
Java AWT and Panel (Panel) - Example
Java AWT and Canvas (Canvas) - Example
Java AWT and Menu/Menu Bar (Menu/MenuBar) - Example
Java AWT and Popup Menu (PopupMenu) - Example

ช่วยกันสนับสนุนรักษาเว็บไซต์ความรู้แห่งนี้ไว้ด้วยการสนับสนุน Source Code 2.0 ของทีมงานไทยครีเอท


ลองใช้ค้นหาข้อมูล


   


Bookmark.   
       
  By : ThaiCreate.Com Team (บทความเป็นลิขสิทธิ์ของเว็บไทยครีเอทห้ามนำเผยแพร่ ณ เว็บไซต์อื่น ๆ)
  Score Rating :  
  Create/Update Date : 2013-09-06 08:58:23 / 2013-09-06 11:44:03
  Download : No files
 Sponsored Links / Related

 
Java GUI AWT (Abstract Window Toolkit)
Rating :


ThaiCreate.Com Forum


Comunity Forum Free Web Script
Jobs Freelance Free Uploads
Free Web Hosting Free Tools

สอน PHP ผ่าน Youtube ฟรี
สอน Android การเขียนโปรแกรม Android
สอน Windows Phone การเขียนโปรแกรม Windows Phone 7 และ 8
สอน iOS การเขียนโปรแกรม iPhone, iPad
สอน Java การเขียนโปรแกรม ภาษา Java
สอน Java GUI การเขียนโปรแกรม ภาษา Java GUI
สอน JSP การเขียนโปรแกรม ภาษา Java
สอน jQuery การเขียนโปรแกรม ภาษา jQuery
สอน .Net การเขียนโปรแกรม ภาษา .Net
Free Tutorial
สอน Google Maps Api
สอน Windows Service
สอน Entity Framework
สอน Android
สอน Java เขียน Java
Java GUI Swing
สอน JSP (Web App)
iOS (iPhone,iPad)
Windows Phone
Windows Azure
Windows Store
Laravel Framework
Yii PHP Framework
สอน jQuery
สอน jQuery กับ Ajax
สอน PHP OOP (Vdo)
Ajax Tutorials
SQL Tutorials
สอน SQL (Part 2)
JavaScript Tutorial
Javascript Tips
VBScript Tutorial
VBScript Validation
Microsoft Access
MySQL Tutorials
-- Stored Procedure
MariaDB Database
SQL Server Tutorial
SQL Server 2005
SQL Server 2008
SQL Server 2012
-- Stored Procedure
Oracle Database
-- Stored Procedure
SVN (Subversion)
แนวทางการทำ SEO
ปรับแต่งเว็บให้โหลดเร็ว


Hit Link
   







Load balance : Server 04
ThaiCreate.Com Logo
© www.ThaiCreate.Com. 2003-2024 All Rights Reserved.
ไทยครีเอทบริการ จัดทำดูแลแก้ไข Web Application ทุกรูปแบบ (PHP, .Net Application, VB.Net, C#)
[Conditions Privacy Statement] ติดต่อโฆษณา 081-987-6107 อัตราราคา คลิกที่นี่