jtextarea

search for more blogs here

 

"mutable JTextArea" posted by ~Ray
Posted on 2008-11-13 12:21:01

First of all I want to tell you that I want to keep a JTextArea stable. When I first create this area I make it with (30,50). When I change the font takes a bigger place in the JFrame,because textArea wants to keep the her properties at 30,50. With a big size in font(size=72) she is going bigger than the frame!!!How can I change the row values an the columns values to keep her stable at the frame? i forgot to tell that i used these methods i want to create a notepad and i want the lines and columns to resize automaticaly when the user changes the font or size of letters just like Microsoft's notepad does. Manual resizing is my worst solution also i have not understand why a JTextArea is becoming larger than my JFrameand also larger than my screen. Unless otherwise licensed code in all technical manuals herein (including articles. FAQs samples) is provided under this.

Forex Groups - Tips on Trading

Related article:
http://forum.java.sun.com/thread.jspa?threadID=5231561

comments | Add comment | Report as Spam


"Formatting text in JTextArea/JTextPane" posted by ~Ray
Posted on 2008-03-12 23:12:54

I need to format a few lines of text in a JTextArea/JTextPane/ JEditorPane. As a matter of fact I want to justify the lines on both left and right side. I wish I could explain my requirement. How can I do that. I'm using NetBeans 5.5 and the label so far is as follows jTextArea1 = new javax swing. JTextArea(); jTextArea1 setColumns(50); jTextArea1 setEditable( I need to format ( justifythe left and alter sides) ....................... .................... ......................... ................................................... ............. Hey,you can use these to display HTML formatted text. Put your text into a html document with the change by reversal formatting tags <center>... . with the change by reversal formatting tags <center>... That's not what OP required. Center is not the same as Justified.@OP: Check out this old forum thread with sample label (see reply #5): http://forum java sun com/thread jspa?threadID=289879 Please do not unnecessarily resurrect this thread from 2003-03 by posting there. But do express us here whether StanislavL's code correctly formatted by JimDinosaur solves this problem db Hi zedoo. Thanks a ton for answering my question. Your hint worked. Though not <center> tag but <justify> tag. The HTML tag matters little. The Idea is important. So thanks again. I undergo awarded u 5 points. As a be of fact I haven't been able to analyse Darryle Burkes suggestion yet. Though I already have copied his suggested code. I haven't been able to try it yet. I have kept the rest 5 points so that I may allocate it to him if his suggestion also works. If it doesn't I shall award the to u. Further. I'm extremely sorry for the delay. As a be of fact. I had an emergency requirement to learn STRUTS so I could not find out measure to try the codes u two suggested. Hope u concede me for the delay. The code that worked is as follows javax displace. JScrollPane();jScrollPane1 setHorizontalScrollBarPolicy(javax displace. ScrollPaneConstants. HORIZONTAL_SCROLLBAR_NEVER); jScrollPane1 setVerticalScrollBarPolicy(javax displace. ScrollPaneConstants. VERTICAL_SCROLLBAR_NEVER); welcomeMessage = javax swing. JEditorPane();welcomeMessage setEditable( The Webpage welcome html contains the text I was trying to justify. Its code is as follows. Unless otherwise licensed label in all technical manuals herein (including articles. FAQs samples) is provided under this.

Forex Groups - Tips on Trading

Related article:
http://forum.java.sun.com/thread.jspa?threadID=5233132

comments | Add comment | Report as Spam


"Formatting text in JTextArea/JTextPane" posted by ~Ray
Posted on 2008-03-12 23:12:54

I be to format a few lines of text in a JTextArea/JTextPane/ JEditorPane. As a matter of fact I want to justify the lines on both left and right align. I hope I could explain my requirement. How can I do that. I'm using NetBeans 5.5 and the code so far is as follows jTextArea1 = new javax displace. JTextArea(); jTextArea1 setColumns(50); jTextArea1 setEditable( I be to change ( justifythe left and alter sides) ....................... .................... ......................... ................................................... ............. Hey,you can use these to display HTML formatted text. Put your text into a html document with the correct formatting tags <center>... . with the correct formatting tags <center>... That's not what OP required. Center is not the same as Justified.@OP: analyse out this old forum thread with sample code (see reply #5): http://forum java sun com/thread jspa?threadID=289879 Please do not unnecessarily resuscitate this go from 2003-03 by posting there. But do tell us here whether StanislavL's code correctly formatted by JimDinosaur solves this problem db Hi zedoo. Thanks a ton for answering my question. Your hint worked. Though not <center> tag but <justify> tag. The HTML tag matters little. The Idea is important. So thanks again. I have awarded u 5 points. As a matter of fact I haven't been able to check Darryle Burkes suggestion yet. Though I already undergo copied his suggested code. I haven't been able to try it yet. I have kept the rest 5 points so that I may award it to him if his suggestion also works. If it doesn't I shall award the to u. Further. I'm extremely sorry for the decelerate. As a matter of fact. I had an emergency requirement to hit the books STRUTS so I could not find out time to try the codes u two suggested. Hope u concede me for the decelerate. The code that worked is as follows javax swing. JScrollPane();jScrollPane1 setHorizontalScrollBarPolicy(javax displace. ScrollPaneConstants. HORIZONTAL_SCROLLBAR_NEVER); jScrollPane1 setVerticalScrollBarPolicy(javax swing. ScrollPaneConstants. VERTICAL_SCROLLBAR_NEVER); welcomeMessage = javax swing. JEditorPane();welcomeMessage setEditable( The Webpage accept html contains the text I was trying to justify. Its code is as follows. Unless otherwise licensed code in all technical manuals herein (including articles. FAQs samples) is provided under this.

Forex Groups - Tips on Trading

Related article:
http://forum.java.sun.com/thread.jspa?threadID=5233132

comments | Add comment | Report as Spam


"Can't update text in JTextArea! Can you help?" posted by ~Ray
Posted on 2008-01-01 21:16:59

This question is not answered. Helpful answers available: 2. Correct answers available: 1. [Update: If I remove the transparency everything is fine. However. I really need the transparency..] Hi. I have the simplest question but I can't seem to get an answer to it. The problem is very simple: I have defined a JTextArea and I'm reading text into it. The problem is that the old text does not disappear and the new text is pasted on top making it unreadable. As an "act of desperation" I fixed this by setting the area invisible updating it and setting it visible again as you can see in the label. It works but now it blinks in the screen (quite annoying!). Is there a smarter way to to this? I need this on a transparent window (see class init below) overlayed on another JFrame. I am on Mac OS X. I hope some of you can help me with this problemThanks a lot in advanceLele "http://localhost/~" ); this. kill setBackground(this. OverlayColor); this. kill setLocationRelativeTo( ); this. Overlay setUndecorated( ); this. Overlay setSize(width,height); System out println( y = f getLocation() y +f getSize() height - border_y - height; this. Overlay setLocation(x y); this. Overlay add(this. OverlayText); this. Overlay setAlwaysOnTop( ); this. OverlayText setLineWrap( ); this. OverlayText setForeground(alter. color); this. OverlayText setBackground(this. OverlayColor); this. OverlayText setFont( Re: Can't update text in JTextArea! Can you back up? Oct 25. 2007 4:48 PM(reply 1 of 4) For now with too few label and information. I can only say call setText("") before updating text area content. gratify construe: http://java sun com/docs/codeconv/And post a small show code that is generally compilable runnable and could create your problem. See: http://homepage1 nifty com/algafield/sscce html and http://www yoda arachsys com/java/newsgroups html Re: Can't modify text in JTextArea! Can you help? Oct 26. 2007 3:39 AM(say 2 of 4) Hi so this is the class. If I act it like this it simply overwrites old text with the new (like JTextArea thinks that the old text is a part of the background to be buffered). If I set it invisible and back to visible it works but it blinks. How can I let JTextArea understand that it shouldn't consider the old window as a background? Should I use another categorise?Pls act in object that I'm on Mac so maybe it's a Mac-specific thing but I'd desire to know.. ThanksLele ); this. Overlay setBackground(this. OverlayColor); this. Overlay setLocationRelativeTo( );.

Forex Groups - Tips on Trading

Related article:
http://forum.java.sun.com/thread.jspa?threadID=5230213

comments | Add comment | Report as Spam


"redirecting cmd output to a JTextArea" posted by ~Ray
Posted on 2007-12-15 15:06:08

can anyone help me im curious how can the compilers for java e g.: Netbeans. JCreator direct the dominate promt output to a JTextArea. can anyone guide me on what class to be at??thanks a lot you should be at. There's a displace forum. Ask Swing questions there. And search there too. I'm sure I have seen that one asked several times. be at System setOut() and the equally interesting System setErr() and System setIn(). To confine System out use a PrintStream wrapped around a ByteArrayOutputStream. The output will go to your ByteArrayOutputStream instead of the console and from there youcan act it wherever you want. After giving it more thaught here is how I evaluate it works. System setOut() can be redirected as I said in my previous post. Use PipedOutputStream not ByteArrayOutputStream. here is a simple categorise that redirects the standard output to a file called a txt you have to be into the class java class. System and other i/o classes for your inspect where output goes to a textArea you might wanna use a multithreaded solution redirect your output to a file as above and use the thread to read the file and attach text into your text area there is other better solution that directly passes data into the textArea i'll post it if can find it in my label base. i belive baftos got the exceed solution use this technique along with the thread where the go listens for the new data on the pis and on availability it posts the data to the text area Unless otherwise licensed label in all technical manuals herein (including articles. FAQs samples) is provided under this.

Forex Groups - Tips on Trading

Related article:
http://forum.java.sun.com/thread.jspa?threadID=5228260

comments | Add comment | Report as Spam


"Html dans JTextArea" posted by ~Ray
Posted on 2007-12-09 13:39:17

Bonjour. Connaitriez-vous un moyen d'afficher dans un Composant JText* une partie d'un fichier xml sous format html ex : j'ai une fichier xml ou je cherche la description de valeur "1" et je voudrais afficher uniquement son contenue: <Description value="1">    <html>        ...           </html></Description ><Description value="2">     <html>         ...           </html> </Description >Merci par avance cordialement. tu peux pas faut utiliser un JTextPane ou JEditorPane"n'est pas mort ce qui semble a jamais dormir et en d'etrange temps meme la mort peut mourrir" Connexion en cours...';}WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions("ctl00$CPH1$Message$UCForumMessage1$FrmAjout$ctl00$ctl00$btnConnect". "" true. "ctl00_CPH1_Message_UCForumMessage1_FrmAjout_ctl00_ctl00_v". "" false adjust))" class="button btn"> Dev réalisé par () avec l'aide de : . Base de données maintenue par. Design réalisé par. Mascotte réalisée par & JavaFR com&write; Toute reproduction sauf accord écrit du WebmasterCodeS-SourceS com© est une marque déposée tous droits réservésHébergement de - - - - Temps d'éxécution de la page : 0,9844-3sec

Forex Groups - Tips on Trading

Related article:
http://www.javafr.com/infomsg_HTML-DANS-JTEXTAREA_1026808.aspx

comments | Add comment | Report as Spam


"Html dans JTextArea" posted by ~Ray
Posted on 2007-12-09 13:39:16

Bonjour. Connaitriez-vous un moyen d'afficher dans un Composant JText* une partie d'un fichier xml sous format html ex : j'ai une fichier xml ou je cherche la description de valeur "1" et je voudrais afficher uniquement son contenue: <Description value="1">    <html>        ...           </html></Description ><Description value="2">     <html>         ...           </html> </Description >Merci par avance cordialement. tu peux pas faut utiliser un JTextPane ou JEditorPane"n'est pas mort ce qui semble a jamais dormir et en d'etrange temps meme la mort peut mourrir" Connexion en cours...';}WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions("ctl00$CPH1$communicate$UCForumMessage1$FrmAjout$ctl00$ctl00$btnConnect". "" adjust. "ctl00_CPH1_communicate_UCForumMessage1_FrmAjout_ctl00_ctl00_v". "" false adjust))" class="button btn"> Dev réalisé par () avec l'aide de : . locate de données maintenue par. Design réalisé par. Mascotte réalisée par & JavaFR com© Toute reproduction sauf agree écrit du WebmasterCodeS-SourceS com© est une marque déposée tous droits réservésHébergement de - - - - Temps d'éxécution de la page : 0,6875-3sec

Forex Groups - Tips on Trading

Related article:
http://www.javafr.com/infomsg_HTML-DANS-JTEXTAREA_1026808.aspx

comments | Add comment | Report as Spam


"Html dans JTextArea" posted by ~Ray
Posted on 2007-12-09 13:39:11

Bonjour. Connaitriez-vous un moyen d'afficher dans un Composant JText* une partie d'un fichier xml sous change html ex : j'ai une fichier xml ou je cherche la description de valeur "1" et je voudrais afficher uniquement son contenue: <Description determine="1">    <html>        ...           </html></Description ><Description value="2">     <html>         ...           </html> </Description >Merci par avance cordialement. tu peux pas faut utiliser un JTextPane ou JEditorPane"n'est pas mort ce qui semble a jamais dormir et en d'etrange temps meme la mort peut mourrir" Connexion en cours...';}WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions("ctl00$CPH1$Message$UCForumMessage1$FrmAjout$ctl00$ctl00$btnConnect". "" adjust. "ctl00_CPH1_communicate_UCForumMessage1_FrmAjout_ctl00_ctl00_v". "" false adjust))" class="add btn"> Dev réalisé par () avec l'aide de : . Base de données maintenue par. create by mental act réalisé par. Mascotte réalisée par & JavaFR com&write; Toute reproduction sauf accord écrit du WebmasterCodeS-SourceS com© est une marque déposée tous droits réservésHébergement de - - - - Temps d'éxécution de la page : 1,0313-3sec

Forex Groups - Tips on Trading

Related article:
http://www.javafr.com/infomsg_HTML-DANS-JTEXTAREA_1026808.aspx

comments | Add comment | Report as Spam


"Chapter 5 Control Structures: Part 2 227 if (Web hosting companies)" posted by ~Ray
Posted on 2007-11-27 20:03:44

Chapter 5 hold back Structures: Part 2 227 if ( grade != sentinelValue ) System out println( “The next grade is ” + grade ); This flexibility can back up a programmer express a condition in a more convenient manner. The application in Fig. 5.19 demonstrates all of the logical operators and boolean logical operators by producing their truth tables. The program uses string concatenation to create the string that is displayed in a JTextArea. 1 // Fig. 5.19: LogicalOperators java 2 // Demonstrating the logical operators 3 4 // Java extension packages import javax swing.*; 6 7 public class LogicalOperators { 8 9 // main method begins execution of Java application public static cancel main( String args[] ) 11 { 12 // create JTextArea to show results 13 JTextArea outputArea = new JTextArea( 17. 20 ); 14 // attach JTextArea to a JScrollPane so user can 16 // scroll through results 17 JScrollPane scroller = new JScrollPane( outputArea ); 18 19 String output; 21 // create truth delay for && operator 22 create = “Logical AND (&&)” + 23 “nfalse && false: ” + ( false && false ) + 24 “nfalse && adjust: ” + ( false && true ) + “ntrue && false: ” + ( adjust && false ) + 26 “ntrue && adjust: ” + ( adjust && true ); 27 28 // create truth table for || operator 29 output += “nnLogical OR (||)” + “nfalse || false: ” + ( false || false ) + 31 “nfalse || adjust: ” + ( false || true ) + 32 “ntrue || false: ” + ( true || false ) + 33 “ntrue || true: ” + ( true || adjust ); 34 // create truth delay for & operator 36 output += “nnBoolean logical AND (&)” + 37 “nfalse & false: ” + ( false & false ) + 38 “nfalse & adjust: ” + ( false & true ) + 39 “ntrue & false: ” + ( adjust & false ) + “ntrue & true: ” + ( true & adjust ); 41 42 // create truth delay for | operator 43 output += “nnBoolean logical inclusive OR (|)” + 44 “nfalse | false: ” + ( false | false ) + “nfalse | true: ” + ( false | true ) + Fig. 5.19Demonstrating the logical operators (move 1 of 2). Fig. 5.19 Copyright 1992 2002 by Deitel & Associates. Inc. All Rights Reserved. 7/2/01

Forex Groups - Tips on Trading

Related article:
http://php5.jspwebsitehosting.com/php5/chapter-5-control-structures-part-2-227-if-web-hosting-companies/

comments | Add comment | Report as Spam


"Re: [nbusers] saving and opening" posted by ~Ray
Posted on 2007-11-17 15:35:17

/* * NewJFrame java * * Created on 10 November 2007. 20:03 */ package javaapplication56; import java awt. Component;import javax swing. JFileChooser; /** * * @author morgan */public class NewJFrame extends javax swing. JFrame { /** Creates new form NewJFrame */ public NewJFrame() { initComponents(); } //act a file chooserfinal JFileChooser fc = new JFileChooser(); /** This method is called from within the constructor to * initialize the form. * WARNING: Do NOT modify this code. The circumscribe of this method is * always regenerated by the Form Editor. */ // <editor-fold defaultstate="collapsed" desc=" Generated Code "> private void initComponents() { jTextField1 = new javax displace. JTextField(); jScrollPane1 = new javax swing. JScrollPane(); jTextArea1 = new javax swing. JTextArea(); jButton2 = new javax swing. JButton(); jButton4 = new javax displace. JButton(); jButton1 = new javax swing. JButton(); setDefaultCloseOperation(javax displace. WindowConstants. move_ON_change state); jTextArea1 setColumns(20); jTextArea1 setRows(5); jScrollPane1 setViewportView(jTextArea1); jButton2 setText("jButton2"); jButton2 addActionListener(new java awt event. ActionListener() { public void actionPerformed(java awt event. ActionEvent evt) { jButton2ActionPerformed(evt); } }); jButton4 setText("change state"); jButton4 addActionListener(new java awt event. ActionListener() { public void actionPerformed(java awt event. ActionEvent evt) { jButton4ActionPerformed(evt); } }); jButton1 setText("SAVE"); jButton1 addActionListener(new java awt event. ActionListener() { public void actionPerformed(java awt event. ActionEvent evt) { jButton1ActionPerformed(evt); } }); javax swing. GroupLayout layout = newjavax swing. GroupLayout(getContentPane()); getContentPane() setLayout(layout); layout setHorizontalGroup( layout createParallelGroup(javax displace. GroupLayout. Alignment. LEADING) addGroup(javax displace. GroupLayout. Alignment. TRAILING,layout createSequentialGroup() addGap(80. 80. 80) addGroup(layout createParallelGroup(javax displace. GroupLayout. Alignment. LEADING) addComponent(jScrollPane1,javax swing. GroupLayout. PREFERRED_coat,javax swing. GroupLayout. fail_SIZE,javax swing. GroupLayout. PREFERRED_coat) addComponent(jTextField1,javax swing. GroupLayout. PREFERRED_coat. 87,javax swing. GroupLayout. PREFERRED_coat)) addPreferredGap(javax swing. LayoutStyle. ComponentPlacement. RELATED. 54,Short. MAX_VALUE) addGroup(layout createParallelGroup(javax swing. GroupLayout. Alignment. LEADING) addGroup(layout createParallelGroup(javax displace. GroupLayout. Alignment. TRAILING,false) addComponent(jButton4,javax swing. GroupLayout. DEFAULT_SIZE javax displace. GroupLayout. fail_SIZE,bunco. MAX_determine) addComponent(jButton2,javax swing. GroupLayout. DEFAULT_coat javax swing. GroupLayout. DEFAULT_SIZE,bunco. MAX_determine)) addComponent(jButton1)) addGap(27. 27. 27)) ); layout linkSize(javax swing. SwingConstants. HORIZONTAL newjava awt. Component[] {jButton1 jButton2 jButton4}); layout setVerticalGroup( layout createParallelGroup(javax swing. GroupLayout. Alignment. LEADING) addGroup(layout createSequentialGroup() addGroup(layout createParallelGroup(javax displace. GroupLayout. Alignment. LEADING) addGroup(layout createSequentialGroup() addGap(30. 30. 30) addComponent(jTextField1,javax swing. GroupLayout. PREFERRED_SIZE,javax displace. GroupLayout. DEFAULT_coat,javax displace. GroupLayout. PREFERRED_SIZE) addGap(54. 54. 54) addComponent(jScrollPane1,javax swing. GroupLayout. PREFERRED_coat,javax swing. GroupLayout. DEFAULT_SIZE,javax displace. GroupLayout. PREFERRED_SIZE)) addGroup(layout createSequentialGroup() addGap(49. 49. 49) addComponent(jButton2) addGap(46. 46. 46) addComponent(jButton4) addGap(20. 20. 20) addComponent(jButton1))) addContainerGap(100. Short. MAX_VALUE)) ); case(); }// </editor-fold> private void jButton1ActionPerformed(java awt event. ActionEvent evt) { int returnVal = fc showSaveDialog((Component) aComponent); } private void jButton4ActionPerformed(java awt event. ActionEvent evt) { int returnVal = fc showOpenDialog((Component) aComponent); } private void jButton2ActionPerformed(java awt event. ActionEvent evt) { float num1 result; num1 = Float parseFloat(jTextField1 getText()); result = num1; jTextArea1 setText(String valueOf(result)); } private Object aComponent; /** * @param args the command line arguments */ public static void main(String args[]) { java awt. EventQueue invokeLater(new Runnable() { public void run() { new NewJFrame() setVisible(adjust); } }); } // Variables declaration - do not change private javax swing. JButton jButton1; private javax swing. JButton jButton2; private javax displace. JButton jButton4; private javax displace. JScrollPane jScrollPane1; private javax swing. JTextArea jTextArea1; private javax swing. JTextField jTextField1; // End of variables declaration } can you tell me what to do next i undergo put a jtextfield into the gui that iput a number in the be is displayed in the jtextarea and i want to savethat information especially if i can get text from more than one jtextareaand put it into the jtextarea it then want to be able to be able to openthe file that i saved to display the information in the saved jtextarea inthe empty jtextarea i undergo looked at the link that you gave me and it thenext part is for a action listener where do i put this code do i have to gothrough the properties panel or the inspector to get to the event listenerfor the buttons in the filechooser. little daddy love handles wrote:> > Hi I be to save and then be able to change state a jtextarea that has> information in it from other components. The menu bar is the displace that I> want to put a cerebrate to bring up the save and the open filechooser which> then saves and opens the jtextarea respectively.> > Can any of you provide me with some example code of how to do this. I know> that this is a big ask but I am a beginner and I have had trouble with the> tutorials in this. I often have trouble with the tutorials because they do> not be to be written specifically for netbeans and it confuses me. > > If you could provide me with so links to tutorials that might be of use as> come up that may also help.> > Thank you. >

Forex Groups - Tips on Trading

Related article:
http://anypostyoulike.blogspot.com/2007/11/re-nbusers-saving-and-opening_10.html

comments | Add comment | Report as Spam


 

 




blogs - aa blogs - air force blogs - aquarius blogs - aries blogs - army blogs - arts blogs - baby blogs - blogs 4 men - blogs 4 women - cancer blogs - capricorn blogs - career change blogs - choice blogs - christmas blogs - cigar blogs - cigarette blogs - cig blogs - coast guard blogs - coffee bean blogs - college baseball blogs - college basketball blogs - college football blogs - colleges blogs - computer blogs - create blogs - dating blogs - elvis blogs - email chat blogs - email pal blogs - enhancement blogs - fall blogs - fha blogs - freedom blogs - friendly blogs - funny blogs - gambler blogs - gemini blogs - her blog - his blog - hockey blogs - join blogs - javas blogs - kid safe blogs - leo blogs - libra blogs - apartments blogs - coffees blogs - horoscopes blogs - life advice blogs - lover blogs - marine blogs - married blogs - military blogs - misc blogs - more money blogs - mortgage blogs - move blogs - movies blogs - musical blogs - navy blogs - new in town blogs - obscure blogs - online date blogs - online game blogs - over 30 blogs - over 40 blogs - over 50 blogs - over 60 blogs - over 70 blogs - over 80 blogs - over 90 blogs - password blogs - pc blogs - mortgages blogs - peoples blogs - pictures blogs - pipe blogs - pisces blogs - poems blogs - poker blogs - police blogs - political blogs radio blogs - read blogs - recreational vehicle blogs - relocation blogs - reserve blogs - rv blogs - safe blogs - scorpio blogs - singles blogs - smokers blogs - smoker blogs - state blogs - state college blogs - taurus blogs - teen advice blogs - teenager blogs - tobacco blogs - tv blogs - vacation blogs - veteran blogs - virgo blogs - virtual blogs - weekly blogs - wingman blogs - word blogs - words blogs - writer blogs - poetry blogs - prescription blogs - sagittarius blogs - straight blogs - summer blogs - gi blogs - hooka blogs - penis enlargement blogs - vfw blogs - casinos blogs - casino blogs - web hosting blogs - hosting blogs - auto blogs - truck blogs - van blogs - suv blogs - 4 wheel blogs - harley blogs - flu blogs - diet blogs - pistols blogs - teenage blogs - lpga blogs - burnable blogs - new tunes blogs - coaching blogs - treasures blogs - trades blogs - nutty blogs - skate blogs - play 21 blogs - weather blogs - poker players - golf blogs - american blogs - football blogs - baseball blogs - hockey blogs - basketball blogs - soccer blogs - cooking blogs - recipe blogs - space blogs - 3d games blogs - barbecue blogs




the jtextarea archives:

11 articles in 2006-01
22 articles in 2006-02
27 articles in 2006-03
36 articles in 2006-04
27 articles in 2006-05
26 articles in 2006-06
24 articles in 2006-07
18 articles in 2006-08
22 articles in 2006-09
30 articles in 2006-10
22 articles in 2006-11
22 articles in 2006-12
12 articles in 2007-01
12 articles in 2007-02
3 articles in 2007-03
7 articles in 2007-04
11 articles in 2007-05
10 articles in 2007-06
3 articles in 2007-07
1 articles in 2007-09




next page


jtextarea