Results 1 to 3 of 3

Thread: ทำได้หรือเปล่าใน JEditorPane

  1. #1
    Anonymous
    Guest


    ทำได้หรือเปล่าใน JEditorPane

    ก่อนที่จะตอบปัญหานี้ได้ก็คงเคยใช้ JEditorPane นะครับ คือผมมีข้อสงสัยอยู่ว่า ถ้าเราเปลี่ยน ให้การแสดงผลเป็น text/html แล้ว เราลองให้มันแสดงเป็นพวก <input type=button ...> เนี่ยเราจะสามารถเขียนโปรแกรมจัดการกับ event ที่เกิดจากปุ่มพวกนี้ได้หรือเปล่า

  2. #2
    Senior Member newsbot's Avatar
    Join Date
    Sep 2002
    Location
    Thailand
    Posts
    3,766


    Re: ทำได้หรือเปล่าใน JEditorPane

    ในเมื่อ code ที่อยู่ใน JEditorPane เป็น html หาก JEeditorPane สามารถ Render ผลลัพธ์ html ได้ก็ไม่ยากหากจะเขียนโปรแกรมดัก Event ด้วยการเขียนโปรแกรมเชื่อต่อกับ library ที่ใช้ Render แต่หาก FLow ของการทำงานไม่เป็นเช่นนั้น
    ความจริงแล้ว form ต่างๆของ html ก็สามารถจัดการ Event ต่างๆของมันเองได้อยู่จึงไม่เข้าใจเหมือนกันว่า จริๆงแล้วต้องการจะทำเช่นนั้นไปทำไม
    ลองอ่าน tutorial นี้ดู http://www.echoecho.com/htmlforms.htm
    clone 'em all

  3. #3
    Junior Member
    Join Date
    Jul 2006
    Location
    Thailand
    Posts
    2


    Re: ทำได้หรือเปล่าใน JEditorPane

    คือเท่าที่ศึกษามานะครับ JEditorPane สามารถแสดงผลได้ในรูปแบบของ html ได้เหมือนปกติครับ และพวก compenent ของมัน เช่นพวก button ก็ใช้ JButton ปัญหาคืออยู่ว่า หาเรา click ที่buttonนั้น จะมีการดัก event ให้ครับ แต่จะเกิด nullpionterException ?? ที่อยากลองเขียน ได้คือ ทำform ใน JEditorPane แล้วเราสารารถจัดการข้อมูลใน form แล้วมาจัดการอะไรบ้างอย่าง :: แค่อยากลอง อิอิ

Members who have read this thread : 0

Actions : (View-Readers)

There are no names to display.

Members who have read this thread: 0

There are no members to list at the moment.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •