OpenConcerto

Dépôt officiel du code source de l'ERP OpenConcerto
sonarqube

svn://code.openconcerto.org/openconcerto

Rev

Rev 19 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 19 Rev 174
Line 11... Line 11...
11
 * When distributing the software, include this License Header Notice in each file.
11
 * When distributing the software, include this License Header Notice in each file.
12
 */
12
 */
13
 
13
 
14
 package org.openconcerto.erp.core.sales.pos.ui;
14
 package org.openconcerto.erp.core.sales.pos.ui;
15
 
15
 
16
 
-
 
17
import java.awt.GridLayout;
16
import java.awt.GridLayout;
18
 
17
 
19
import javax.swing.JPanel;
18
import javax.swing.JPanel;
20
 
19
 
21
public class ArticleSelectorPanel extends JPanel {
20
public class ArticleSelectorPanel extends JPanel {