Skip to content
This repository has been archived by the owner on Feb 25, 2024. It is now read-only.

Commit

Permalink
Забытая правка в Application.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mykhajlo Shaforostov authored and Mykhajlo Shaforostov committed Dec 28, 2015
1 parent 27f7aed commit 18cc7f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Application.java
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,8 @@ public void update(Observable o, Object arg) {
};

Vector<String> header = new Vector<String>(2);
header.add("Nick");
header.add("IP");
header.add("Пользователь");
header.add("IP-адрес");
contactModel = new DefaultTableModel(header, 0);

messageContainer = new HistoryModel();
Expand Down

0 comments on commit 18cc7f0

Please sign in to comment.