repo.or.cz
/
remote
/
remote-gui.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Fix deprecation warning by using JFrame.setVisible() instead of show()
[remote/remote-gui.git]
/
config
/
tbcfg.xml
blob
ae6dde19a921d1342b5eedeee54b1f236e70c9f5
1
<?xml version="1.0" encoding="UTF-8" ?>
2
<!-- Put your Table column mappings here -->
3
<data>
4
5
<model>
6
<className>gui.ReMote</className>
7
<name>AllMotes</name>
8
<column>
9
<name>Mote ID</name>
10
<field>mote_id</field>
11
</column>
12
<column>
13
<name>Site ID</name>
14
<field>site_id</field>
15
</column>
16
</model>
17
18
19
20
21
</data>