# Text() don't recognize \\t tabulator

**URL:** https://discourse.processing.org/t/text-dont-recognize-t-tabulator/9572
**Category:** Coding Questions
**Created:** [March 24, 2019, 11:52am UTC](https://discourse.processing.org/t/text-dont-recognize-t-tabulator/9572 "2019-03-24T11:52:02Z")
**Posts on this page:** 1
**Showing post:** 9

<div class="post-metadata">

### Author: ![GoToLoop](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.processing.org/gotoloop/32/86_2.png) [@GoToLoop](https://discourse.processing.org/u/GoToLoop)
#### Post date: [March 26, 2019, 10:27am UTC](https://discourse.processing.org/t/text-dont-recognize-t-tabulator/9572/9 "2019-03-26T10:27:32Z")

</div>

Another good alternative is to display the data via a separate JTable: 💡

> [@Filling Dinamyc Arrays\[\]\[\]](https://discourse.processing.org/t/filling-dinamyc-arrays/7049/5):
>
> That makes the code lighter. No need for [TableColumn](http://docs.oracle.com/en/java/javase/11/docs/api/java.desktop/javax/swing/table/TableColumn.html#%3Cinit%3E(int)) this time. sweat_smile Just a simple call to JTable::updateUI() instead after appending a new row to the grid container: call_me_hand[Docs.Oracle.com/en/java/javase/11/docs/api/java.desktop/javax/swing/JTable.html#updateUI()](http://Docs.Oracle.com/en/java/javase/11/docs/api/java.desktop/javax/swing/JTable.html#updateUI()) Here’s the new version of “JTable Example” that dynamically appends rows instead of columns: wink /\*\* \* JTable Example II (v1.0.2) \* GoToLoop (2019/Jan/01) \* https://Discourse.Processing.org/t/filling-dinamyc-…

---

_[View the full topic](https://discourse.processing.org/t/text-dont-recognize-t-tabulator/9572)._
