184185186187188189190191
aDialog.pack(); aDialog.setVisible(true); } catch (NullPointerException exc) { throw new PrjException(exc.getMessage()); } }
201202203204205206207208
if (dlgDialog.OK_Button()) { TypeUnite typeUnite = dlgDialog.renvoiTypeUnite(); getTypeUniteDao().insert(typeUnite); } } catch (PrjException e) { throw new PrjException(e.RetourMessage()); } }
224225226227228229230231
typeUnite = dlgDialog.renvoiTypeUnite(); getTypeUniteDao().update(typeUnite); } } catch (PrjException e) { throw new PrjException(e.RetourMessage()); } }
167168169170171172173174
aDialog.setLocation((p.x + 450), (p.y + 200)); aDialog.pack(); aDialog.setVisible(true); } catch (NullPointerException exc) { throw new PrjException(exc.getMessage()); } }
206207208209210211212213
if (dlgDialog.OK_Button()) { Pays pays = dlgDialog.renvoiPays(); getPaysDao().insert(pays); } } catch (PrjException e) { throw new PrjException(e.RetourMessage()); } }
200201202203204205206207
if (dlgDialog.OK_Button()) { MarqueVoiture marqueVoiture = dlgDialog.renvoiMarqueVoiture(); getMarqueVoitureDao().insert(marqueVoiture); } } catch (PrjException e) { throw new PrjException(e.RetourMessage()); } }
223224225226227228229230
marqueVoiture = dlgDialog.renvoiMarqueVoiture(); getMarqueVoitureDao().update(marqueVoiture); } } catch (PrjException e) { throw new PrjException(e.RetourMessage()); } }
285286287288289290291292
if (dlgDialog.OK_Button()) { Voiture voiture = dlgDialog.renvoiVoiture(); getVoitureDao().insert(voiture); } } catch (PrjException e) { throw new PrjException(e.RetourMessage()); } }
308309310311312313314315
voiture = dlgDialog.renvoiVoiture(); getVoitureDao().update(voiture); } } catch (PrjException e) { throw new PrjException(e.RetourMessage()); } }
306307308309310311312313
aDialog.setLocation((p.x + 250), (p.y + 200)); aDialog.pack(); aDialog.setVisible(true); } catch (NullPointerException exc) { throw new PrjException(exc.getMessage()); } }