Search results for 'Java Swing'
-
How to add colored text to the document
By eadoking on August 18, 2009 | 3 Comments
This code generate a colored text in JTextPane like this image import javax.swing.*; import javax.swing.text.*; import java.awt.Color; public class ColorPane extends JTextPane { public void appendNaive(Color c, String s) { // naive implementation // bad: instiantiates a new AttributeSet object on each call SimpleAttributeSet aset = new SimpleAttributeSet(); StyleConstants.setForeground(aset, c); int len = getText().length(); setCaretPosition(len); // place caret at the … Tags: colored Co... -
Methods with a Variable Number of Parameters in
By eadoking on August 27, 2009 | No Comments
Good Night : Before Java SE 5.0 every Java method had a fixed number of parameters. However, it is now possible to provide methods that can be called with a variable number of parameters. (These are sometimes called “varargs” methods.) You can define your own methods with variable parameters, and you can specify any type for the parameters, even a primitive type. Here is a simple example: a function that computes the maximum of a variable number of values لمحة عربية سريعة ... -
Java Development Ki...
By eadoking on August 19, 2009 | No Comments
مرحبا جميعا بناء على طلب بعض الاصدقاء الغاليين كتير عليي واللي مافيني قلون لاء والذين صادفوا الكثير من المشاكل في تحميل بيئة تطوير جافا Java Development Kit or JDK وخاصة بان الموقع محجوب عن سوريا لذلك قررت ان افوم بتحميل البرنامج + التوثيق باحدث اصدار وغصبا عنون والمتوافق بشكل كامل م... -
Core Servlets and JavaServer Pages (JSP) (mediafire l...
By eadoking on February 27, 2010 | 2 Comments
Servlets and JavaServer Pages dramatically simplify the creation of dynamic Web pages and Web-enabled applications. With Java 2 Enterprise Edition (J2EE), these tools have come of age, earning the support of an unprecedented range of Web and application servers on every major operating system. This book is a comprehensive guide for every experienced developer who wants to master the new versions of these powerful tools. Start by mastering servlet syntax, installation and setup fundament... -
Google Chrome 4.0.249.78 Final (Direct links) MultiLi...
By eadoking on January 28, 2010 | 3 Comments
Google Chrome 4.0.249.78 Final الاصدار النهائي من متصفح غوغل الشهير غوغل كروم 4 الاصدار النهائي هو متصفح ويب مفتوح المصدر يعمل على أنظمة متعددة من تطوير جوجل اعتمادا على بعض المكونات الجاهزة ذات المصدر المفتوح مثل موزيلا ووبكت، أهم الأشياء التي تم وضعها في الاعتبار أثناء التصميم هي ال... -
Home Page الصفحة الرئيسية
By eadoking on September 5, 2009 | No Comments
Eadoking Official Website Your Way to Everything in IT World الموقع الرسمي ل عيد الدكنجي طريقك نحو كل شيئ في العالم التقني لمحة سريعة عن اقسام الموقع A Glance on website sections هام جدا : علامات كلية الهندسة المعلوماتية – فصل اول 2010 لجميع السنوات على الرابط التالي http://eadoking.com/t1-2010/ _______________________________________...
Search engine optimization by SEO Design Solutions

Twitter
Facebook
RSS

