PlaceHolder - plugin detail
Makes PlaceHolder easy!!!

Plugin owner: |
kofuz01 |
Website: |
|
Added: |
2016-11-24 |
License: |
GPL |
Category: |
Libraries |
Downloaded: |
13,653 times |
Rating: |
|
Plugin Log |
Show log
2017-03-16 21:59:21 | kofuz01 | Verification deleted for version 8.2, id: 71078 | 2017-02-05 16:04:33 | brknshldr | Vote cast by brknshldr for PlaceHolder, UC 8.2, vote value: -1; verification overall status recalculated: -1 (There is 1 NoGo casted threfore overal NoGo) | 2017-02-03 19:32:47 | kofuz01 | Verification request registered for verifier jpirek, with id: 71087 | 2017-02-03 19:32:46 | kofuz01 | Verification request registered for verifier jkovalsky, with id: 71086 | 2017-02-03 19:32:46 | kofuz01 | Verification request registered for verifier geertjan, with id: 71085 | 2017-02-03 19:32:46 | kofuz01 | Verification request registered for verifier ent38, with id: 71084 | 2017-02-03 19:32:46 | kofuz01 | Verification request registered for verifier emi, with id: 71083 | 2017-02-03 19:32:46 | kofuz01 | Verification request registered for verifier djamdev, with id: 71082 | 2017-02-03 19:32:46 | kofuz01 | Verification request registered for verifier ChrisLE, with id: 71081 | 2017-02-03 19:32:46 | kofuz01 | Verification request registered for verifier carlosqt, with id: 71080 | 2017-02-03 19:32:45 | kofuz01 | Verification request registered for verifier brknshldr, with id: 71079 | 2017-02-03 19:32:45 | kofuz01 | Verification registered for version 8.2, with id: 71078 | 2016-12-12 09:18:44 | jkovalsky | Verified module is .zip, extracting the contained file to the download folder: 8790_PlaceHolder.jar | 2016-12-12 09:18:44 | jkovalsky | Verified module is .zip, extracting the contained file to the download folder: 8790_NewJFrame.java | 2016-12-12 09:18:44 | jkovalsky | Verified module is .zip, extracting the contained file to the download folder: 8789_PlaceHolder.java | 2016-12-12 09:18:44 | jkovalsky | Verified module is .zip, extracting the contained file to the download folder: 8789_PlaceHolder.jar | 2016-12-12 09:18:44 | jkovalsky | Plugin published | 2016-11-24 00:38:04 | kofuz01 | Verified module is .zip, extracting the contained file to the download folder: 8790_PlaceHolder.jar | 2016-11-24 00:38:04 | kofuz01 | Verified module is .zip, extracting the contained file to the download folder: 8790_NewJFrame.java | 2016-11-24 00:38:04 | kofuz01 | Binary successfully saved 1479947884_PlaceHolder.zip, binary_id: 8790, version: 8.2 | 2016-11-24 00:38:04 | kofuz01 | Binary uploaded successfully - /space/pluginportal-v2/public/data/nbms/PlaceHolder.zip | 2016-11-24 00:38:04 | kofuz01 | Uploading new binary for version 8.2 | 2016-11-24 00:31:25 | kofuz01 | Plugin saved with .nbm/zip file; id: 70043 |
|
|
Versions available
|
Download size: 0.00 MB
|
Last Update: 2016-11-24
|
What's new in this version
This is the first version and supports JTextField and JTextArea
Verifications for NetBeans versions
Plugin is not subject to any verification
Introduction
Generate PlaceHolder from this .jar, just by adding a line you will see the action in the fields.
PlaceHolder holder = new PlaceHolder(jTextField1, "Please! enter your name");
|
[ You have to be logged in to be able to comment. ]
User Comments
Solución para usarlo
Que tal amigo te adjunto los pasos que debes seguir para echar andar la librería:
1.- Descarga la librería.
2.- Importa a tu proyecto el .jar y a tu código (Muy importante para que reconozca el código import com.placeholder.PlaceHolder)
3.- Crea el constructor de esta manera: PlaceHolder placeHolderEj = new PlaceHolder(jTextField1, new Color(189, 189, 189), Color.BLACK,"Texto de ejemplo Place Holder", false, "Cantarell", 11);
Con eso podrás visualizarlo, si tienes duda, no olvides preguntar, estamos para ayudar, saludos...
agradecimientos
pero es que lo intenté utilizar en una proyecto de JPA en netbeans y no me fue posible, pero gracias de todos modos
Use PlaceHolder
How to use this plugin.
|